supported readme

This commit is contained in:
Thomas Breloff 2015-09-29 14:13:46 -04:00
parent 8a9b3286e9
commit ebf868bae3
2 changed files with 21 additions and 0 deletions

View File

@ -13,6 +13,8 @@ Plots is a plotting interface and wrapper for several plotting packages. My goa
Please add wishlist items, bugs, or any other comments/questions to the issues list.
Check out the [summary graphs](img/supported/supported.md) for the features that each backend supports.
## Examples for each implemented backend:
- [Qwt.jl](docs/qwt_examples.md)

View File

@ -0,0 +1,19 @@
## Supported keyword arguments
![args](Plots.supportGraphArgs.png)
## Supported plot types
![types](Plots.supportGraphTypes.png)
## Supported markers
![markers](Plots.supportGraphMarkers.png)
## Supported line styles
![styles](Plots.supportGraphStyles.png)
## Supported axes
![axes](Plots.supportGraphAxes.png)