diff --git a/docs/gadfly_examples.md b/docs/gadfly_examples.md index 83d1c226..1a86e38b 100644 --- a/docs/gadfly_examples.md +++ b/docs/gadfly_examples.md @@ -1,5 +1,4 @@ ## Examples for backend: gadfly -(generated 2015-10-17T23:25:52) ### Initialize @@ -159,7 +158,7 @@ markers = setdiff(supportedMarkers(),[:none,:auto,Shape])' n = length(markers) x = (linspace(0,10,n + 2))[2:end - 1] y = repmat(reverse(x)',n,1) -scatter(x,y,m=(12,:auto),lab=map(string,markers),bg=:linen) +scatter(x,y,m=(8,:auto),lab=map(string,markers),bg=:linen) ``` ![](../img/gadfly/gadfly_example_13.png) @@ -244,7 +243,7 @@ plot(0.1:0.2:0.9,0.7 * rand(5) + 0.15,l=(3,:dash,:lightblue),m=(Shape(verts),30, - Supported values for axis: `:auto`, `:left` - Supported values for linetype: `:bar`, `:heatmap`, `:hexbin`, `:hist`, `:hline`, `:line`, `:none`, `:ohlc`, `:path`, `:scatter`, `:steppost`, `:steppre`, `:sticks`, `:vline` - Supported values for linestyle: `:auto`, `:dash`, `:dashdot`, `:dashdotdot`, `:dot`, `:solid` -:Plots.Shape`, `:auto`, `:cross`, `:diamond`, `:dtriangle`, `:ellipse`, `:heptagon`, `:hexagon`, `:none`, `:octagon`, `:pentagon`, `:rect`, `:star4`, `:star5`, `:star6`, `:star7`, `:star8`, `:utriangle`, `:xcross` +- Supported values for marker: `:Plots.Shape`, `:auto`, `:cross`, `:diamond`, `:dtriangle`, `:ellipse`, `:heptagon`, `:hexagon`, `:none`, `:octagon`, `:pentagon`, `:rect`, `:star4`, `:star5`, `:star6`, `:star7`, `:star8`, `:utriangle`, `:xcross` - Is `subplot`/`subplot!` supported? Yes -(Automatically generated: 2015-10-17T23:31:37) \ No newline at end of file +(Automatically generated: 2015-10-18T00:56:22) \ No newline at end of file diff --git a/img/gadfly/gadfly_example_11.png b/img/gadfly/gadfly_example_11.png index c159dbc8..65147ef2 100644 Binary files a/img/gadfly/gadfly_example_11.png and b/img/gadfly/gadfly_example_11.png differ diff --git a/img/gadfly/gadfly_example_13.png b/img/gadfly/gadfly_example_13.png index ba092f05..ccdc1d65 100644 Binary files a/img/gadfly/gadfly_example_13.png and b/img/gadfly/gadfly_example_13.png differ diff --git a/img/gadfly/gadfly_example_4.png b/img/gadfly/gadfly_example_4.png index 672363e7..1a77a000 100644 Binary files a/img/gadfly/gadfly_example_4.png and b/img/gadfly/gadfly_example_4.png differ