-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Add bokeh.plotting.gmap to create GMapPlot correctly and easily #5826
Comments
Sorry for making a mess of the code, I'm new to posting to GitHub. The 'Insert Code' <> button gave me the mess above (I should have previewed...) |
No worries, I fixed it up :) FYI code quoting on GH is triple-backticks (on their own lines before/after) |
@bokeh/dev thoughts? This could be a validation warning, or we could fail harder earlier with an exception... it really doesn't make sense to ever have a |
If it doesn't make sense, don't allow it. There is |
@mattpap Well, the base
So we'd have to factor everything except ranges out into a |
Not necessarily, |
Possible solution: extend |
Going further, we can also make a |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
When using GMapPlot with DataRange1d, the points plotted do not appear in the correct location when the data is updated. See example code below. The solution is to use Range1d. It would be helpful to give a validation error so the developer can be advised to use Range1d instead of DataRange1d.
Thanks,
Andrew
The text was updated successfully, but these errors were encountered: