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

0 commit comments

Comments
 (0)