escodrinyar.Plot#
- class escodrinyar.Plot(splot=None, *args, data=None, **variables)#
An interface for declaratively specifying statistical graphics.
Methods#
Specification methods
Specify a layer of the visualization in terms of mark and data transform(s). |
Subplot methods
Produce subplots with conditional subsets of the data. |
|
Produce subplots by pairing multiple |
Customization methods
Set the layout options for the plots. |
|
Control the labels and titles for axes, legends, and subplots. |
|
Control the appearance of elements in the plot. |
Output methods
Compile the plot spec and return the Plotter object. |
|
Compile the plot and write it to a buffer or file on disk. |
|
Compile the plot and display it by hooking into pyplot. |