Skip to content

scatter3D plot time series problems #3155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
seziCZ opened this issue Oct 25, 2018 · 3 comments
Closed

scatter3D plot time series problems #3155

seziCZ opened this issue Oct 25, 2018 · 3 comments
Labels
bug something broken

Comments

@seziCZ
Copy link

seziCZ commented Oct 25, 2018

Scatter 3D plot suffers of multiple problems if time series to be rendered fits in window smaller than ~4 hours:

https://codepen.io/sezicz/pen/QZzjZM - single point, only axis names are displayed
https://codepen.io/sezicz/pen/KGbdpN - two points in one second, only axis names are displayed
https://codepen.io/sezicz/pen/WaLQpG - two points in one minute, plot is broken
https://codepen.io/sezicz/pen/PyXPdN - two points in one hour, z axis lables are shifted

@alexcjohnson
Copy link
Collaborator

Thanks for pointing this out! It looks like we have a timezone issue here, where the range over which to draw ticks gets shifted by the UTC time zone offset, yet the ticks we end up drawing have the correct values for where they were drawn.

@alexcjohnson alexcjohnson added the bug something broken label Oct 25, 2018
@etpinard
Copy link
Contributor

Might be related (unfortunately) to #2646

@gvwilson
Copy link
Contributor

Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

No branches or pull requests

4 participants