Skip to content
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

docs - errorbar plot #457

Closed
danton267 opened this issue Oct 25, 2021 · 1 comment
Closed

docs - errorbar plot #457

danton267 opened this issue Oct 25, 2021 · 1 comment

Comments

@danton267
Copy link
Member

x = 1:13;
y = datetime(2018,5,1,1:13,0,0);
err = hours(rand(13,1));
errorbar(x,y,err)

fig2plotly(gcf);

errorbar plot with datetime does not work. All else does.

gilbertogalvis pushed a commit that referenced this issue Oct 25, 2021
@gilbertogalvis
Copy link
Contributor

This issue was fixed by PR #458

Screen Shot 2021-10-25 at 4 13 28 PM

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

No branches or pull requests

2 participants