readme
This commit is contained in:
parent
e8062d544d
commit
6ae0912e0e
@ -47,8 +47,13 @@ using Plots
|
|||||||
Do a plot in Gadfly, then save a png:
|
Do a plot in Gadfly, then save a png:
|
||||||
|
|
||||||
```julia
|
```julia
|
||||||
|
# switch to Gadfly as a backend
|
||||||
gadfly!()
|
gadfly!()
|
||||||
plot(rand(10,2); marker = :rect) # this will bring up a browser window with the plot, add a semicolon to skip display
|
|
||||||
|
# This will bring up a browser window with the plot. Add a semicolon to skip display.
|
||||||
|
plot(rand(10,2); marker = :rect, markersizes=[10,30])
|
||||||
|
|
||||||
|
# save it as a PNG
|
||||||
savepng(Plots.IMG_DIR * "gadfly1.png")
|
savepng(Plots.IMG_DIR * "gadfly1.png")
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -56,7 +61,7 @@ which saves:
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
See the examples pages for lots of ways to plot in every supported backend.
|
See the examples pages for lots of examples of plots, and what those commands produce for each supported backend.
|
||||||
|
|
||||||
## API
|
## API
|
||||||
|
|
||||||
|
|||||||
BIN
img/gadfly1.png
BIN
img/gadfly1.png
Binary file not shown.
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 29 KiB |
Loading…
x
Reference in New Issue
Block a user