Skip to content

Commit

Permalink
Merge pull request #604 from CaraConradsen/patch-1
Browse files Browse the repository at this point in the history
Change order of line 327 and 328 - Lesson Contribution
  • Loading branch information
alee authored Aug 1, 2022
2 parents 700d004 + 4607bb8 commit 97f762a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/09-plotting.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ data.T.plot.scatter(x = 'Australia', y = 'New Zealand')
> * call the `savefig` class method from that variable.
>
> ~~~
> fig = plt.gcf() # get current figure
> data.plot(kind='bar')
> fig = plt.gcf() # get current figure
> fig.savefig('my_figure.png')
> ~~~
> {: .language-python}
Expand Down

0 comments on commit 97f762a

Please sign in to comment.