From ebf868bae375819b62b26db44a1d026f93a64fb3 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Tue, 29 Sep 2015 14:13:46 -0400 Subject: [PATCH] supported readme --- docs/readme_template.md | 2 ++ img/supported/supported.md | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 img/supported/supported.md 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)