v1.0.0 #112
marceloprates
announced in
Announcements
v1.0.0
#112
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
- Refactoring
- Simplified the usage of some features
- New features for saving, loading & updating "presets" (JSON files containing OSM and matplotlib parameter configurations)
-
plot = prettymaps.plot()now outputs a "Plot" object contaning:axiselement; can now be used to update or add new matplotlib elements to prettymaps plot. Exampleplot.ax.set_title("Barcelona").figureelement; can now be used to update or add new matplotlib elements to prettymaps plot. Exampleplot.fig.patch.set_facecolor("#fff").- Updated the examples.ipynb notebook
- Updated README with a short tutorial
This discussion was created from the release v1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions