summaryrefslogtreecommitdiff
path: root/auto_examples/drawing
diff options
context:
space:
mode:
authordschult <dschult@colgate.edu>2023-01-04 14:38:54 +0000
committerdschult <dschult@colgate.edu>2023-01-04 14:38:54 +0000
commit7373c258b5ac70011f7b681b557ada5ed0ee6886 (patch)
tree23dc472430986234a0178fb2c6bdfb5eddf9db97 /auto_examples/drawing
parent3b81a8d34faa70dfe10f2d6aa951b423a5f3452b (diff)
downloadnetworkx-7373c258b5ac70011f7b681b557ada5ed0ee6886.tar.gz
Deploying to gh-pages from @ networkx/networkx@814b295eddcad7374d494fa5f5b7fe08ee765ad7 🚀
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.html60
24 files changed, 56 insertions, 56 deletions
diff --git a/auto_examples/drawing/plot_center_node.html b/auto_examples/drawing/plot_center_node.html
index 69f836a4..9cac3b3b 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.093 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-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 d538e965..7aa7db9c 100644
--- a/auto_examples/drawing/plot_chess_masters.html
+++ b/auto_examples/drawing/plot_chess_masters.html
@@ -536,7 +536,7 @@ to black and contains selected game info.</p>
<img src="../../_images/sphx_glr_plot_chess_masters_001.png" srcset="../../_images/sphx_glr_plot_chess_masters_001.png" alt="World Chess Championship Games: 1886 - 1985" class = "sphx-glr-single-img"/><div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Loaded 685 chess games between 25 players
Note the disconnected component consisting of:
-[&#39;Karpov, Anatoly&#39;, &#39;Korchnoi, Viktor L&#39;, &#39;Kasparov, Gary&#39;]
+[&#39;Kasparov, Gary&#39;, &#39;Karpov, Anatoly&#39;, &#39;Korchnoi, Viktor L&#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.513 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.434 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 87753e63..9a6ec175 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.416 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.319 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 3a52248c..59a18962 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.383 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.296 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 5f9cad4d..1434a714 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.323 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-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 8daf0065..bfadf5f7 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.085 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.070 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-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 28509d72..52df8f20 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.133 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-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 671d9ba8..f1257184 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.948 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.715 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 51303a1d..78fa6dc6 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.494 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.371 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 24c26842..88f9c14a 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.109 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-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 7dc6ed25..b7610fbf 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.139 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.116 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 11fb13a9..8121bbe3 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.264 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.210 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 8f111477..0096ed79 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.096 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.085 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 c6507901..89273df8 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.068 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.056 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 8688f091..a2a305e0 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.159 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.148 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 7e4c4ae5..dda6e51a 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.130 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.114 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 15292407..3a120450 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.352 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.274 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 51d82084..d5b2aa4d 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.115 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-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 b6b33cb1..d2fd5be2 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.081 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.064 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 54b490eb..fdf389a9 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.351 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.256 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 0956a289..a29a6637 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.120 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.096 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-drawing-plot-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 819b681e..d5dcb15d 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.199 seconds)</p>
+<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 0.126 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..2bde1672 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.098 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 34044215..db471575 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.692</strong> total execution time for <strong>auto_examples_drawing</strong> files:</p>
+<p><strong>00:04.449</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.948</p></td>
+<td><p>00:00.715</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.513</p></td>
+<td><p>00:00.434</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.494</p></td>
+<td><p>00:00.371</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.416</p></td>
+<td><p>00:00.319</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.383</p></td>
+<td><p>00:00.296</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.352</p></td>
+<td><p>00:00.274</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.351</p></td>
+<td><p>00:00.256</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.323</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_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.264</p></td>
+<td><p>00:00.210</p></td>
<td><p>0.0 MB</p></td>
</tr>
-<tr class="row-even"><td><p><a class="reference internal" href="plot_unix_email.html#sphx-glr-auto-examples-drawing-plot-unix-email-py"><span class="std std-ref">Unix Email</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_unix_email.py</span></code>)</p></td>
-<td><p>00:00.199</p></td>
+<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.148</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.159</p></td>
+<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.126</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="plot_knuth_miles.html#sphx-glr-auto-examples-drawing-plot-knuth-miles-py"><span class="std std-ref">Knuth Miles</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_knuth_miles.py</span></code>)</p></td>
-<td><p>00:00.139</p></td>
+<td><p>00:00.116</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.133</p></td>
+<tr class="row-odd"><td><p><a class="reference internal" href="plot_random_geometric_graph.html#sphx-glr-auto-examples-drawing-plot-random-geometric-graph-py"><span class="std std-ref">Random Geometric Graph</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_random_geometric_graph.py</span></code>)</p></td>
+<td><p>00:00.114</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.130</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.108</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-odd"><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>
+<td><p>00:00.098</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.120</p></td>
+<td><p>00:00.096</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.115</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_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.109</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.085</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.096</p></td>
+<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.083</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.093</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_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.085</p></td>
+<td><p>00:00.070</p></td>
<td><p>0.0 MB</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="plot_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.081</p></td>
+<td><p>00:00.064</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.068</p></td>
+<td><p>00:00.056</p></td>
<td><p>0.0 MB</p></td>
</tr>
</tbody>