Improve aesthetics of geospatial plots, particularly axis ticks #22
Labels
good first issue
Good issue for first-time contributors
help wanted
Looking for Contributors
January Sprint
Issue to be tackled during end of January sprint (dates tbd)
It'd be great if by default geospatial plots did not truncate axis ticks.
In the meantime, there is an easy one liner to change a setting to display axis ticks without truncation:
plt.ticklabel_format(style="plain")
I only found out about this later on when developing the lesson, so maybe this line should lead each episode, or the first episode, to ensure that learner's plots look cleaner from the start.
The text was updated successfully, but these errors were encountered: