We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752d6ed commit df85424Copy full SHA for df85424
src/plot.jl
@@ -221,7 +221,7 @@ end
221
222
size --> (1000, 300)
223
cols = 1 + length(filter!(!isempty, cost_series))
224
- layout := @layout (1, cols)
+ layout := RecipesBase.@layout (1, cols)
225
margin --> 5 * Measures.mm
226
227
@series begin
@@ -301,7 +301,7 @@ end
301
@assert typeof(coordinate) <: Symbol
302
303
if !cx
304
- layout := @layout [a{0.35w} [a b; c d]]
+ layout := RecipesBase.@layout [a{0.35w} [a b; c d]]
305
size --> (800, 500)
306
end
307
@@ -1749,7 +1749,7 @@ end
1749
push!(plots, plt)
1750
1751
1752
- layout := @layout [length(plots) + 1]
+ layout := RecipesBase.@layout [length(plots) + 1]
1753
size --> (1000, 1000)
1754
1755
0 commit comments