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 155
155
suptitle = 'Simple subplot grid' , title = 'Title' ,
156
156
xlabel = 'x axis' , ylabel = 'y axis'
157
157
)
158
- fig .save ('~/ example1.png' )
158
+ fig .save ('example1.png' )
159
159
160
160
161
161
# %%
175
175
xlabel = 'xlabel' , ylabel = 'ylabel'
176
176
)
177
177
axs [2 ].plot (data , lw = 2 )
178
- fig .save ('~/ example2.png' )
178
+ fig .save ('example2.png' )
179
179
180
180
181
181
# %%
196
196
xlabel = 'xlabel' , ylabel = 'ylabel' , abc = True
197
197
)
198
198
axs [0 ].plot (data , lw = 2 )
199
- fig .save ('~/ example3.png' )
199
+ fig .save ('example3.png' )
200
200
201
201
202
202
# %%
215
215
suptitle = 'Subplot grid with a GridSpec' ,
216
216
xlabel = 'xlabel' , ylabel = 'ylabel' , abc = True
217
217
)
218
- fig .save ('~/ example4.png' )
218
+ fig .save ('example4.png' )
219
219
220
220
# %% [raw] raw_mimetype="text/restructuredtext"
221
221
# .. _ug_subplotgrid:
You can’t perform that action at this time.
0 commit comments