From cc3311b8ebde14265b156644198941aba53cfe01 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Mon, 28 Sep 2015 15:49:46 -0400 Subject: [PATCH] examples --- docs/example_generation.jl | 2 +- docs/gadfly_examples.md | 2 +- docs/immerse_examples.md | 2 +- docs/pyplot_examples.md | 2 +- docs/qwt_examples.md | 2 +- docs/readme_template.md | 1 + docs/winston_examples.md | 2 +- 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/example_generation.jl b/docs/example_generation.jl index a6f4885c..fbc8757b 100644 --- a/docs/example_generation.jl +++ b/docs/example_generation.jl @@ -123,7 +123,7 @@ function generate_markdown(pkgname::Symbol) write(md, "- Supported values for marker: $(createStringOfMarkDownSymbols(supportedMarkers(pkg)))\n") write(md, "- Is `subplot`/`subplot!` supported? $(subplotSupported(pkg) ? "Yes" : "No")\n\n") - write(md, "### Initialize\n\n```julia\nusing Plots\n$(pkgname)!()\n```\n\n") + write(md, "### Initialize\n\n```julia\nusing Plots\n$(pkgname)()\n```\n\n") for (i,example) in enumerate(examples) diff --git a/docs/gadfly_examples.md b/docs/gadfly_examples.md index f7a83826..9797bdcf 100644 --- a/docs/gadfly_examples.md +++ b/docs/gadfly_examples.md @@ -11,7 +11,7 @@ ```julia using Plots -gadfly!() +gadfly() ``` ### Lines diff --git a/docs/immerse_examples.md b/docs/immerse_examples.md index 5d293040..0c621c0b 100644 --- a/docs/immerse_examples.md +++ b/docs/immerse_examples.md @@ -11,7 +11,7 @@ ```julia using Plots -immerse!() +immerse() ``` ### Lines diff --git a/docs/pyplot_examples.md b/docs/pyplot_examples.md index 4c01bd95..ec579ad8 100644 --- a/docs/pyplot_examples.md +++ b/docs/pyplot_examples.md @@ -11,7 +11,7 @@ ```julia using Plots -pyplot!() +pyplot() ``` ### Lines diff --git a/docs/qwt_examples.md b/docs/qwt_examples.md index 5ba6006e..3904ecf2 100644 --- a/docs/qwt_examples.md +++ b/docs/qwt_examples.md @@ -11,7 +11,7 @@ ```julia using Plots -qwt!() +qwt() ``` ### Lines diff --git a/docs/readme_template.md b/docs/readme_template.md index 77aa59f8..f6f28cef 100644 --- a/docs/readme_template.md +++ b/docs/readme_template.md @@ -208,6 +208,7 @@ __Tip__: Call `gui()` to display the plot in a window. Interactivity depends on - [x] Plot vectors/matrices/functions - [x] Plot DataFrames - [x] Grouping +- [ ] Annotations - [ ] Scales - [ ] Categorical Inputs (strings, etc... for hist, bar? or can split one series into multiple?) - [ ] Custom markers diff --git a/docs/winston_examples.md b/docs/winston_examples.md index efe2fb35..1ca80f7a 100644 --- a/docs/winston_examples.md +++ b/docs/winston_examples.md @@ -11,7 +11,7 @@ ```julia using Plots -winston!() +winston() ``` ### Lines