Moved new example to end to allow PlotsReferenceImages update
This commit is contained in:
parent
9a6e0b3a54
commit
3614966241
@ -129,16 +129,6 @@ PlotExample("Histogram2D",
|
||||
end)]
|
||||
),
|
||||
|
||||
PlotExample("Histogram2D (complex values)",
|
||||
"",
|
||||
[:(begin
|
||||
n = 10_000
|
||||
x = exp.(0.1randn(n) .+ randn(n).*(im))
|
||||
histogram2d(x, nbins=(20,40), show_empty_bins=true,
|
||||
normed=true, aspect_ratio=1)
|
||||
end)]
|
||||
),
|
||||
|
||||
PlotExample("Line types",
|
||||
"",
|
||||
[:(begin
|
||||
@ -464,6 +454,16 @@ see: http://stackoverflow.com/a/37732384/5075246
|
||||
end)]
|
||||
),
|
||||
|
||||
PlotExample("Histogram2D (complex values)",
|
||||
"",
|
||||
[:(begin
|
||||
n = 10_000
|
||||
x = exp.(0.1randn(n) .+ randn(n).*(im))
|
||||
histogram2d(x, nbins=(20,40), show_empty_bins=true,
|
||||
normed=true, aspect_ratio=1)
|
||||
end)]
|
||||
),
|
||||
|
||||
]
|
||||
|
||||
# Some constants for PlotDocs and PlotReferenceImages
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user