Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
fix undefined ax
Browse files Browse the repository at this point in the history
Closes #69
  • Loading branch information
Datseris committed Aug 5, 2021
1 parent 191b2da commit 1e1f65c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "InteractiveDynamics"
uuid = "ec714cd0-5f51-11eb-0b6e-452e7367ff84"
repo = "https://github.com/JuliaDynamics/InteractiveDynamics.jl.git"
version = "0.17.0"
version = "0.17.1"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand Down
2 changes: 1 addition & 1 deletion src/chaos/trajanim.jl
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function init_main_trajectory_plot(
if !isnothing(lims)
main.limits = lims
end
is3D && (ax.protrusions = 50)
is3D && (main.protrusions = 50)
return main
end
function trajectory_plot_controls(fig)
Expand Down

0 comments on commit 1e1f65c

Please sign in to comment.