You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/manipulating_plots.md
+34-48Lines changed: 34 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,70 +138,56 @@ More examples are being worked on at this time (2021-07-14), but for now you can
138
138
139
139
## Saving figures
140
140
141
-
142
-
Figures can be saved in a variety of formats using the `savefig` function.
141
+
Figures can be saved in a variety of formats using the [`savefig`](@ref) function.
143
142
144
143
!!! note
145
-
Note that the docs below are shown for the `PlotlyBase.Plot` type, but are also defined for `PlotlyJS.SyncPlot`. Thus, you can use these methods after calling either `plot` or `Plot`.
146
-
147
-
This function has a few methods:
144
+
Note that the docs below are shown for the `PlotlyBase.Plot` type, but are also defined for `PlotlyJS.SyncPlot`.
145
+
Thus, you can use these methods after calling either `plot` or `Plot`.
148
146
149
-
**1**
147
+
The `savefig` function can be called in a few ways:
150
148
151
-
```@docs
152
-
savefig(::Union{PlotlyBase.Plot}, ::String)
153
-
```
154
-
155
-
When using this method the format of the file is inferred based on the extension
156
-
of the second argument. The examples below show the possible export formats:
0 commit comments