Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3d1a35

Browse files
committed
dummy images
1 parent 55b3991 commit c3d1a35

File tree

88 files changed

+176
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+176
-0
lines changed

examples/axes_grid1/demo_axes_grid.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,5 @@ def demo_grid_with_each_cbar_labelled(fig):
123123
demo_grid_with_each_cbar_labelled(fig)
124124

125125
plt.show()
126+
127+
# sphinx_gallery_dummy_images=1

examples/axes_grid1/demo_axes_rgb.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,5 @@ def demo_rgb2():
6767
demo_rgb2()
6868

6969
plt.show()
70+
71+
# sphinx_gallery_dummy_images=1

examples/axes_grid1/inset_locator_demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,5 @@
142142
bbox_transform=transform, loc=8, borderpad=0)
143143

144144
plt.show()
145+
146+
# sphinx_gallery_dummy_images=1

examples/axes_grid1/inset_locator_demo2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,5 @@ def add_sizebar(ax, size):
7474
mark_inset(ax2, axins2, loc1=2, loc2=4, fc="none", ec="0.5")
7575

7676
plt.show()
77+
78+
# sphinx_gallery_dummy_images=1

examples/axes_grid1/parasite_simple.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@
2323
par.yaxis.get_label().set_color(p2.get_color())
2424

2525
plt.show()
26+
27+
# sphinx_gallery_dummy_images=1

examples/axes_grid1/parasite_simple2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@
4242
# xlim and ylim of ax_pms will be automatically adjusted.
4343

4444
plt.show()
45+
46+
# sphinx_gallery_dummy_images=1

examples/axes_grid1/scatter_hist_locatable_axes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,5 @@
7474
# - `matplotlib.axes.Axes.set_aspect`
7575
# - `matplotlib.axes.Axes.scatter`
7676
# - `matplotlib.axes.Axes.hist`
77+
78+
# sphinx_gallery_dummy_images=1

examples/axes_grid1/simple_anchored_artists.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,5 @@ def draw_sizebar(ax):
8282
draw_sizebar(ax)
8383

8484
plt.show()
85+
86+
# sphinx_gallery_dummy_images=1

examples/axes_grid1/simple_axes_divider1.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,5 @@ def label_axes(ax, text):
6666
label_axes(ax4, "nx=2, nx1=4, ny=0")
6767

6868
plt.show()
69+
70+
# sphinx_gallery_dummy_images=1

examples/axes_grid1/simple_axes_divider3.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@
4242
ax1.tick_params(labelbottom=False, labelleft=False)
4343

4444
plt.show()
45+
46+
# sphinx_gallery_dummy_images=1

examples/axes_grid1/simple_axesgrid.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@
2626
ax.imshow(im)
2727

2828
plt.show()
29+
30+
# sphinx_gallery_dummy_images=1

examples/axes_grid1/simple_axesgrid2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@
2929
ax.imshow(im, origin="lower", vmin=vmin, vmax=vmax)
3030

3131
plt.show()
32+
33+
# sphinx_gallery_dummy_images=1

examples/axes_grid1/simple_axisline4.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@
2121
ax2.axis["top"].major_ticklabels.set_visible(True)
2222

2323
plt.show()
24+
25+
# sphinx_gallery_dummy_images=1

examples/axes_grid1/simple_colorbar.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@
1919
plt.colorbar(im, cax=cax)
2020

2121
plt.show()
22+
23+
# sphinx_gallery_dummy_images=1

examples/axisartist/axis_direction.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ def setup_axes(fig, pos):
6565
ax8.axis["x"].toggle(ticklabels=False)
6666

6767
plt.show()
68+
69+
# sphinx_gallery_dummy_images=1

examples/axisartist/demo_axis_direction.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,5 @@ def add_floating_axis2(ax1):
9090
va="top", ha="left")
9191

9292
plt.show()
93+
94+
# sphinx_gallery_dummy_images=1

examples/axisartist/demo_curvelinear_grid.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,5 @@ def curvelinear_test2(fig):
111111
curvelinear_test2(fig)
112112

113113
plt.show()
114+
115+
# sphinx_gallery_dummy_images=1

examples/axisartist/demo_floating_axes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,5 @@ def setup_axes3(fig, rect):
164164
aux_ax3.scatter(theta, radius)
165165

166166
plt.show()
167+
168+
# sphinx_gallery_dummy_images=1

examples/axisartist/demo_floating_axis.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ def curvelinear_test2(fig):
6565
fig = plt.figure(figsize=(5, 5))
6666
curvelinear_test2(fig)
6767
plt.show()
68+
69+
# sphinx_gallery_dummy_images=1

examples/axisartist/demo_parasite_axes2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,5 @@
5858
par2.axis["right"].label.set_color(p3.get_color())
5959

6060
plt.show()
61+
62+
# sphinx_gallery_dummy_images=1

examples/axisartist/demo_ticklabel_alignment.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ def setup_axes(fig, pos):
3737
ax.set_xlabel("va=bottom")
3838

3939
plt.show()
40+
41+
# sphinx_gallery_dummy_images=1

examples/axisartist/simple_axis_direction01.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@
1919
ax1.axis["right"].label.set_axis_direction("left")
2020

2121
plt.show()
22+
23+
# sphinx_gallery_dummy_images=1

examples/axisartist/simple_axis_direction03.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ def setup_axes(fig, pos):
3232
ax2.axis[:].major_ticks.set_tick_out(True)
3333

3434
plt.show()
35+
36+
# sphinx_gallery_dummy_images=1

examples/axisartist/simple_axis_pad.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,5 @@ def ann(ax1, d):
103103
ann(ax1, "ticks.set_tick_out(True)")
104104

105105
plt.show()
106+
107+
# sphinx_gallery_dummy_images=1

examples/axisartist/simple_axisartist1.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@
5050
ax1.plot(x, np.sin(x))
5151

5252
plt.show()
53+
54+
# sphinx_gallery_dummy_images=1

examples/axisartist/simple_axisline3.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@
1515
ax.axis["top"].set_visible(False)
1616

1717
plt.show()
18+
19+
# sphinx_gallery_dummy_images=1

examples/images_contours_and_fields/contour_corner_mask.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@
4646
#
4747
# - `matplotlib.axes.Axes.contour` / `matplotlib.pyplot.contour`
4848
# - `matplotlib.axes.Axes.contourf` / `matplotlib.pyplot.contourf`
49+
50+
# sphinx_gallery_dummy_images=1

examples/images_contours_and_fields/contourf_hatching.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@
5353
# - `matplotlib.axes.Axes.legend` / `matplotlib.pyplot.legend`
5454
# - `matplotlib.contour.ContourSet`
5555
# - `matplotlib.contour.ContourSet.legend_elements`
56+
57+
# sphinx_gallery_dummy_images=1

examples/images_contours_and_fields/image_antialiasing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,5 @@
118118
# in this example:
119119
#
120120
# - `matplotlib.axes.Axes.imshow`
121+
122+
# sphinx_gallery_dummy_images=1

examples/images_contours_and_fields/plot_streamplot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,5 @@
8080
#
8181
# - `matplotlib.axes.Axes.streamplot` / `matplotlib.pyplot.streamplot`
8282
# - `matplotlib.gridspec.GridSpec`
83+
84+
# sphinx_gallery_dummy_images=1

examples/images_contours_and_fields/tricontour_smooth_user.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,5 @@ def function_z(x, y):
8686
# - `matplotlib.tri`
8787
# - `matplotlib.tri.Triangulation`
8888
# - `matplotlib.tri.UniformTriRefiner`
89+
90+
# sphinx_gallery_dummy_images=1

examples/images_contours_and_fields/tripcolor_demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,5 @@
135135
# - `matplotlib.axes.Axes.tripcolor` / `matplotlib.pyplot.tripcolor`
136136
# - `matplotlib.tri`
137137
# - `matplotlib.tri.Triangulation`
138+
139+
# sphinx_gallery_dummy_images=1

examples/images_contours_and_fields/triplot_demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,5 @@
115115
# - `matplotlib.axes.Axes.triplot` / `matplotlib.pyplot.triplot`
116116
# - `matplotlib.tri`
117117
# - `matplotlib.tri.Triangulation`
118+
119+
# sphinx_gallery_dummy_images=1

examples/lines_bars_and_markers/bar_label_demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,5 @@
128128
# - `matplotlib.axes.Axes.bar` / `matplotlib.pyplot.bar`
129129
# - `matplotlib.axes.Axes.barh` / `matplotlib.pyplot.barh`
130130
# - `matplotlib.axes.Axes.bar_label` / `matplotlib.pyplot.bar_label`
131+
132+
# sphinx_gallery_dummy_images=1

examples/lines_bars_and_markers/eventplot_demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,5 @@
5858
linelengths=linelengths2, orientation='vertical')
5959

6060
plt.show()
61+
62+
# sphinx_gallery_dummy_images=1

examples/lines_bars_and_markers/filled_step.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,3 +234,5 @@ def stack_hist(ax, stacked_data, sty_cycle, bottoms=None,
234234
# - `matplotlib.axes.Axes.fill_betweenx` / `matplotlib.pyplot.fill_betweenx`
235235
# - `matplotlib.axes.Axes.fill_between` / `matplotlib.pyplot.fill_between`
236236
# - `matplotlib.axis.Axis.set_major_locator`
237+
238+
# sphinx_gallery_dummy_images=1

examples/lines_bars_and_markers/stackplot_demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,5 @@ def add_random_gaussian(a):
6969
fig, ax = plt.subplots()
7070
ax.stackplot(x, ys, baseline='wiggle')
7171
plt.show()
72+
73+
# sphinx_gallery_dummy_images=1

examples/misc/patheffect_demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@
4141
leg.legendPatch.set_path_effects([patheffects.withSimplePatchShadow()])
4242

4343
plt.show()
44+
45+
# sphinx_gallery_dummy_images=1

examples/misc/tickedstroke_demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,5 @@
103103
ax.set_ylim(0, 4)
104104

105105
plt.show()
106+
107+
# sphinx_gallery_dummy_images=2

examples/mplot3d/2dcollections3d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@
4646
ax.view_init(elev=20., azim=-35, roll=0)
4747

4848
plt.show()
49+
50+
# sphinx_gallery_dummy_images=1

examples/mplot3d/bars3d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@
4040
ax.set_yticks(yticks)
4141

4242
plt.show()
43+
44+
# sphinx_gallery_dummy_images=1

examples/mplot3d/contour3d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@
1717
ax.contour(X, Y, Z, cmap=cm.coolwarm) # Plot contour curves
1818

1919
plt.show()
20+
21+
# sphinx_gallery_dummy_images=1

examples/mplot3d/contourf3d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@
1919
ax.contourf(X, Y, Z, cmap=cm.coolwarm)
2020

2121
plt.show()
22+
23+
# sphinx_gallery_dummy_images=1

examples/mplot3d/contourf3d_2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@
3030
xlabel='X', ylabel='Y', zlabel='Z')
3131

3232
plt.show()
33+
34+
# sphinx_gallery_dummy_images=1

examples/mplot3d/errorbar3d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@
2727
ax.set_zlabel("Z label")
2828

2929
plt.show()
30+
31+
# sphinx_gallery_dummy_images=1

examples/mplot3d/lines3d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@
2323
ax.legend()
2424

2525
plt.show()
26+
27+
# sphinx_gallery_dummy_images=1

examples/mplot3d/offset.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@
3030
ax.set_zlim(0, 2)
3131

3232
plt.show()
33+
34+
# sphinx_gallery_dummy_images=1

examples/mplot3d/polys3d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ def polygon_under_graph(x, y):
4343
xlabel='x', ylabel=r'$\lambda$', zlabel='probability')
4444

4545
plt.show()
46+
47+
# sphinx_gallery_dummy_images=1

examples/mplot3d/quiver3d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@
2525
ax.quiver(x, y, z, u, v, w, length=0.1, normalize=True)
2626

2727
plt.show()
28+
29+
# sphinx_gallery_dummy_images=1

examples/mplot3d/scatter3d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ def randrange(n, vmin, vmax):
3838
ax.set_zlabel('Z Label')
3939

4040
plt.show()
41+
42+
# sphinx_gallery_dummy_images=1

examples/mplot3d/subplot3d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@
4444
ax.plot_wireframe(X, Y, Z, rstride=10, cstride=10)
4545

4646
plt.show()
47+
48+
# sphinx_gallery_dummy_images=1

examples/mplot3d/surface3d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@
5252
# - `matplotlib.axis.Axis.set_major_locator`
5353
# - `matplotlib.ticker.LinearLocator`
5454
# - `matplotlib.ticker.StrMethodFormatter`
55+
56+
# sphinx_gallery_dummy_images=1

examples/mplot3d/text3d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@
4545
ax.set_zlabel('Z axis')
4646

4747
plt.show()
48+
49+
# sphinx_gallery_dummy_images=1

examples/mplot3d/tricontour3d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@
4242
ax.view_init(elev=45.)
4343

4444
plt.show()
45+
46+
# sphinx_gallery_dummy_images=1

examples/mplot3d/trisurf3d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@
3131
ax.plot_trisurf(x, y, z, linewidth=0.2, antialiased=True)
3232

3333
plt.show()
34+
35+
# sphinx_gallery_dummy_images=1

examples/mplot3d/voxels_numpy_logo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ def explode(data):
4545
ax.set_aspect('equal')
4646

4747
plt.show()
48+
49+
# sphinx_gallery_dummy_images=1

examples/mplot3d/wire3d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@
2020
ax.plot_wireframe(X, Y, Z, rstride=10, cstride=10)
2121

2222
plt.show()
23+
24+
# sphinx_gallery_dummy_images=1

examples/pie_and_polar_charts/polar_scatter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,5 @@
6868
# - `matplotlib.projections.polar.PolarAxes.set_theta_zero_location`
6969
# - `matplotlib.projections.polar.PolarAxes.set_thetamin`
7070
# - `matplotlib.projections.polar.PolarAxes.set_thetamax`
71+
72+
# sphinx_gallery_dummy_images=3

examples/pyplots/align_ylabels.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,5 @@ def make_plot(axs):
8383
# - `matplotlib.axes.Axes.set_title`
8484
# - `matplotlib.axes.Axes.set_ylabel`
8585
# - `matplotlib.axes.Axes.set_ylim`
86+
87+
# sphinx_gallery_dummy_images=1

examples/pyplots/annotation_basic.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@
3232
# in this example:
3333
#
3434
# - `matplotlib.axes.Axes.annotate` / `matplotlib.pyplot.annotate`
35+
36+
# sphinx_gallery_dummy_images=1

examples/pyplots/annotation_polar.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@
3939
#
4040
# - `matplotlib.projections.polar`
4141
# - `matplotlib.axes.Axes.annotate` / `matplotlib.pyplot.annotate`
42+
43+
# sphinx_gallery_dummy_images=1

examples/pyplots/pyplot_mathtext.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@
2828
# in this example:
2929
#
3030
# - `matplotlib.axes.Axes.text` / `matplotlib.pyplot.text`
31+
32+
# sphinx_gallery_dummy_images=1

examples/shapes_and_collections/fancybox_demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,5 @@ def draw_control_points_for_patches(ax):
124124
# - `matplotlib.transforms.Bbox`
125125
# - `matplotlib.figure.Figure.text`
126126
# - `matplotlib.axes.Axes.text`
127+
128+
# sphinx_gallery_dummy_images=1

examples/showcase/xkcd.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@
6464
ha='center')
6565

6666
plt.show()
67+
68+
# sphinx_gallery_dummy_images=1

examples/specialty_plots/sankey_rankine.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,5 @@
9494
# - `matplotlib.sankey.Sankey`
9595
# - `matplotlib.sankey.Sankey.add`
9696
# - `matplotlib.sankey.Sankey.finish`
97+
98+
# sphinx_gallery_dummy_images=1

examples/specialty_plots/skewt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,3 +272,5 @@ def upper_xlim(self):
272272
# - `matplotlib.spines.Spine.register_axis`
273273
# - `matplotlib.projections`
274274
# - `matplotlib.projections.register_projection`
275+
276+
# sphinx_gallery_dummy_images=1

0 commit comments

Comments
 (0)