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.html6
-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.html72
24 files changed, 62 insertions, 62 deletions
diff --git a/auto_examples/drawing/plot_center_node.html b/auto_examples/drawing/plot_center_node.html
index 9c68d416..52a5c01d 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.096 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 77d452d0..1453dc51 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;Korchnoi, Viktor L&#39;, &#39;Kasparov, Gary&#39;, &#39;Karpov, Anatoly&#39;]
+[&#39;Karpov, Anatoly&#39;, &#39;Korchnoi, Viktor L&#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.539 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.387 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 90997060..c0c1abe3 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.435 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.279 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 6f88dc6f..7c7fa28a 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.410 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.266 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 8e10635e..b1f619ad 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.348 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.219 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 d0d1490e..76f698aa 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.093 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-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 6a31c014..373ab30b 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.142 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.097 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 23fa05ac..2e41ae6d 100644
--- a/auto_examples/drawing/plot_eigenvalues.html
+++ b/auto_examples/drawing/plot_eigenvalues.html
@@ -517,8 +517,8 @@ to download the full example code</p>
<section class="sphx-glr-example-title" id="eigenvalues">
<span id="sphx-glr-auto-examples-drawing-plot-eigenvalues-py"></span><h1>Eigenvalues<a class="headerlink" href="#eigenvalues" title="Permalink to this heading">#</a></h1>
<p>Create an G{n,m} random graph and compute the eigenvalues.</p>
-<img src="../../_images/sphx_glr_plot_eigenvalues_001.png" srcset="../../_images/sphx_glr_plot_eigenvalues_001.png" alt="plot eigenvalues" class = "sphx-glr-single-img"/><div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Largest eigenvalue: 1.5924617911775805
-Smallest eigenvalue: 4.0699282104742547e-16
+<img src="../../_images/sphx_glr_plot_eigenvalues_001.png" srcset="../../_images/sphx_glr_plot_eigenvalues_001.png" alt="plot eigenvalues" class = "sphx-glr-single-img"/><div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Largest eigenvalue: 1.592461791177574
+Smallest eigenvalue: -2.5363890312656235e-16
</pre></div>
</div>
<div class="line-block">
@@ -541,7 +541,7 @@ Smallest eigenvalue: 4.0699282104742547e-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.994 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.646 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 71a2dea5..a57201a9 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.532 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.328 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 b79eebf0..f3fb9fc1 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.111 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.076 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 cbd9ca0c..ba6d5dfc 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.133 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.101 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 3d0c2ace..8295b840 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.263 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.188 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 e44c90f8..d87b0728 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.153 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.077 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 0d8f7561..ef46ae2b 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.088 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.051 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 e15723bf..308d7915 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.173 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.127 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 3fea9848..1421c55d 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.134 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.108 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 332fa86f..82d517f3 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.371 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.245 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 ab5826a8..78ec105d 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.123 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 ebbd3d07..fb81c810 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.082 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.058 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 9a32ae25..06127370 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.345 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.230 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 1d9ec9c2..9f2fdef7 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.125 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.087 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 09231b0b..0e92a178 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.166 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.155 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 88853e64..de96eb03 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.121 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.083 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 73635fc2..0dc3c619 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:05.980</strong> total execution time for <strong>auto_examples_drawing</strong> files:</p>
+<p><strong>00:04.021</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.994</p></td>
+<td><p>00:00.646</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.539</p></td>
+<td><p>00:00.387</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.532</p></td>
+<td><p>00:00.328</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.435</p></td>
+<td><p>00:00.279</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.410</p></td>
+<td><p>00:00.266</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.371</p></td>
+<td><p>00:00.245</p></td>
<td><p>0.0 MB</p></td>
</tr>
-<tr class="row-odd"><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.348</p></td>
+<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.230</p></td>
<td><p>0.0 MB</p></td>
</tr>
-<tr class="row-even"><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.345</p></td>
+<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.219</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.263</p></td>
+<td><p>00:00.188</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.173</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.155</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.166</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.127</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.153</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.108</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>
-<td><p>00:00.142</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.101</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.134</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.097</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.133</p></td>
+<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.087</p></td>
<td><p>0.0 MB</p></td>
</tr>
-<tr class="row-even"><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.125</p></td>
+<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>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.123</p></td>
+<td><p>00:00.081</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.121</p></td>
+<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.077</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.111</p></td>
+<td><p>00:00.076</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.096</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.093</p></td>
+<td><p>00:00.063</p></td>
<td><p>0.0 MB</p></td>
</tr>
-<tr class="row-even"><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.088</p></td>
+<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.058</p></td>
<td><p>0.0 MB</p></td>
</tr>
-<tr class="row-odd"><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.082</p></td>
+<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>0.0 MB</p></td>
</tr>
</tbody>