readme
This commit is contained in:
parent
1e2b3559f2
commit
07332aa4ac
24
README.md
24
README.md
@ -21,7 +21,7 @@ Please add wishlist items, bugs, or any other comments/questions to the issues l
|
|||||||
First, clone the package
|
First, clone the package
|
||||||
|
|
||||||
```julia
|
```julia
|
||||||
Pkg.clone("https://github.com/tbreloff/Plots.jl.git")
|
Pkg.add("Plots")
|
||||||
```
|
```
|
||||||
|
|
||||||
then get any plotting packages you need (obviously, you should get at least one backend):
|
then get any plotting packages you need (obviously, you should get at least one backend):
|
||||||
@ -48,7 +48,7 @@ Do a plot in Gadfly, then save a png:
|
|||||||
|
|
||||||
```julia
|
```julia
|
||||||
gadfly!()
|
gadfly!()
|
||||||
plot(rand(10,2); marker = :rect) # this will bring up a browser window with the plot, set show=false if you don't want that
|
plot(rand(10,2); marker = :rect) # this will bring up a browser window with the plot, add a semicolon to skip display
|
||||||
savepng(Plots.IMG_DIR * "gadfly1.png")
|
savepng(Plots.IMG_DIR * "gadfly1.png")
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -228,7 +228,7 @@ plot(rand(100,2); colors = [:red, RGB(.5,.5,0)],
|
|||||||
width = 5)
|
width = 5)
|
||||||
```
|
```
|
||||||
|
|
||||||
# TODO
|
## TODO features:
|
||||||
|
|
||||||
- [x] Plot vectors/matrices/functions
|
- [x] Plot vectors/matrices/functions
|
||||||
- [ ] Plot DataFrames
|
- [ ] Plot DataFrames
|
||||||
@ -242,28 +242,32 @@ plot(rand(100,2); colors = [:red, RGB(.5,.5,0)],
|
|||||||
- [ ] Scenes/Drawing
|
- [ ] Scenes/Drawing
|
||||||
- [ ] Graphs
|
- [ ] Graphs
|
||||||
- [ ] Interactivity (GUIs)
|
- [ ] Interactivity (GUIs)
|
||||||
|
|
||||||
|
## TODO backends:
|
||||||
|
|
||||||
- [x] Gadfly.jl
|
- [x] Gadfly.jl
|
||||||
- [ ] PyPlot.jl
|
- [x] Immerse.jl
|
||||||
- [ ] Winston.jl
|
- [x] PyPlot.jl
|
||||||
- [ ] Gaston.jl
|
- [x] UnicodePlots.jl
|
||||||
- [ ] GLPlot.jl
|
|
||||||
- [x] Qwt.jl
|
- [x] Qwt.jl
|
||||||
|
- [ ] Winston.jl
|
||||||
|
- [ ] GLPlot.jl
|
||||||
- [ ] Bokeh.jl
|
- [ ] Bokeh.jl
|
||||||
|
- [ ] Vega.jl
|
||||||
|
- [ ] Gaston.jl
|
||||||
- [ ] Plotly.jl
|
- [ ] Plotly.jl
|
||||||
- [ ] GoogleCharts.jl
|
- [ ] GoogleCharts.jl
|
||||||
- [ ] Vega.jl
|
|
||||||
- [ ] PLplot.jl
|
- [ ] PLplot.jl
|
||||||
- [ ] TextPlots.jl
|
- [ ] TextPlots.jl
|
||||||
- [ ] ASCIIPlots.jl
|
- [ ] ASCIIPlots.jl
|
||||||
- [ ] Sparklines.jl
|
- [ ] Sparklines.jl
|
||||||
- [x] UnicodePlots.jl
|
|
||||||
- [ ] Hinton.jl
|
- [ ] Hinton.jl
|
||||||
- [ ] ImageTerm.jl
|
- [ ] ImageTerm.jl
|
||||||
- [ ] GraphViz.jl
|
- [ ] GraphViz.jl
|
||||||
- [ ] TikzGraphs.jl
|
- [ ] TikzGraphs.jl
|
||||||
- [ ] GraphLayout.jl
|
- [ ] GraphLayout.jl
|
||||||
|
|
||||||
# More information on backends (both supported and unsupported)
|
## More information on backends (both supported and unsupported)
|
||||||
|
|
||||||
See the wiki at: https://github.com/JuliaPlot/juliaplot_docs/wiki
|
See the wiki at: https://github.com/JuliaPlot/juliaplot_docs/wiki
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user