Skip to content

Commit 576c3d5

Browse files
committed
better thumbnail image for gallery
1 parent 08ec66e commit 576c3d5

18 files changed

+34
-0
lines changed

examples/plot_OT_1D.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# Author: Remi Flamary <remi.flamary@unice.fr>
1313
#
1414
# License: MIT License
15+
# sphinx_gallery_thumbnail_number = 3
1516

1617
import numpy as np
1718
import matplotlib.pylab as pl

examples/plot_OT_1D_smooth.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
#
1414
# License: MIT License
1515

16+
# sphinx_gallery_thumbnail_number = 6
17+
1618
import numpy as np
1719
import matplotlib.pylab as pl
1820
import ot

examples/plot_OT_2D_samples.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#
1515
# License: MIT License
1616

17+
# sphinx_gallery_thumbnail_number = 4
18+
1719
import numpy as np
1820
import matplotlib.pylab as pl
1921
import ot

examples/plot_OT_L1_vs_L2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#
1717
# License: MIT License
1818

19+
# sphinx_gallery_thumbnail_number = 3
20+
1921
import numpy as np
2022
import matplotlib.pylab as pl
2123
import ot

examples/plot_UOT_barycenter_1D.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#
1717
# License: MIT License
1818

19+
# sphinx_gallery_thumbnail_number = 2
20+
1921
import numpy as np
2022
import matplotlib.pylab as pl
2123
import ot

examples/plot_WDA.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#
1717
# License: MIT License
1818

19+
# sphinx_gallery_thumbnail_number = 2
20+
1921
import numpy as np
2022
import matplotlib.pylab as pl
2123

examples/plot_barycenter_1D.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
#
1919
# License: MIT License
2020

21+
# sphinx_gallery_thumbnail_number = 4
22+
2123
import numpy as np
2224
import matplotlib.pylab as pl
2325
import ot

examples/plot_barycenter_lp_vs_entropic.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
#
2222
# License: MIT License
2323

24+
# sphinx_gallery_thumbnail_number = 4
25+
2426
import numpy as np
2527
import matplotlib.pylab as pl
2628
import ot

examples/plot_compute_emd.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#
1515
# License: MIT License
1616

17+
# sphinx_gallery_thumbnail_number = 3
18+
1719
import numpy as np
1820
import matplotlib.pylab as pl
1921
import ot

examples/plot_fgw.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#
1818
# License: MIT License
1919

20+
# sphinx_gallery_thumbnail_number = 3
21+
2022
import matplotlib.pyplot as pl
2123
import numpy as np
2224
import ot

0 commit comments

Comments
 (0)