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
Here are some idea that popped when making figures with both Axis() and Axis3()
The data aspect:
To make sure no exaggeration is applied to a direction using Axis() one should do: Axis(aspect = DataAspect(), ...)
while for Axis3, on should type: Axis3(aspect = :data, ...)
Would there be a way to homogenise this? As such, I find it a bit confusing and I always mix them up :D
The default mouse interactions:
With Axis() it is straightforward to zoom and pan.
With Axis3(), it's easy to rotate but it would be great to be able to zoom and pan as with Axis() (I could imagine it's probably not a simple thing to implement?)
and thanks for this excellent visualisation package, cheers!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Here are some idea that popped when making figures with both
Axis()
andAxis3()
To make sure no exaggeration is applied to a direction using
Axis()
one should do:Axis(aspect = DataAspect(), ...)
while for
Axis3
, on should type:Axis3(aspect = :data, ...)
Would there be a way to homogenise this? As such, I find it a bit confusing and I always mix them up :D
With
Axis()
it is straightforward to zoom and pan.With
Axis3()
, it's easy to rotate but it would be great to be able to zoom and pan as withAxis()
(I could imagine it's probably not a simple thing to implement?)and thanks for this excellent visualisation package, cheers!
Beta Was this translation helpful? Give feedback.
All reactions