-
Notifications
You must be signed in to change notification settings - Fork 47
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 map background to 2D plot #249
Comments
I don't know what sort of things you are using/looking at but I've had success with using Bokeh which uses Google in the background. The strong/weak point is the plotting functionality - it isn't quite as modifiable as pyplot but it still looks good. What is quite fun is the ability to run little web apps written basically in code file which allow you to play with the data and plot it real time. |
We had a bit trouble on 2D plot when testing on this Sat. How about re-enable the dynamic scaling? |
it now scales so that the boat and the waypoints are always visible see #249
Just implemented a 1st version of the background map, it works quite well, but it needs an internet connection... |
this is done with 3bddc80 , I just have to write some doc about it. |
We have a brand new 2D plot tool, it could be nice to have a map in the background.
Here is a couple of lib that could work:
The text was updated successfully, but these errors were encountered: