trappy.plotter.AttrConf module

These are the default plotting Attributes

trappy.plotter.AttrConf.ALPHA = 0.75

Default value for the alpha channel

trappy.plotter.AttrConf.ARGS_TO_FORWARD = ['marker', 'markersize', 'markevery', 'linestyle', 'linewidth', 'drawstyle']

kwargs that will be forwarded to matplotlib API calls

trappy.plotter.AttrConf.CONCAT = False

Default value for concat in trappy.plotter.LinePlot and trappy.plotter.ILinePlot

trappy.plotter.AttrConf.DEFAULT_SYNC_ZOOM = False

Sync Graph zoom by default in trappy.plotter.ILinePlot graph groups

trappy.plotter.AttrConf.EVENT_PLOT_STRIDE = False

Default value for stride which enables sampled EventPlots for trappy.plotter.EventPlot

trappy.plotter.AttrConf.FILL = False

Default value for “fill” in trappy.plotter.LinePlot and trappy.plotter.ILinePlot

trappy.plotter.AttrConf.HTML_HEIGHT = 400

Default height for HTML based plots

trappy.plotter.AttrConf.LEGEND_NCOL = 3

Default number of columns in the legend

trappy.plotter.AttrConf.LENGTH = 7

Default Length of a MatPlotlib Plot

trappy.plotter.AttrConf.LINE_WIDTH = 1.0

Default Line Width for plotter

trappy.plotter.AttrConf.PER_LINE = 2

Default Graphs per line

trappy.plotter.AttrConf.PIVOT = '__TRAPPY_PIVOT_DEFAULT'

Default pivot when None specified

trappy.plotter.AttrConf.PIVOT_VAL = '__TRAPPY_DEFAULT_PIVOT_VAL'

Default PivotValue for the default pivot

trappy.plotter.AttrConf.PLOT_SCATTER = False

Default value for creating Scatter Plots

trappy.plotter.AttrConf.POINT_SIZE = 2

Default Point Size for plots (in pts)

trappy.plotter.AttrConf.TITLE = None

Default figure title (no title)

trappy.plotter.AttrConf.TITLE_SIZE = 24

Default size for the figure title

trappy.plotter.AttrConf.WIDTH = 7

Default Width of a MatPlotlib Plot

trappy.plotter.AttrConf.XLIM = None

Default value for xlimit

trappy.plotter.AttrConf.YLIM = None

Default value for ylim