escodrinyar.Layout#

class escodrinyar.Layout(layout)#

An interface for declaratively specifying the layout for multiple plots.

Methods#

Layout generation methods

__add__

Add a plot in the same row as the current layout.

__or__

Add a new row to the current layout.

Customization methods

opts

Set the layout options for the plots.

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.