- Comments (1)
Comments (1)
RE: Apply Filters to Python /R Visual
+1, in addition to using field parameters with python visuals. This is a challenge to replicate in python. For example, if field parameters are used to select the fields for the x and y axes, and the axes are on a log scale, updating the selections does not update the ranges of the x and y axes and thus any points which lie outside of the range of the initial data slice are “off the page” and do not display. The issue can be addressed by pre-plotting -- that is, before any kind of processing -- the data using axis.loglog().