From 242ce807df1bc9cd5fa5e4a525b7b7231ff32262 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Wed, 16 Sep 2015 13:32:43 -0400 Subject: [PATCH] examples --- docs/gadfly_examples.md | 2 +- docs/immerse_examples.md | 2 +- docs/pyplot_examples.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/gadfly_examples.md b/docs/gadfly_examples.md index 40893897..1d7b03a1 100644 --- a/docs/gadfly_examples.md +++ b/docs/gadfly_examples.md @@ -1,6 +1,6 @@ # Examples for backend: gadfly -- Supported arguments: args, axis, color, fillto, heatmap_c, kwargs, label, legend, linestyle, linetype, marker, markercolor, markersize, nbins, reg, size, title, width, windowtitle, xlabel, ylabel, yrightlabel +- Supported arguments: args, axis, color, kwargs, label, legend, linestyle, linetype, marker, markercolor, markersize, nbins, reg, size, title, width, windowtitle, xlabel, ylabel, yrightlabel - Supported values for axis: [:auto,:left] - Supported values for linetype: [:line,:step,:sticks,:scatter,:heatmap,:hexbin,:hist,:bar] - Supported values for linestyle: [:auto,:solid] diff --git a/docs/immerse_examples.md b/docs/immerse_examples.md index 8483a849..739df33b 100644 --- a/docs/immerse_examples.md +++ b/docs/immerse_examples.md @@ -1,6 +1,6 @@ # Examples for backend: immerse -- Supported arguments: args, axis, color, fillto, heatmap_c, kwargs, label, legend, linestyle, linetype, marker, markercolor, markersize, nbins, reg, size, title, width, windowtitle, xlabel, ylabel, yrightlabel +- Supported arguments: args, axis, color, kwargs, label, legend, linestyle, linetype, marker, markercolor, markersize, nbins, reg, size, title, width, windowtitle, xlabel, ylabel, yrightlabel - Supported values for axis: [:auto,:left] - Supported values for linetype: [:line,:step,:sticks,:scatter,:heatmap,:hexbin,:hist,:bar] - Supported values for linestyle: [:auto,:solid] diff --git a/docs/pyplot_examples.md b/docs/pyplot_examples.md index e98a109d..f9ffeb56 100644 --- a/docs/pyplot_examples.md +++ b/docs/pyplot_examples.md @@ -1,6 +1,6 @@ # Examples for backend: pyplot -- Supported arguments: args, axis, color, fillto, heatmap_c, kwargs, label, legend, linestyle, linetype, marker, markercolor, markersize, nbins, reg, size, title, width, windowtitle, xlabel, ylabel, yrightlabel +- Supported arguments: args, axis, color, kwargs, label, legend, linestyle, linetype, marker, markercolor, markersize, nbins, size, title, width, windowtitle, xlabel, ylabel, yrightlabel - Supported values for axis: [:auto,:left,:right] - Supported values for linetype: [:none,:line,:step,:stepinverted,:sticks,:scatter,:heatmap,:hexbin,:hist,:bar] - Supported values for linestyle: [:auto,:solid,:dash,:dot,:dashdot]