escodrinyar.Plot#

class escodrinyar.Plot(splot=None, *args, data=None, **variables)#

An interface for declaratively specifying statistical graphics.

Methods#

Specification methods

add

Specify a layer of the visualization in terms of mark and data transform(s).

Subplot methods

facet

Produce subplots with conditional subsets of the data.

pair

Produce subplots by pairing multiple x and/or y variables.

Customization methods

opts

Set the layout options for the plots.

label

Control the labels and titles for axes, legends, and subplots.

theme

Control the appearance of elements in the plot.

Output methods

plot

Compile the plot spec and return the Plotter object.

save

Compile the plot and write it to a buffer or file on disk.

show

Compile the plot and display it by hooking into pyplot.