Skip to content

Commit 3b11c33

Browse files
committed
added tip header for figure formats
1 parent 3a3d19c commit 3b11c33

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,10 +320,8 @@ fig.savefig("my_plot_name.png")
320320
which will save the `fig` created using Pandas/matplotlib as a png file with the name `my_plot_name`
321321
322322
> ## Tip: Saving figures in different formats
323-
> ~~~
324323
> Matplotlib recognizes the extension used in the filename and
325324
> supports (on most computers) png, pdf, ps, eps and svg formats.
326-
> ~~~
327325
{: .callout}
328326
329327
> ## Challenge - Saving figure to file

0 commit comments

Comments
 (0)