Save plots with high resolution, nonvisible axes and background transparency? #212
-
I looked through the Docs but couldn't find sections on making 'aesthetic' (as opposed to functional) plot renders. I would like to render the plot at 1920x1080p, with no axes and alpha transparency in the background. What options do I have for making this happen? Thank you E: Size can be handled
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yes. You need to take the particular figure, axes, or axes_object handles and change the properties you want. There's not much to learn. The documentation has a section on plot appearance, and another on exporting the images but it's impossible to cover everything that is possible. If the option is not in the documentation, the only option is to look at the appropriate header file (figure, axes, axes_object), depending on what object you want to edit. |
Beta Was this translation helpful? Give feedback.
Yes. You need to take the particular figure, axes, or axes_object handles and change the properties you want. There's not much to learn.
The documentation has a section on plot appearance, and another on exporting the images but it's impossible to cover everything that is possible. If the option is not in the documentation, the only option is to look at the appropriate header file (figure, axes, axes_object), depending on what object you want to edit.