summaryrefslogtreecommitdiff
path: root/auto_examples/drawing
diff options
context:
space:
mode:
Diffstat (limited to 'auto_examples/drawing')
-rw-r--r--auto_examples/drawing/plot_center_node.html2
-rw-r--r--auto_examples/drawing/plot_chess_masters.html4
-rw-r--r--auto_examples/drawing/plot_custom_node_icons.html2
-rw-r--r--auto_examples/drawing/plot_degree.html2
-rw-r--r--auto_examples/drawing/plot_directed.html2
-rw-r--r--auto_examples/drawing/plot_edge_colormap.html2
-rw-r--r--auto_examples/drawing/plot_ego_graph.html2
-rw-r--r--auto_examples/drawing/plot_eigenvalues.html2
-rw-r--r--auto_examples/drawing/plot_four_grids.html2
-rw-r--r--auto_examples/drawing/plot_house_with_colors.html2
-rw-r--r--auto_examples/drawing/plot_knuth_miles.html2
-rw-r--r--auto_examples/drawing/plot_labels_and_colors.html2
-rw-r--r--auto_examples/drawing/plot_multipartite_graph.html2
-rw-r--r--auto_examples/drawing/plot_node_colormap.html2
-rw-r--r--auto_examples/drawing/plot_rainbow_coloring.html2
-rw-r--r--auto_examples/drawing/plot_random_geometric_graph.html2
-rw-r--r--auto_examples/drawing/plot_sampson.html2
-rw-r--r--auto_examples/drawing/plot_selfloops.html2
-rw-r--r--auto_examples/drawing/plot_simple_path.html2
-rw-r--r--auto_examples/drawing/plot_spectral_grid.html2
-rw-r--r--auto_examples/drawing/plot_tsp.html2
-rw-r--r--auto_examples/drawing/plot_unix_email.html2
-rw-r--r--auto_examples/drawing/plot_weighted_graph.html2
-rw-r--r--auto_examples/drawing/sg_execution_times.html56
24 files changed, 52 insertions, 52 deletions
diff --git a/auto_examples/drawing/plot_center_node.html b/auto_examples/drawing/plot_center_node.html
index 420d7356..70c4ac51 100644
--- a/auto_examples/drawing/plot_center_node.html
+++ b/auto_examples/drawing/plot_center_node.html
@@ -530,7 +530,7 @@ to download the full example code</p>
<span class="n">nx</span><span class="o">.</span><span class="n">draw</span><span class="p">(</span><span class="n">G</span><span class="p">,</span> <a href="https://docs.python.org/3/library/stdtypes.html#dict" title="builtins.dict" class="sphx-glr-backref-module-builtins sphx-glr-backref-type-py-class sphx-glr-backref-instance"><span class="n">pos</span></a><span class="p">,</span> <span class="n">with_labels</span><span class="o">=</span><span class="kc">True</span><span class="p">)</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.066 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.063 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-center-node-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/8561539ed0b99621dbdbe53646ac5075/plot_center_node.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_center_node.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_chess_masters.html b/auto_examples/drawing/plot_chess_masters.html
index e1ed06e6..7a8e1139 100644
--- a/auto_examples/drawing/plot_chess_masters.html
+++ b/auto_examples/drawing/plot_chess_masters.html
@@ -536,7 +536,7 @@ to black and contains selected game info.</p>
<img src="../../_images/sphx_glr_plot_chess_masters_001.png" srcset="../../_images/sphx_glr_plot_chess_masters_001.png" alt="World Chess Championship Games: 1886 - 1985" class = "sphx-glr-single-img"/><div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Loaded 685 chess games between 25 players
Note the disconnected component consisting of:
-[&#39;Karpov, Anatoly&#39;, &#39;Kasparov, Gary&#39;, &#39;Korchnoi, Viktor L&#39;]
+[&#39;Korchnoi, Viktor L&#39;, &#39;Karpov, Anatoly&#39;, &#39;Kasparov, Gary&#39;]
From a total of 237 different openings,
the following games used the Sicilian opening
@@ -702,7 +702,7 @@ findfont: Font family &#39;Helvetica&#39; not found.
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.384 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.370 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-chess-masters-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/388158421a67216f605c1bbf9aa310bf/plot_chess_masters.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_chess_masters.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_custom_node_icons.html b/auto_examples/drawing/plot_custom_node_icons.html
index c399eff7..f932a216 100644
--- a/auto_examples/drawing/plot_custom_node_icons.html
+++ b/auto_examples/drawing/plot_custom_node_icons.html
@@ -585,7 +585,7 @@ to download the full example code</p>
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.279 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.264 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-custom-node-icons-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/b580b9776494e714c1fb1880f03524a8/plot_custom_node_icons.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_custom_node_icons.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_degree.html b/auto_examples/drawing/plot_degree.html
index eba3796d..866a2860 100644
--- a/auto_examples/drawing/plot_degree.html
+++ b/auto_examples/drawing/plot_degree.html
@@ -561,7 +561,7 @@ each node is determined, and a figure is generated showing three things:
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.260 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.253 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-degree-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/70eaef0d99343cf8d3d6e70c803ad5a8/plot_degree.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_degree.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_directed.html b/auto_examples/drawing/plot_directed.html
index 0bd7f700..a1b865fe 100644
--- a/auto_examples/drawing/plot_directed.html
+++ b/auto_examples/drawing/plot_directed.html
@@ -556,7 +556,7 @@ to download the full example code</p>
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.212 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.200 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-directed-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/6c2f9c3544cb695b31867eecc0f7fb1e/plot_directed.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_directed.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_edge_colormap.html b/auto_examples/drawing/plot_edge_colormap.html
index 4f0b7e62..612cafde 100644
--- a/auto_examples/drawing/plot_edge_colormap.html
+++ b/auto_examples/drawing/plot_edge_colormap.html
@@ -534,7 +534,7 @@ to download the full example code</p>
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.062 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.059 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-edge-colormap-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/7ea4dc8cf44604668540ed81d6abebda/plot_edge_colormap.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_edge_colormap.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_ego_graph.html b/auto_examples/drawing/plot_ego_graph.html
index 438e6e61..57c1b3dc 100644
--- a/auto_examples/drawing/plot_ego_graph.html
+++ b/auto_examples/drawing/plot_ego_graph.html
@@ -546,7 +546,7 @@ the largest hub in a Barabási-Albert network.</p>
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.096 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.094 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-ego-graph-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/773fa56bdb128b8bd2a4f4a0e4dd38aa/plot_ego_graph.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_ego_graph.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_eigenvalues.html b/auto_examples/drawing/plot_eigenvalues.html
index 62fe4f47..865df2e2 100644
--- a/auto_examples/drawing/plot_eigenvalues.html
+++ b/auto_examples/drawing/plot_eigenvalues.html
@@ -541,7 +541,7 @@ Smallest eigenvalue: -2.5363890312656235e-16
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.637 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.614 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-eigenvalues-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/a8660a7bb6b65b5a644025485c973cb9/plot_eigenvalues.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_eigenvalues.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_four_grids.html b/auto_examples/drawing/plot_four_grids.html
index d763dfcb..97afe41c 100644
--- a/auto_examples/drawing/plot_four_grids.html
+++ b/auto_examples/drawing/plot_four_grids.html
@@ -562,7 +562,7 @@ customize the visualization of a simple Graph comprising a 4x4 grid.</p>
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.321 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.304 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-four-grids-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/4136c066ab1d073cf527e9dc02bfec77/plot_four_grids.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_four_grids.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_house_with_colors.html b/auto_examples/drawing/plot_house_with_colors.html
index 245a380a..a88ea746 100644
--- a/auto_examples/drawing/plot_house_with_colors.html
+++ b/auto_examples/drawing/plot_house_with_colors.html
@@ -538,7 +538,7 @@ to download the full example code</p>
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.074 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.070 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-house-with-colors-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/98363b3c011ceaffb10684a5ba5de25b/plot_house_with_colors.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_house_with_colors.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_knuth_miles.html b/auto_examples/drawing/plot_knuth_miles.html
index 1f9f1330..edfa72ac 100644
--- a/auto_examples/drawing/plot_knuth_miles.html
+++ b/auto_examples/drawing/plot_knuth_miles.html
@@ -660,7 +660,7 @@ Graph with 128 nodes and 8128 edges
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.099 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.096 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-knuth-miles-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/e921c603ea1764485dc9acff178a2f05/plot_knuth_miles.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_knuth_miles.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_labels_and_colors.html b/auto_examples/drawing/plot_labels_and_colors.html
index d2b999b5..fe102824 100644
--- a/auto_examples/drawing/plot_labels_and_colors.html
+++ b/auto_examples/drawing/plot_labels_and_colors.html
@@ -566,7 +566,7 @@ components of a graph.</p>
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.184 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.179 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-labels-and-colors-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/cff4f78bc18685caa50507ced57e7c6f/plot_labels_and_colors.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_labels_and_colors.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_multipartite_graph.html b/auto_examples/drawing/plot_multipartite_graph.html
index f8074c0e..aa2b3c29 100644
--- a/auto_examples/drawing/plot_multipartite_graph.html
+++ b/auto_examples/drawing/plot_multipartite_graph.html
@@ -553,7 +553,7 @@ to download the full example code</p>
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.076 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.074 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-multipartite-graph-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/6cb4bf689cf53c849bce13cbab13eaec/plot_multipartite_graph.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_multipartite_graph.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_node_colormap.html b/auto_examples/drawing/plot_node_colormap.html
index 1bd41cdd..7111f1ab 100644
--- a/auto_examples/drawing/plot_node_colormap.html
+++ b/auto_examples/drawing/plot_node_colormap.html
@@ -526,7 +526,7 @@ to download the full example code</p>
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.051 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.049 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-node-colormap-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/19db6fb1da12c9b9c0afca26691448c8/plot_node_colormap.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_node_colormap.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_rainbow_coloring.html b/auto_examples/drawing/plot_rainbow_coloring.html
index 30212364..9aba3676 100644
--- a/auto_examples/drawing/plot_rainbow_coloring.html
+++ b/auto_examples/drawing/plot_rainbow_coloring.html
@@ -578,7 +578,7 @@ helpful in determining how to place the tree copies.</p>
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.125 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.123 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-rainbow-coloring-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/b64fd85d6e5ba509e65b2cb30a8274ed/plot_rainbow_coloring.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_rainbow_coloring.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_random_geometric_graph.html b/auto_examples/drawing/plot_random_geometric_graph.html
index 48b24d8a..23c817eb 100644
--- a/auto_examples/drawing/plot_random_geometric_graph.html
+++ b/auto_examples/drawing/plot_random_geometric_graph.html
@@ -555,7 +555,7 @@ to download the full example code</p>
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.103 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.100 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-random-geometric-graph-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/f8f8cacecc651443537b92fc341fba08/plot_random_geometric_graph.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_random_geometric_graph.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_sampson.html b/auto_examples/drawing/plot_sampson.html
index 7018077c..e3370279 100644
--- a/auto_examples/drawing/plot_sampson.html
+++ b/auto_examples/drawing/plot_sampson.html
@@ -557,7 +557,7 @@ to download the full example code</p>
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.240 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.227 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-sampson-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/838bbb120e1c43a61657821eddf29c25/plot_sampson.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_sampson.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_selfloops.html b/auto_examples/drawing/plot_selfloops.html
index 4b115143..8cbfd887 100644
--- a/auto_examples/drawing/plot_selfloops.html
+++ b/auto_examples/drawing/plot_selfloops.html
@@ -540,7 +540,7 @@ This example shows how to draw self-loops with <code class="xref py py-obj docut
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.079 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.075 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-selfloops-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/b6f62567cb843f23abdd4b7268921c0b/plot_selfloops.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_selfloops.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_simple_path.html b/auto_examples/drawing/plot_simple_path.html
index e6211be8..af558e58 100644
--- a/auto_examples/drawing/plot_simple_path.html
+++ b/auto_examples/drawing/plot_simple_path.html
@@ -526,7 +526,7 @@ to download the full example code</p>
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.056 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.054 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-simple-path-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/2c281c05b18d8d3cf43a312fc3d67a3b/plot_simple_path.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_simple_path.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_spectral_grid.html b/auto_examples/drawing/plot_spectral_grid.html
index 2577c1cd..2c232a9f 100644
--- a/auto_examples/drawing/plot_spectral_grid.html
+++ b/auto_examples/drawing/plot_spectral_grid.html
@@ -568,7 +568,7 @@ As you remove internal nodes, this effect increases.</p>
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.222 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.215 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-spectral-grid-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/5479a9bd23bf1ace2ef03c13b4ac9d7f/plot_spectral_grid.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_spectral_grid.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_tsp.html b/auto_examples/drawing/plot_tsp.html
index d2f2e75e..30fb7240 100644
--- a/auto_examples/drawing/plot_tsp.html
+++ b/auto_examples/drawing/plot_tsp.html
@@ -568,7 +568,7 @@ that the traveler has to follow in order to minimize the total cost.</p>
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.088 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.082 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-tsp-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/cc9848c15dd2eeae1872b955a8f34d15/plot_tsp.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_tsp.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_unix_email.html b/auto_examples/drawing/plot_unix_email.html
index e978b5bd..194858bf 100644
--- a/auto_examples/drawing/plot_unix_email.html
+++ b/auto_examples/drawing/plot_unix_email.html
@@ -583,7 +583,7 @@ From: ted@com To: alice@edu Subject: get together for lunch to discuss Networks?
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.088 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.135 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-unix-email-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/213697eef7dec7ebca6ee2e064eb9c24/plot_unix_email.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_unix_email.py</span></code></a></p>
diff --git a/auto_examples/drawing/plot_weighted_graph.html b/auto_examples/drawing/plot_weighted_graph.html
index 8e20c746..f61991f9 100644
--- a/auto_examples/drawing/plot_weighted_graph.html
+++ b/auto_examples/drawing/plot_weighted_graph.html
@@ -556,7 +556,7 @@ to download the full example code</p>
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
-<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.083 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.078 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-weighted-graph-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/32d3b6ab4dec83957a1981fa91e52e14/plot_weighted_graph.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_weighted_graph.py</span></code></a></p>
diff --git a/auto_examples/drawing/sg_execution_times.html b/auto_examples/drawing/sg_execution_times.html
index 7d50008a..ddcda98f 100644
--- a/auto_examples/drawing/sg_execution_times.html
+++ b/auto_examples/drawing/sg_execution_times.html
@@ -463,99 +463,99 @@
<section id="computation-times">
<span id="sphx-glr-auto-examples-drawing-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Permalink to this heading">#</a></h1>
-<p><strong>00:03.883</strong> total execution time for <strong>auto_examples_drawing</strong> files:</p>
+<p><strong>00:03.776</strong> total execution time for <strong>auto_examples_drawing</strong> files:</p>
<table class="table">
<tbody>
<tr class="row-odd"><td><p><a class="reference internal" href="plot_eigenvalues.html#sphx-glr-auto-examples-drawing-plot-eigenvalues-py"><span class="std std-ref">Eigenvalues</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_eigenvalues.py</span></code>)</p></td>
-<td><p>00:00.637</p></td>
+<td><p>00:00.614</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="plot_chess_masters.html#sphx-glr-auto-examples-drawing-plot-chess-masters-py"><span class="std std-ref">Chess Masters</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_chess_masters.py</span></code>)</p></td>
-<td><p>00:00.384</p></td>
+<td><p>00:00.370</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="plot_four_grids.html#sphx-glr-auto-examples-drawing-plot-four-grids-py"><span class="std std-ref">Four Grids</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_four_grids.py</span></code>)</p></td>
-<td><p>00:00.321</p></td>
+<td><p>00:00.304</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="plot_custom_node_icons.html#sphx-glr-auto-examples-drawing-plot-custom-node-icons-py"><span class="std std-ref">Custom node icons</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_custom_node_icons.py</span></code>)</p></td>
-<td><p>00:00.279</p></td>
+<td><p>00:00.264</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="plot_degree.html#sphx-glr-auto-examples-drawing-plot-degree-py"><span class="std std-ref">Degree Analysis</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_degree.py</span></code>)</p></td>
-<td><p>00:00.260</p></td>
+<td><p>00:00.253</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="plot_sampson.html#sphx-glr-auto-examples-drawing-plot-sampson-py"><span class="std std-ref">Sampson</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_sampson.py</span></code>)</p></td>
-<td><p>00:00.240</p></td>
+<td><p>00:00.227</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="plot_spectral_grid.html#sphx-glr-auto-examples-drawing-plot-spectral-grid-py"><span class="std std-ref">Spectral Embedding</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_spectral_grid.py</span></code>)</p></td>
-<td><p>00:00.222</p></td>
+<td><p>00:00.215</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="plot_directed.html#sphx-glr-auto-examples-drawing-plot-directed-py"><span class="std std-ref">Directed Graph</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_directed.py</span></code>)</p></td>
-<td><p>00:00.212</p></td>
+<td><p>00:00.200</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="plot_labels_and_colors.html#sphx-glr-auto-examples-drawing-plot-labels-and-colors-py"><span class="std std-ref">Labels And Colors</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_labels_and_colors.py</span></code>)</p></td>
-<td><p>00:00.184</p></td>
+<td><p>00:00.179</p></td>
<td><p>0.0 MB</p></td>
</tr>
-<tr class="row-even"><td><p><a class="reference internal" href="plot_rainbow_coloring.html#sphx-glr-auto-examples-drawing-plot-rainbow-coloring-py"><span class="std std-ref">Rainbow Coloring</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_rainbow_coloring.py</span></code>)</p></td>
-<td><p>00:00.125</p></td>
+<tr class="row-even"><td><p><a class="reference internal" href="plot_unix_email.html#sphx-glr-auto-examples-drawing-plot-unix-email-py"><span class="std std-ref">Unix Email</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_unix_email.py</span></code>)</p></td>
+<td><p>00:00.135</p></td>
<td><p>0.0 MB</p></td>
</tr>
-<tr class="row-odd"><td><p><a class="reference internal" href="plot_random_geometric_graph.html#sphx-glr-auto-examples-drawing-plot-random-geometric-graph-py"><span class="std std-ref">Random Geometric Graph</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_random_geometric_graph.py</span></code>)</p></td>
-<td><p>00:00.103</p></td>
+<tr class="row-odd"><td><p><a class="reference internal" href="plot_rainbow_coloring.html#sphx-glr-auto-examples-drawing-plot-rainbow-coloring-py"><span class="std std-ref">Rainbow Coloring</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_rainbow_coloring.py</span></code>)</p></td>
+<td><p>00:00.123</p></td>
<td><p>0.0 MB</p></td>
</tr>
-<tr class="row-even"><td><p><a class="reference internal" href="plot_knuth_miles.html#sphx-glr-auto-examples-drawing-plot-knuth-miles-py"><span class="std std-ref">Knuth Miles</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_knuth_miles.py</span></code>)</p></td>
-<td><p>00:00.099</p></td>
+<tr class="row-even"><td><p><a class="reference internal" href="plot_random_geometric_graph.html#sphx-glr-auto-examples-drawing-plot-random-geometric-graph-py"><span class="std std-ref">Random Geometric Graph</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_random_geometric_graph.py</span></code>)</p></td>
+<td><p>00:00.100</p></td>
<td><p>0.0 MB</p></td>
</tr>
-<tr class="row-odd"><td><p><a class="reference internal" href="plot_ego_graph.html#sphx-glr-auto-examples-drawing-plot-ego-graph-py"><span class="std std-ref">Ego Graph</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_ego_graph.py</span></code>)</p></td>
+<tr class="row-odd"><td><p><a class="reference internal" href="plot_knuth_miles.html#sphx-glr-auto-examples-drawing-plot-knuth-miles-py"><span class="std std-ref">Knuth Miles</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_knuth_miles.py</span></code>)</p></td>
<td><p>00:00.096</p></td>
<td><p>0.0 MB</p></td>
</tr>
-<tr class="row-even"><td><p><a class="reference internal" href="plot_unix_email.html#sphx-glr-auto-examples-drawing-plot-unix-email-py"><span class="std std-ref">Unix Email</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_unix_email.py</span></code>)</p></td>
-<td><p>00:00.088</p></td>
+<tr class="row-even"><td><p><a class="reference internal" href="plot_ego_graph.html#sphx-glr-auto-examples-drawing-plot-ego-graph-py"><span class="std std-ref">Ego Graph</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_ego_graph.py</span></code>)</p></td>
+<td><p>00:00.094</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="plot_tsp.html#sphx-glr-auto-examples-drawing-plot-tsp-py"><span class="std std-ref">Traveling Salesman Problem</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_tsp.py</span></code>)</p></td>
-<td><p>00:00.088</p></td>
+<td><p>00:00.082</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="plot_weighted_graph.html#sphx-glr-auto-examples-drawing-plot-weighted-graph-py"><span class="std std-ref">Weighted Graph</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_weighted_graph.py</span></code>)</p></td>
-<td><p>00:00.083</p></td>
+<td><p>00:00.078</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="plot_selfloops.html#sphx-glr-auto-examples-drawing-plot-selfloops-py"><span class="std std-ref">Self-loops</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_selfloops.py</span></code>)</p></td>
-<td><p>00:00.079</p></td>
+<td><p>00:00.075</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="plot_multipartite_graph.html#sphx-glr-auto-examples-drawing-plot-multipartite-graph-py"><span class="std std-ref">Multipartite Layout</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_multipartite_graph.py</span></code>)</p></td>
-<td><p>00:00.076</p></td>
+<td><p>00:00.074</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="plot_house_with_colors.html#sphx-glr-auto-examples-drawing-plot-house-with-colors-py"><span class="std std-ref">House With Colors</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_house_with_colors.py</span></code>)</p></td>
-<td><p>00:00.074</p></td>
+<td><p>00:00.070</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="plot_center_node.html#sphx-glr-auto-examples-drawing-plot-center-node-py"><span class="std std-ref">Custom Node Position</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_center_node.py</span></code>)</p></td>
-<td><p>00:00.066</p></td>
+<td><p>00:00.063</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="plot_edge_colormap.html#sphx-glr-auto-examples-drawing-plot-edge-colormap-py"><span class="std std-ref">Edge Colormap</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_edge_colormap.py</span></code>)</p></td>
-<td><p>00:00.062</p></td>
+<td><p>00:00.059</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="plot_simple_path.html#sphx-glr-auto-examples-drawing-plot-simple-path-py"><span class="std std-ref">Simple Path</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_simple_path.py</span></code>)</p></td>
-<td><p>00:00.056</p></td>
+<td><p>00:00.054</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="plot_node_colormap.html#sphx-glr-auto-examples-drawing-plot-node-colormap-py"><span class="std std-ref">Node Colormap</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_node_colormap.py</span></code>)</p></td>
-<td><p>00:00.051</p></td>
+<td><p>00:00.049</p></td>
<td><p>0.0 MB</p></td>
</tr>
</tbody>