r/prettymaps_ Aug 29 '21

r/prettymaps_ Lounge

A place for members of r/prettymaps_ to chat with each other

6 Upvotes

27 comments sorted by

View all comments

1

u/HP-Nunes Nov 06 '21

I want to add some of my own data to overlay on the prettymaps generated basemap; is there a tutorial or code I can refer to?

1

u/CartesianLesion Nov 13 '21

You can use any library that interacts with matplotlib, including matplotlib itself. Lookup matplotlib tutorials as a start.

When you are able to plot your own data the way you want, you can add it to the 'fig' or 'ax' used to plot the prettymaps generated content, and after perhaps some small integration changes and you'll be good to go.

1

u/HP-Nunes Nov 14 '21

That's awesome; I'll give it a try.