lucid  0.0.1
Lifting-based Uncertain Control Invariant Dynamics
Loading...
Searching...
No Matches
lucid::plt::SaveKwargs Struct Reference

Keyword arguments for savefig. More...

#include <matplotlib.h>

Public Attributes

bool transparent {false}
 If True, the Axes patches will all be transparent, otherwise as no effect and the color of the Axes and Figure patches are unchanged.
 
int dpi {-1}
 The resolution in dots per inch.
 
std::optional< std::string > format {}
 The file format to use. By default it is inferred from the file name.
 
double pad_inches {0.1}
 Amount of padding around the figure.
 
std::string facecolor {"auto"}
 The facecolor of the figure.
 
std::string edgecolor {"auto"}
 The edgecolor of the figure.
 

Detailed Description

Keyword arguments for savefig.


The documentation for this struct was generated from the following file: