escodrinyar.Layout#
- class escodrinyar.Layout(layout)#
An interface for declaratively specifying the layout for multiple plots.
Methods#
Layout generation methods
Add a plot in the same row as the current layout. |
|
Add a new row to the current layout. |
Customization methods
Set the layout options for the plots. |
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. |