travis and readme
@ -13,7 +13,7 @@ notifications:
|
|||||||
script:
|
script:
|
||||||
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
|
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
|
||||||
- julia -e 'Pkg.clone("https://github.com/tbreloff/Images.jl.git"); Pkg.checkout("Images","tom_imgcompare");'
|
- julia -e 'Pkg.clone("https://github.com/tbreloff/Images.jl.git"); Pkg.checkout("Images","tom_imgcompare");'
|
||||||
- jukai -e 'Pkg.clone("ImageMagick"); Pkg.build("ImageMagick")'
|
- julia -e 'Pkg.clone("ImageMagick"); Pkg.build("ImageMagick")'
|
||||||
- julia -e 'Pkg.clone("Cairo"); Pkg.build("Cairo")'
|
- julia -e 'Pkg.clone("Cairo"); Pkg.build("Cairo")'
|
||||||
- julia -e 'Pkg.clone(pwd()); Pkg.build("Plots")'
|
- julia -e 'Pkg.clone(pwd()); Pkg.build("Plots")'
|
||||||
- julia -e 'Pkg.test("Plots"; coverage=true)'
|
- julia -e 'Pkg.test("Plots"; coverage=true)'
|
||||||
|
|||||||
10
README.md
@ -3,7 +3,8 @@
|
|||||||
[](https://travis-ci.org/tbreloff/Plots.jl)
|
[](https://travis-ci.org/tbreloff/Plots.jl)
|
||||||
[](http://pkg.julialang.org/?pkg=Plots&ver=0.3)
|
[](http://pkg.julialang.org/?pkg=Plots&ver=0.3)
|
||||||
[](http://pkg.julialang.org/?pkg=Plots&ver=0.4)
|
[](http://pkg.julialang.org/?pkg=Plots&ver=0.4)
|
||||||
[](http://pkg.julialang.org/?pkg=Plots&ver=0.5)
|
[](https://coveralls.io/r/tbreloff/Plots.jl?branch=master)
|
||||||
|
[](http://codecov.io/github/tbreloff/Plots.jl?branch=master)
|
||||||
|
|
||||||
#### Author: Thomas Breloff (@tbreloff)
|
#### Author: Thomas Breloff (@tbreloff)
|
||||||
|
|
||||||
@ -29,6 +30,8 @@ Please add wishlist items, bugs, or any other comments/questions to the issues l
|
|||||||
- [Qwt.jl](docs/qwt_examples.md)
|
- [Qwt.jl](docs/qwt_examples.md)
|
||||||
- [Winston.jl](docs/winston_examples.md)
|
- [Winston.jl](docs/winston_examples.md)
|
||||||
|
|
||||||
|
Also check out the many [IJulia notebooks](http://nbviewer.ipython.org/github/tbreloff/Plots.jl/tree/master/examples/) with many examples.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
First, add the package
|
First, add the package
|
||||||
@ -84,9 +87,6 @@ png("gadfly1")
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
See the examples pages for lots of examples of plots, and what those commands produce for each supported backend.
|
|
||||||
Also check out the [IJulia notebooks](examples) and see how it works interactively.
|
|
||||||
|
|
||||||
## API
|
## API
|
||||||
|
|
||||||
Call `backend(backend::Symbol)` or the shorthands (`gadfly()`, `qwt()`, `unicodeplots()`, etc) to set the current plotting backend.
|
Call `backend(backend::Symbol)` or the shorthands (`gadfly()`, `qwt()`, `unicodeplots()`, etc) to set the current plotting backend.
|
||||||
@ -255,7 +255,7 @@ Keyword | Default | Type | Aliases
|
|||||||
`:xscale` | `identity` | Plot |
|
`:xscale` | `identity` | Plot |
|
||||||
`:xticks` | `auto` | Plot | `:xtick`
|
`:xticks` | `auto` | Plot | `:xtick`
|
||||||
`:yaxis` | `nothing` | Plot |
|
`:yaxis` | `nothing` | Plot |
|
||||||
`:yflip` | `true` | Plot |
|
`:yflip` | `false` | Plot |
|
||||||
`:ylabel` | `` | Plot | `:ylab`
|
`:ylabel` | `` | Plot | `:ylab`
|
||||||
`:ylims` | `auto` | Plot | `:ylim`, `:ylimit`, `:ylimits`
|
`:ylims` | `auto` | Plot | `:ylim`, `:ylimit`, `:ylimits`
|
||||||
`:yrightlabel` | `` | Plot | `:y2lab`, `:y2label`, `:ylab2`, `:ylabel2`, `:ylabelright`, `:ylabr`, `:yrlab`
|
`:yrightlabel` | `` | Plot | `:y2lab`, `:y2label`, `:ylab2`, `:ylabel2`, `:ylabelright`, `:ylabr`, `:yrlab`
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
|
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.9 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 27 KiB |