Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wood-chris committed Mar 3, 2024
1 parent f2cabd9 commit 63b36dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _episodes/08-geopandas.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ plt.savefig("b.png")
>> # we additionally need this library for this example
>> from matplotlib.offsetbox import AnchoredText
>>
>> bounds = buoys_geo.total_bounds #minx,miny,maxx,maxy
>> bounds = buoys_geo.total_bounds
>>
>> fig, ax = plt.subplots()
>> ax.set_ylim([bounds[1]-0.5,bounds[3]+0.5])
Expand All @@ -382,6 +382,7 @@ plt.savefig("b.png")
)
>> labels.patch.set_boxstyle("round,pad=0.,rounding_size=0.2")
>> ax.add_artist(labels)
>> fig.tight_layout()
>> ~~~
>> {: .language-python}
>>
Expand Down

0 comments on commit 63b36dc

Please sign in to comment.