The issue is popping very often with DynamicalSystems.ji package now, here’s a sample
of using …
julia> IntervalBox(-2..2, -2..2)
WARNING: both ChaosTools and GLMakie export ".."; uses of it in module Main must be qualified
ERROR: UndefVarError: `..` not defined
Stacktrace:
[1] top-level scope
@ REPL[614]:1
there was another function name too poincaresos,
help?> poincaresos
search: poincaresos brainscan_poincaresos interactive_poincaresos interactive_poincaresos_scan poincaremap PoincareMap poincare_map
poincaresos(A::AbstractStateSpaceSet, plane; kwargs...) → P::StateSpaceSet
Calculate the Poincaré surface of section of the given dataset with the given plane by performing linear interpolation betweeen points that sandwich the
hyperplane.
Argument plane and keywords direction, warning, save_idxs are the same as in PoincareMap.
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
poincaresos(ds::CoupledODEs, plane, T = 1000.0; kwargs...) → P::StateSpaceSet
Return the iterations of ds on the Poincaré surface of section with the plane, by evolving ds up to a total of T. Return a StateSpaceSet of the points that are
on the surface of section.
This function initializes a PoincareMap and steps it until its current_crossing_time exceeds T. You can also use trajectory with PoincareMap to get a sequence
of N::Int points instead.
The keywords Ttr, save_idxs act as in trajectory. See PoincareMap for plane and all other keywords.
now if I want to use the second function how will i proceed? second one is from chaostools.poincaresos even if I explicitly give that, it’s not working. How to over come these