export
Exports a plot.
Exports the last created plot to a specified location.
export Plots[-1] "C:\data\image.png"
Exports a plot to a specified location.
Text
| Text | Location to save the plot |
| Mode | Target |
|---|---|
| - | ObservablePlot |
None
Exports a plot to a specified location and with a specific size.
export Plots[-1] "C:\data\image.png" 800 600
Exports a plot to a specified location with a width of 800 and a height of 600 pixels.
Text Integer Integer
| Text | Location to save the plot | |
| Integer | Integer | Width of the plot |
| Integer | Integer | Height of the plot |
| Mode | Target |
|---|---|
| - | ObservablePlot |
None