You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -132,8 +132,8 @@ function plot_phasediagram(file)
132
132
)
133
133
134
134
135
-
# scatter!(ax, [p[1] for p in points2d], [p[2] for p in points2d], color=:black, strokewidth=0, markersize=5)
136
-
scatter!(ax, [p[1] for p in points2d], [p[2] for p in points2d], color=tmis, strokewidth=0.25, strokecolor=:black, colormap=colormap, markersize=2,colorrange=(-1, 1), highclip=:black, lowclip=:black, nan_color=:black)
135
+
# scatter!(ax, [p[1] for p in points2d], [p[2] for p in points2d], color=:black, strokewidth=0, markersize=0.25)
136
+
#scatter!(ax, [p[1] for p in points2d], [p[2] for p in points2d], color=tmis, strokewidth=0.25, strokecolor=:black, colormap=colormap, markersize=2,colorrange=extrema(tmis))
137
137
poly!(p, color=:white)
138
138
lines!(ax, [
139
139
projection([1, 0, 0]),
@@ -143,12 +143,15 @@ function plot_phasediagram(file)
0 commit comments