diff --git a/docs/readme_template.md b/docs/readme_template.md index 634f3e50..b6b11889 100644 --- a/docs/readme_template.md +++ b/docs/readme_template.md @@ -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) diff --git a/img/supported/supported.md b/img/supported/supported.md new file mode 100644 index 00000000..7c69634c --- /dev/null +++ b/img/supported/supported.md @@ -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)