xyzpy.plot.core
xyzpy.plot.core#
Helper functions for preparing data to be plotted.
Functions
|
|
|
|
|
|
|
Classes
|
|
|
|
|
|
|
|
|
- class xyzpy.plot.core.Plotter(ds, x, y, z=None, c=None, y_err=None, x_err=None, **kwargs)[source]#
-
- calc_line_colors()[source]#
Helper function for calculating what the colormapped color of each line should be.
- property ds#
The dataset used to plot graph.
- prepare_xy_vals_lineplot(mode='lineplot')[source]#
Select and flatten the data appropriately to iterate over.