Keyword arguments for savefig.
More...
#include <matplotlib.h>
|
|
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.
|
| |
Keyword arguments for savefig.
The documentation for this struct was generated from the following file: