Save the current figure.
Parameters filename : character(len=), intent(in) Output path. The extension selects the backend. dpi : integer, optional Raster resolution applied before rendering. transparent : logical, optional Accepted for matplotlib parity. bbox_inches : character(len=), optional Accepted for matplotlib parity.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer, | intent(in), | optional | :: | dpi | ||
| logical, | intent(in), | optional | :: | transparent | ||
| character(len=*), | intent(in), | optional | :: | bbox_inches |