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
ISSUES THAT DO NOT CONTAIN NECESSARY INFORMATION MAY BE CLOSED, IMMEDIATELY
The issue tracker is NOT the place for general support. For questions and
technical assistance, come ask the Bokeh mailing list or join the chat on Gitter. For feature requests, please provide a detailed description or proposal of the new capability or behavior.
For defects or deficiencies, please provide ALL OF THE FOLLOWING:
ALL software version info (bokeh, python, notebook, OS, browser, any other relevant packages)
bokeh 1.0
python 3.5
Safari or firefox
macOS High Sierra
Description of expected behavior and the observed behavior
expected: display plots just like in 0.13
observed: Do not display plots AFTER ellipse with datetime
p3.ellipse(x=[xm[0]], y=[2], width=[150000000], height=0.3,color="#CAB2D6", legend='Datetime')
The width of the ellipse is equal to this big number to show the ellipse curve with datetime. May be there is another way and may this will remove the issue. I don't know.
This line of code above was working with no issue with 0.13. But with 1.0 It removed every displays after. On the graph I have no title and no tools displaying as you can see under the tab "ellipse with datetime". If p3, the code with the issue is showed last in the tab index then it does not create any problem for the previous tabs.
This issue does not happen with circle. I am not sure that another glyphs will create the same issue with datetime.
I added the other tabs with code to show how this ellipse code is creating issue on its own display and every other displays after.
Complete, minimal, self-contained example code that reproduces the issue
@Pierretherenard The issue has nothing to do with the datetime axis. There is actually a problem due to putting the ellipse in a legend (when the legend is rendered the angle is lost and the code falls over)
READ AND FOLLOW THESE INSTRUCTIONS CAREFULLY
ISSUES THAT DO NOT CONTAIN NECESSARY INFORMATION MAY BE CLOSED, IMMEDIATELY
The issue tracker is NOT the place for general support. For questions and
technical assistance, come ask the Bokeh mailing list or join the chat on Gitter. For feature requests, please provide a detailed description or proposal of the new capability or behavior.
For defects or deficiencies, please provide ALL OF THE FOLLOWING:
ALL software version info (bokeh, python, notebook, OS, browser, any other relevant packages)
bokeh 1.0
python 3.5
Safari or firefox
macOS High Sierra
Description of expected behavior and the observed behavior
expected: display plots just like in 0.13
observed: Do not display plots AFTER ellipse with datetime
p3.ellipse(x=[xm[0]], y=[2], width=[150000000], height=0.3,color="#CAB2D6", legend='Datetime')
The width of the ellipse is equal to this big number to show the ellipse curve with datetime. May be there is another way and may this will remove the issue. I don't know.
This line of code above was working with no issue with 0.13. But with 1.0 It removed every displays after. On the graph I have no title and no tools displaying as you can see under the tab "ellipse with datetime". If p3, the code with the issue is showed last in the tab index then it does not create any problem for the previous tabs.
This issue does not happen with circle. I am not sure that another glyphs will create the same issue with datetime.
I added the other tabs with code to show how this ellipse code is creating issue on its own display and every other displays after.
Complete, minimal, self-contained example code that reproduces the issue
Stack traceback and/or browser JavaScript console output
Screenshots or screencasts of the bug in action
The text was updated successfully, but these errors were encountered: