Figure to image¶
Converts a figure object to an image
Documentation¶
Converts a figure object to an image
Definition¶
Input ports¶
- figure figure
Input figure
Output ports¶
- result image
Result
Configuration¶
- Dots per inch (dpi) (dpi)
Number of dots (pixels) per inch, also affects relationship between fontsizes and rendered pixels
- Height (inches) (height)
Height of image, measured in inches
- Width (inches) (width)
Width of image, measured in inches
Implementation¶
- class node_figure_to_image.FigureToImage[source]