Content-Length: 27318 | pFad | http://github.com/matplotlib/matplotlib/pull/31377.patch

thub.com From 603f25c5a59ba82ebf34f2e404c0432332479816 Mon Sep 17 00:00:00 2001 From: Abhinav Jha Date: Wed, 25 Mar 2026 11:57:37 +0530 Subject: [PATCH 1/3] DOC: add thumbnail for hyperlinks_sgskip example Set a dedicated gallery thumbnail path and add a compact PNG thumbnail for the hyperlinks sgskip example to address missing-docs thumbnail coverage. Made-with: Cursor --- doc/_static/hyperlinks_thumbnail.png | Bin 0 -> 2754 bytes galleries/examples/misc/hyperlinks_sgskip.py | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 doc/_static/hyperlinks_thumbnail.png diff --git a/doc/_static/hyperlinks_thumbnail.png b/doc/_static/hyperlinks_thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..04dbf91a1173c1cb2b11875e4b9e1fe3d58d147d GIT binary patch literal 2754 zcmd5;XHZky7Czt&YOYx0Rf;qbDHjkBH4#BD3aGRIN|9zjrI`o`O#`tYf+VOYN;6VJ z2~pG_J(P!05vc(I14L?qp&38|gnM*enR)u-&HM4@{n+O_v*yfNXYKF%*50wU*5=Ys zSttMi(v}uT6aYv-!1vlUQsDFTqnsEJ;JBksID5=FT&P!&4`Ahm!v>-&;0Q%?;80I04d z($pa=O~7%x;5w_wnr^mq$!s;IU6OVkm2D81y>PZYrRJoDQlr^kHqb?m)kiyEev?7? zxOCpuoT!tF*1K7}%5=&rTJKYXlvY5!xtXF4ZM~~=2Lt&~>RmY(hFVst4e2|*t(mn6cg%{Bm@fyz)|T_#YY^fM5THk{RCv)Mk1CUYOr z2t41xx>>;Iw|#9kVIr=3Ic|zJ^lpB9NHkTy0ng{~i|c8*Gi;)UD)X8BTEXA(7x!|MOnD2a_%>w{NT$!(@+*<;k;Ji_t7tED{Ed z7QWMZI`*0**S#Di;_W{4^}RtsK|$Nj1fxtei|k|4#b)Q^=BnXCLcs8GO!dNuwgFOQ zQ@T+&s%=F_yS$>p(ao(0d!TZ_`9tNa{z%sZ6LG0{>8s81@_fIauW##3X*maH=ltD| z!_3fVbm)pzU7QkB!Oq2{08C2|@u=N_9#PATeV9I)NEGoxTOq+8i?!XR>+WD{(6HOHy;4BiU^GQ^k6Ok* zNJ{bpiHt+4oD-n^{ElmDYah=+A%aKZH8nL=m-l1edZU<2Gq;x_nS4Iq!O@ZN2_tjL z$ueU#k=@>&)#ZM^WNJ)PZdW0Fp&#E*9#Ofi&SpURr&gi_jgxVcM43SC1(*^%G4t09tCzs#*# zy?#tIJKn>LVxsczyN7WhRr7t9%fU4{Hjc()a|e`-DK=nVaSdnr0s*_P>M{ntXJw^l zX}&+|w3QV}l~=o3(c#32+jO^zq-6_gJAxp3xv+S;&EDovPJ*$>fOecFTfZFTj8TTc7`by z6+XT^0e|q|0k73ukv+kwV0U+y@q?B2ug9=P4haN;?-ske)BJhwF>~|TmLnT@lqj*@ zxKvI0=d>m?s9GA>oSBLE8#=?h7SS+#J*IMLrm>)~uw4#QnGx7qvNb}UW`D*Q*mJ-h z@Z1Oir0f9CAtAqhDX;{noD6Ba1!tHrMBc7S-sT1CHd^+AkTM!a6(s2L?F|xtw((`ADF_3J_S0z zUkEAokAc6CInA9p{8-IJ1}Wi`o9?RVAP3bcvr&b0kW=FRk%K&#R{<|*petP=<4WQD zvc;{pB(d9MOE3nrQvI9cI^Clp#O5p|1W~-8bUzbs0(k1-IX&fd|A*a*;AHdMjnJk{0W{6>Ospp zw;($9XBQ9MUotiaH;a++q&zjt?_+gw%U}i|--YM&P7ED*=e0lVGgvB|5GK*sfP~H>qUXdi_&Cr=3?@fcokT-ZY zX*CpBs|Xu@_@G~D)}^XU&A_ zg1km&$?ZMB%Du+oFK-PYU3h#R=0dHK1?u&KKAxOQu=1+Pnnb(pprM_D{N56dCEClL z%%0i1=~-l$KJ?!WrsBCgY<;5LM^IagjDdTLNHbGG zUjCbQWQ~aXR{a1uYhontkBVzk@HXy<`n(pXpeiK2DG%ek$rseF)GLetmKJPc0Rn7B#*Xa}x@SNz1HBEs<=v-njb5 h;Qagi{1?2A0z8D>Ndt7!0q{NvSRS=T(#<@t{RK12191QV literal 0 HcmV?d00001 diff --git a/galleries/examples/misc/hyperlinks_sgskip.py b/galleries/examples/misc/hyperlinks_sgskip.py index 26421c941573..bd68d26b8a41 100644 --- a/galleries/examples/misc/hyperlinks_sgskip.py +++ b/galleries/examples/misc/hyperlinks_sgskip.py @@ -13,6 +13,8 @@ import matplotlib.pyplot as plt import numpy as np +# sphinx_gallery_thumbnail_path = "_static/hyperlinks_thumbnail.png" + # %% fig = plt.figure() From 9cb5cf9c40d520c08ad0f322688523c899fba5f1 Mon Sep 17 00:00:00 2001 From: Abhinav Jha Date: Wed, 25 Mar 2026 12:23:06 +0530 Subject: [PATCH 2/3] DOC: match thumbnail directive style Made-with: Cursor --- galleries/examples/misc/hyperlinks_sgskip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galleries/examples/misc/hyperlinks_sgskip.py b/galleries/examples/misc/hyperlinks_sgskip.py index bd68d26b8a41..53369a40492f 100644 --- a/galleries/examples/misc/hyperlinks_sgskip.py +++ b/galleries/examples/misc/hyperlinks_sgskip.py @@ -13,7 +13,7 @@ import matplotlib.pyplot as plt import numpy as np -# sphinx_gallery_thumbnail_path = "_static/hyperlinks_thumbnail.png" +# sphinx_gallery_thumbnail_path = '_static/hyperlinks_thumbnail.png' # %% From a28fc9295c6317415436307dd8232b51f338fce7 Mon Sep 17 00:00:00 2001 From: Abhinav Jha Date: Wed, 25 Mar 2026 12:25:54 +0530 Subject: [PATCH 3/3] DOC: use SVG thumbnail for hyperlinks_sgskip Point the gallery thumbnail path to a committed SVG generated from the example output so the sgskip example has a stable docs thumbnail without changing execution behavior. Made-with: Cursor --- doc/_static/hyperlinks_thumbnail.png | Bin 2754 -> 0 bytes doc/_static/hyperlinks_thumbnail.svg | 591 +++++++++++++++++++ galleries/examples/misc/hyperlinks_sgskip.py | 2 +- 3 files changed, 592 insertions(+), 1 deletion(-) delete mode 100644 doc/_static/hyperlinks_thumbnail.png create mode 100644 doc/_static/hyperlinks_thumbnail.svg diff --git a/doc/_static/hyperlinks_thumbnail.png b/doc/_static/hyperlinks_thumbnail.png deleted file mode 100644 index 04dbf91a1173c1cb2b11875e4b9e1fe3d58d147d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2754 zcmd5;XHZky7Czt&YOYx0Rf;qbDHjkBH4#BD3aGRIN|9zjrI`o`O#`tYf+VOYN;6VJ z2~pG_J(P!05vc(I14L?qp&38|gnM*enR)u-&HM4@{n+O_v*yfNXYKF%*50wU*5=Ys zSttMi(v}uT6aYv-!1vlUQsDFTqnsEJ;JBksID5=FT&P!&4`Ahm!v>-&;0Q%?;80I04d z($pa=O~7%x;5w_wnr^mq$!s;IU6OVkm2D81y>PZYrRJoDQlr^kHqb?m)kiyEev?7? zxOCpuoT!tF*1K7}%5=&rTJKYXlvY5!xtXF4ZM~~=2Lt&~>RmY(hFVst4e2|*t(mn6cg%{Bm@fyz)|T_#YY^fM5THk{RCv)Mk1CUYOr z2t41xx>>;Iw|#9kVIr=3Ic|zJ^lpB9NHkTy0ng{~i|c8*Gi;)UD)X8BTEXA(7x!|MOnD2a_%>w{NT$!(@+*<;k;Ji_t7tED{Ed z7QWMZI`*0**S#Di;_W{4^}RtsK|$Nj1fxtei|k|4#b)Q^=BnXCLcs8GO!dNuwgFOQ zQ@T+&s%=F_yS$>p(ao(0d!TZ_`9tNa{z%sZ6LG0{>8s81@_fIauW##3X*maH=ltD| z!_3fVbm)pzU7QkB!Oq2{08C2|@u=N_9#PATeV9I)NEGoxTOq+8i?!XR>+WD{(6HOHy;4BiU^GQ^k6Ok* zNJ{bpiHt+4oD-n^{ElmDYah=+A%aKZH8nL=m-l1edZU<2Gq;x_nS4Iq!O@ZN2_tjL z$ueU#k=@>&)#ZM^WNJ)PZdW0Fp&#E*9#Ofi&SpURr&gi_jgxVcM43SC1(*^%G4t09tCzs#*# zy?#tIJKn>LVxsczyN7WhRr7t9%fU4{Hjc()a|e`-DK=nVaSdnr0s*_P>M{ntXJw^l zX}&+|w3QV}l~=o3(c#32+jO^zq-6_gJAxp3xv+S;&EDovPJ*$>fOecFTfZFTj8TTc7`by z6+XT^0e|q|0k73ukv+kwV0U+y@q?B2ug9=P4haN;?-ske)BJhwF>~|TmLnT@lqj*@ zxKvI0=d>m?s9GA>oSBLE8#=?h7SS+#J*IMLrm>)~uw4#QnGx7qvNb}UW`D*Q*mJ-h z@Z1Oir0f9CAtAqhDX;{noD6Ba1!tHrMBc7S-sT1CHd^+AkTM!a6(s2L?F|xtw((`ADF_3J_S0z zUkEAokAc6CInA9p{8-IJ1}Wi`o9?RVAP3bcvr&b0kW=FRk%K&#R{<|*petP=<4WQD zvc;{pB(d9MOE3nrQvI9cI^Clp#O5p|1W~-8bUzbs0(k1-IX&fd|A*a*;AHdMjnJk{0W{6>Ospp zw;($9XBQ9MUotiaH;a++q&zjt?_+gw%U}i|--YM&P7ED*=e0lVGgvB|5GK*sfP~H>qUXdi_&Cr=3?@fcokT-ZY zX*CpBs|Xu@_@G~D)}^XU&A_ zg1km&$?ZMB%Du+oFK-PYU3h#R=0dHK1?u&KKAxOQu=1+Pnnb(pprM_D{N56dCEClL z%%0i1=~-l$KJ?!WrsBCgY<;5LM^IagjDdTLNHbGG zUjCbQWQ~aXR{a1uYhontkBVzk@HXy<`n(pXpeiK2DG%ek$rseF)GLetmKJPc0Rn7B#*Xa}x@SNz1HBEs<=v-njb5 h;Qagi{1?2A0z8D>Ndt7!0q{NvSRS=T(#<@t{RK12191QV diff --git a/doc/_static/hyperlinks_thumbnail.svg b/doc/_static/hyperlinks_thumbnail.svg new file mode 100644 index 000000000000..b5e1f333a3e7 --- /dev/null +++ b/doc/_static/hyperlinks_thumbnail.svg @@ -0,0 +1,591 @@ + + + + + + + + 2026-03-25T12:25:27.699003 + image/svg+xml + + + Matplotlib v3.9.4, https://matplotlib.org/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/galleries/examples/misc/hyperlinks_sgskip.py b/galleries/examples/misc/hyperlinks_sgskip.py index 53369a40492f..cbda1fbcfd7a 100644 --- a/galleries/examples/misc/hyperlinks_sgskip.py +++ b/galleries/examples/misc/hyperlinks_sgskip.py @@ -13,7 +13,7 @@ import matplotlib.pyplot as plt import numpy as np -# sphinx_gallery_thumbnail_path = '_static/hyperlinks_thumbnail.png' +# sphinx_gallery_thumbnail_path = '_static/hyperlinks_thumbnail.svg' # %%








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/matplotlib/matplotlib/pull/31377.patch

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy