Skip to content

Commit

Permalink
correctly link axis in trajectory evolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris committed May 11, 2022
1 parent 5705af2 commit 21736da
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.21.1"
version = "0.21.2"

[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 @@ -303,8 +303,8 @@ function _init_timeseries_plots!(
ax.ylabel = "x$i"
ylims!(ax, lims[i])
end
linkxaxes!(ts_axes...)
for i in 1:length(idxs)-1
linkxaxes!(ts_axes[i], ts_axes[end])
hidexdecorations!(ts_axes[i]; grid = false)
end
return allts, ts_axes
Expand Down

0 comments on commit 21736da

Please sign in to comment.