Skip to content

Instantly share code, notes, and snippets.

@lamby

lamby/<stdin> Secret

Created June 25, 2016 10:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lamby/549d0c0a61097e02e441222f35cd587c to your computer and use it in GitHub Desktop.
Save lamby/549d0c0a61097e02e441222f35cd587c to your computer and use it in GitHub Desktop.
--- doc/source/mapping.rst.orig 2016-06-25 12:22:44.959626554 +0200
+++ doc/source/mapping.rst 2016-06-25 12:22:38.031564411 +0200
@@ -107,7 +107,7 @@
# working with pyplot directly.
ax.set_aspect('equal')
- world.plot(ax=ax, color='white')
+ _ = world.plot(ax=ax, color='white')
cities.plot(ax=ax, marker='o', color='red', markersize=5)
@savefig capitals_over_countries_2.png width=5in
plt.show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment