Skip to content

Commit

Permalink
figure must be kwargs...
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris committed Jul 28, 2024
1 parent 3eb169b commit ec376bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/plotting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ function Attractors.animate_attractors_continuation(
)
length(access) 2 && error("Need two indices to select two dimensions of `ds`.")
K = length(ukeys)
fig = Figure(figure...)
fig = Figure(; figure...)
ax = Axis(fig[1,1]; limits, axis...)
fracax = Axis(fig[1,2]; width = 50, limits = (0,1,0,1), ylabel = "fractions",
yaxisposition = :right, fracaxis...
Expand Down

0 comments on commit ec376bf

Please sign in to comment.