Skip to content

Commit

Permalink
fix(tutorial2): zorder keyword in clabel no longer supported (#654)
Browse files Browse the repository at this point in the history
close #653
  • Loading branch information
langevin-usgs authored Sep 27, 2019
1 parent 80a8a7f commit 7d1bc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Tutorials/Tutorial02/tutorial02.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
lc = modelmap.plot_grid()
qm = modelmap.plot_bc('GHB', alpha=0.5)
cs = modelmap.contour_array(head, levels=levels)
plt.clabel(cs, inline=1, fontsize=10, fmt='%1.1f', zorder=11)
plt.clabel(cs, inline=1, fontsize=10, fmt='%1.1f')
quiver = modelmap.plot_discharge(frf, fff, head=head)


Expand Down

0 comments on commit 7d1bc90

Please sign in to comment.