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.html52
24 files changed, 50 insertions, 50 deletions
diff --git a/auto_examples/drawing/plot_center_node.html b/auto_examples/drawing/plot_center_node.html
index 5eadd8ee..d558bddc 100644
--- a/auto_examples/drawing/plot_center_node.html
+++ b/auto_examples/drawing/plot_center_node.html
@@ -542,7 +542,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.072 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.068 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 cbfd39e0..dd2c32de 100644
--- a/auto_examples/drawing/plot_chess_masters.html
+++ b/auto_examples/drawing/plot_chess_masters.html
@@ -548,7 +548,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;Korchnoi, Viktor L&#39;, &#39;Kasparov, Gary&#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
@@ -714,7 +714,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.399 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.389 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 596e4850..6f445779 100644
--- a/auto_examples/drawing/plot_custom_node_icons.html
+++ b/auto_examples/drawing/plot_custom_node_icons.html
@@ -597,7 +597,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.328 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.298 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 5768721e..0074edd3 100644
--- a/auto_examples/drawing/plot_degree.html
+++ b/auto_examples/drawing/plot_degree.html
@@ -573,7 +573,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.295 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.284 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 8e9c29c3..bbd7e864 100644
--- a/auto_examples/drawing/plot_directed.html
+++ b/auto_examples/drawing/plot_directed.html
@@ -568,7 +568,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.221 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.209 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 285dceb7..ac51dbdf 100644
--- a/auto_examples/drawing/plot_edge_colormap.html
+++ b/auto_examples/drawing/plot_edge_colormap.html
@@ -546,7 +546,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.067 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.065 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 9f087915..d1c1a3c4 100644
--- a/auto_examples/drawing/plot_ego_graph.html
+++ b/auto_examples/drawing/plot_ego_graph.html
@@ -558,7 +558,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.101 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-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 a8c1c272..03287b51 100644
--- a/auto_examples/drawing/plot_eigenvalues.html
+++ b/auto_examples/drawing/plot_eigenvalues.html
@@ -553,7 +553,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.626 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.624 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 cc86cd30..a88cbba8 100644
--- a/auto_examples/drawing/plot_four_grids.html
+++ b/auto_examples/drawing/plot_four_grids.html
@@ -574,7 +574,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.350 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.332 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 218fb181..5819fd2c 100644
--- a/auto_examples/drawing/plot_house_with_colors.html
+++ b/auto_examples/drawing/plot_house_with_colors.html
@@ -550,7 +550,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.089 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.084 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 d52eda4b..6aeaf328 100644
--- a/auto_examples/drawing/plot_knuth_miles.html
+++ b/auto_examples/drawing/plot_knuth_miles.html
@@ -672,7 +672,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.105 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.103 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 2157143b..29980647 100644
--- a/auto_examples/drawing/plot_labels_and_colors.html
+++ b/auto_examples/drawing/plot_labels_and_colors.html
@@ -578,7 +578,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.198 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.193 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 0e48d57d..c9e535cb 100644
--- a/auto_examples/drawing/plot_multipartite_graph.html
+++ b/auto_examples/drawing/plot_multipartite_graph.html
@@ -565,7 +565,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.082 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.080 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 f5d4d560..9d0385e9 100644
--- a/auto_examples/drawing/plot_node_colormap.html
+++ b/auto_examples/drawing/plot_node_colormap.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.057 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-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 d798a721..d1b2f458 100644
--- a/auto_examples/drawing/plot_rainbow_coloring.html
+++ b/auto_examples/drawing/plot_rainbow_coloring.html
@@ -590,7 +590,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.135 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.136 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 eb3496a7..6a7163ef 100644
--- a/auto_examples/drawing/plot_random_geometric_graph.html
+++ b/auto_examples/drawing/plot_random_geometric_graph.html
@@ -567,7 +567,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.111 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.107 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 43eb1279..c8ee737c 100644
--- a/auto_examples/drawing/plot_sampson.html
+++ b/auto_examples/drawing/plot_sampson.html
@@ -569,7 +569,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.281 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.269 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 e7a7f05c..30b7b3a1 100644
--- a/auto_examples/drawing/plot_selfloops.html
+++ b/auto_examples/drawing/plot_selfloops.html
@@ -552,7 +552,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.085 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.081 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 036a63ea..723f505c 100644
--- a/auto_examples/drawing/plot_simple_path.html
+++ b/auto_examples/drawing/plot_simple_path.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.063 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.060 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 d2b15533..d32f08e1 100644
--- a/auto_examples/drawing/plot_spectral_grid.html
+++ b/auto_examples/drawing/plot_spectral_grid.html
@@ -580,7 +580,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.259 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.246 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 7b7e7d49..fbb09289 100644
--- a/auto_examples/drawing/plot_tsp.html
+++ b/auto_examples/drawing/plot_tsp.html
@@ -580,7 +580,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.094 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.089 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 df4e81b4..16cd4f99 100644
--- a/auto_examples/drawing/plot_unix_email.html
+++ b/auto_examples/drawing/plot_unix_email.html
@@ -595,7 +595,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.208 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.138 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 1eeb600d..190ab0b7 100644
--- a/auto_examples/drawing/plot_weighted_graph.html
+++ b/auto_examples/drawing/plot_weighted_graph.html
@@ -568,7 +568,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.090 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.086 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 d1a5b22b..d262d8de 100644
--- a/auto_examples/drawing/sg_execution_times.html
+++ b/auto_examples/drawing/sg_execution_times.html
@@ -475,99 +475,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:04.314</strong> total execution time for <strong>auto_examples_drawing</strong> files:</p>
+<p><strong>00:04.094</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.626</p></td>
+<td><p>00:00.624</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.399</p></td>
+<td><p>00:00.389</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.350</p></td>
+<td><p>00:00.332</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.328</p></td>
+<td><p>00:00.298</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.295</p></td>
+<td><p>00:00.284</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.281</p></td>
+<td><p>00:00.269</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.259</p></td>
+<td><p>00:00.246</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.221</p></td>
+<td><p>00:00.209</p></td>
<td><p>0.0 MB</p></td>
</tr>
-<tr class="row-odd"><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.208</p></td>
+<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.193</p></td>
<td><p>0.0 MB</p></td>
</tr>
-<tr class="row-even"><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.198</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.138</p></td>
<td><p>0.0 MB</p></td>
</tr>
<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.135</p></td>
+<td><p>00:00.136</p></td>
<td><p>0.0 MB</p></td>
</tr>
<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.111</p></td>
+<td><p>00:00.107</p></td>
<td><p>0.0 MB</p></td>
</tr>
<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.105</p></td>
+<td><p>00:00.103</p></td>
<td><p>0.0 MB</p></td>
</tr>
<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.101</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_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.094</p></td>
+<td><p>00:00.089</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.090</p></td>
+<td><p>00:00.086</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.089</p></td>
+<td><p>00:00.084</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-even"><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.085</p></td>
+<td><p>00:00.081</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-odd"><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.082</p></td>
+<td><p>00:00.080</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.072</p></td>
+<td><p>00:00.068</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.067</p></td>
+<td><p>00:00.065</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.063</p></td>
+<td><p>00:00.060</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.057</p></td>
+<td><p>00:00.054</p></td>
<td><p>0.0 MB</p></td>
</tr>
</tbody>