Skip to content

Commit b7948b9

Browse files
committed
fix outdated FRect3 call in poincare scan
1 parent 13059da commit b7948b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DynamicalSystems"
22
uuid = "61744808-ddfa-5f27-97ff-6e42cc95d634"
33
repo = "https://github.com/JuliaDynamics/DynamicalSystems.jl.git"
4-
version = "3.6.1"
4+
version = "3.6.2"
55

66
[deps]
77
Attractors = "f3fd9213-ca85-4dba-9dfd-7fc91308fec7"

ext/src/brainscan.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function DynamicalSystems.interactive_poincaresos_scan(
5151
ss[j] = y
5252
o = Makie.Point3f(ss...)
5353
w = Makie.Point3f(ws...)
54-
Makie.FRect3D(o, w)
54+
Makie.Rect3f(o, w)
5555
end
5656

5757
a = RGBAf(0,0,0,0)

0 commit comments

Comments
 (0)