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
This could be a bug in the underlying gl-plot2d library, it doesn't seem to specify what units are expected here.
Also, there is a test gl2d_axes_labels that does specify tickangle: 45, but it turns out that 45 radians looks visually similar to 45 degrees by coincidence, approximately 58 degrees to be more precise. It does appear that this test's baseline "correct" image does have a 58 degree slant baked into it.
The text was updated successfully, but these errors were encountered:
The units for
tickangle
is degrees when usingscatter
:However, it switches to radians when using
scattergl
:This could be a bug in the underlying
gl-plot2d
library, it doesn't seem to specify what units are expected here.Also, there is a test
gl2d_axes_labels
that does specifytickangle: 45
, but it turns out that 45 radians looks visually similar to 45 degrees by coincidence, approximately 58 degrees to be more precise. It does appear that this test's baseline "correct" image does have a 58 degree slant baked into it.The text was updated successfully, but these errors were encountered: