Skip to content

Commit 4578c8e

Browse files
committed
added tip header for figure formats
1 parent df24e26 commit 4578c8e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_episodes/08-putting-it-all-together.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,9 @@ fig.savefig("my_plot_name.png")
317317
~~~
318318
{: .language-python}
319319
320-
Which will save the `fig` created using Pandas/matplotlib as a png file with the name `my_plot_name`
320+
which will save the `fig` created using Pandas/matplotlib as a png file with the name `my_plot_name`
321321
322+
> ## Tip: Saving figures in different formats
322323
> ~~~
323324
> Matplotlib recognizes the extension used in the filename and
324325
> supports (on most computers) png, pdf, ps, eps and svg formats.

0 commit comments

Comments
 (0)