File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 155155 suptitle = 'Simple subplot grid' , title = 'Title' ,
156156 xlabel = 'x axis' , ylabel = 'y axis'
157157)
158- fig .save ('~/ example1.png' )
158+ fig .save ('example1.png' )
159159
160160
161161# %%
175175 xlabel = 'xlabel' , ylabel = 'ylabel'
176176)
177177axs [2 ].plot (data , lw = 2 )
178- fig .save ('~/ example2.png' )
178+ fig .save ('example2.png' )
179179
180180
181181# %%
196196 xlabel = 'xlabel' , ylabel = 'ylabel' , abc = True
197197)
198198axs [0 ].plot (data , lw = 2 )
199- fig .save ('~/ example3.png' )
199+ fig .save ('example3.png' )
200200
201201
202202# %%
215215 suptitle = 'Subplot grid with a GridSpec' ,
216216 xlabel = 'xlabel' , ylabel = 'ylabel' , abc = True
217217)
218- fig .save ('~/ example4.png' )
218+ fig .save ('example4.png' )
219219
220220# %% [raw] raw_mimetype="text/restructuredtext"
221221# .. _ug_subplotgrid:
You can’t perform that action at this time.
0 commit comments