This commit is contained in:
Thomas Breloff 2015-09-10 15:05:12 -04:00
parent 042ccdc298
commit f25baba217
11 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ const examples = PlotExample[
:(plot(Vector[rand(10), rand(20)]; marker=:ellipse, markersize=8))),
PlotExample("Vectors w/ pluralized args",
"Mix arguments that apply to all series with arguments unique to each series.",
:(plot(Vector[rand(10), rand(20)]; marker=:ellipse, markersize=8, markercolors=[:red,:blue]))),
:(plot(Vector[rand(10), rand(20)]; marker=:ellipse, markersize=8, colors=[:red,:blue]))),
]

View File

@ -43,7 +43,7 @@ plot(Vector[rand(10),rand(20)]; marker=:ellipse,markersize=8)
Mix arguments that apply to all series with arguments unique to each series.
```julia
plot(Vector[rand(10),rand(20)]; marker=:ellipse,markersize=8,markercolors=[:red,:blue])
plot(Vector[rand(10),rand(20)]; marker=:ellipse,markersize=8,colors=[:red,:blue])
```
![](../img/gadfly_example_5.png)

View File

@ -43,7 +43,7 @@ plot(Vector[rand(10),rand(20)]; marker=:ellipse,markersize=8)
Mix arguments that apply to all series with arguments unique to each series.
```julia
plot(Vector[rand(10),rand(20)]; marker=:ellipse,markersize=8,markercolors=[:red,:blue])
plot(Vector[rand(10),rand(20)]; marker=:ellipse,markersize=8,colors=[:red,:blue])
```
![](../img/qwt_example_5.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB