-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplot.html
More file actions
294 lines (258 loc) · 19.7 KB
/
plot.html
File metadata and controls
294 lines (258 loc) · 19.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<!DOCTYPE html>
<html lang="en" data-content_root="../">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="article:modified_time" content="2024-03-30T09:06:59+01:00" />
<title>networkit.plot</title>
<link rel="stylesheet" type="text/css" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../_static/pygments.css?v=03e43079" />
<link rel="stylesheet" type="text/css" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../_static/bootstrap-sphinx.css?v=fa2d15c4" />
<link rel="stylesheet" type="text/css" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../_static/sg_gallery.css?v=d2d258e8" />
<link rel="stylesheet" type="text/css" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../_static/bootstrap-treeview/bootstrap-treeview.min.css?v=8176a87d" />
<link rel="stylesheet" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../_static/style.css" type="text/css" />
<script src=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../_static/documentation_options.js?v=89fba709"></script>%3C/div>
<script src=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../_static/doctools.js?v=fd6eb6e6"></script>%3C/div>
<script src=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../_static/sphinx_highlight.js?v=6ffebe34"></script>%3C/div>
<script src=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../_static/clipboard.min.js?v=a7894cd8"></script>%3C/div>
<script src=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../_static/copybutton.js?v=f281be69"></script>%3C/div>
<script src=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../_static/bootstrap-treeview/bootstrap-treeview.min.js?v=6a1e96b4"></script>%3C/div>
<script src=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>%3C/div>
<script src=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"https://cdn.jsdelivr.net/npm/@jupyter-widgets/html-manager@%5E1.0.1/dist/embed-amd.js"></script>%3C/div>
<script src=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../_static/particles.min.js"></script>%3C/div>
<script src=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../_static/custom.js"></script>%3C/div>
<script src=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../_static/language_data.js"></script>%3C/div>
<link rel="index" title="Index" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../genindex.html" />
<link rel="search" title="Search" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../search.html" />
<link rel="next" title="networkit.profiling" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"profiling.html" />
<link rel="prev" title="networkit.nxadapter" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"nxadapter.html" />
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
<meta name="apple-mobile-web-app-capable" content="yes">
<script type="text/javascript" src=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../_static/js/jquery-1.12.4.min.js"></script>%3C/div>
<script type="text/javascript" src=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../_static/js/jquery-fix.js"></script>%3C/div>
<script type="text/javascript" src=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../_static/bootstrap-3.4.1/js/bootstrap.min.js"></script>%3C/div>
<script type="text/javascript" src=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../_static/bootstrap-sphinx.js"></script>%3C/div>
</head><body>
<a href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"https://github.com/networkit/networkit"%3C/div>
class="visible-desktop hidden-xs"><img style="position: absolute; width:auto; height: auto; max-width: 200px; top:
0px; right: 0; border: 0; z-index: 3;" src=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub"></a>
<div id="fancy-particles-small"></div>
<div id="navbar" class="navbar navbar-default ">
<div class="container">
<div class="navbar-header">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div style="float:left;height:auto; line-height:30px;">
<div style="overflow:hidden; line-height:15px">
<span style="display:block">
<a style="text-decoration: none; padding-top: 19.5px; padding-left:15px; height:30px;" class="navbar-brand" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"https://networkit.github.io">%3C/div>
NetworKit</a>
</span>
<div style="font-size:9pt; clear:left;">Large-Scale Network Analysis</div>
</div>
</div>
</div>
<div id="main-nav" class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">
<li><a href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"https://networkit.github.io/get_started.html">Get Started</a></li>
<li><a href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../index.html">Documentation</a></li>%3C/div>
<li><a href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"https://networkit.github.io/features.html">Features</a></li>%3C/div>
<li><a href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"https://networkit.github.io/news.html">News</a></li>%3C/div>
<li><a href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"https://networkit.github.io/publications.html">Publications</a></li>%3C/div>
<li><a href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"https://networkit.github.io/networkit-day.html">NetworKit Day</a></li>
<li><a href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"https://networkit.github.io/credits.html">Credits & References</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-3">
<div id="sidebar" class="bs-sidenav" role="complementary">
<div id="docs-version-switcher" class="docs-version-sidebar">
<label for="docs-version-select" class="docs-version-label">Version</label>
<select id="docs-version-select"
class="docs-version-select form-control"
data-docs-channel="stable"
data-docs-version-label="Stable (11.2.1)"
data-docs-stable-label="Stable (11.2.1)"
data-docs-nightly-label="Nightly"
data-docs-stable-url="/dev-docs/"
data-docs-nightly-url="/dev-docs/nightly/"
data-docs-versions-url="/dev-docs/versions.json">
<option value="stable" selected>Stable (11.2.1)</option>
<option value="nightly">Nightly</option>
</select>
</div>
<ul class="sidebar">
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"modules.html">Python Documentation</a><ul class="current">
<li class="toctree-l2 current"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"modules.html#modules">Modules</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"networkit.html">networkit</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"algebraic.html">networkit.algebraic</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"base.html">networkit.base</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"centrality.html">networkit.centrality</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"clique.html">networkit.clique</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"coarsening.html">networkit.coarsening</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"coloring.html">networkit.coloring</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"community.html">networkit.community</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"components.html">networkit.components</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"correlation.html">networkit.correlation</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"distance.html">networkit.distance</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"dynamic.html">networkit.dynamic</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"dynamics.html">networkit.dynamics</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"dynbase.html">networkit.dynbase</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"embedding.html">networkit.embedding</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"engineering.html">networkit.engineering</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"flow.html">networkit.flow</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"generators.html">networkit.generators</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"gephi.html">networkit.gephi</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"globals.html">networkit.globals</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"graph.html">networkit.graph</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"graphio.html">networkit.graphio</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"graphtools.html">networkit.graphtools</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"helpers.html">networkit.helpers</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"independentset.html">networkit.independentset</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"linkprediction.html">networkit.linkprediction</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"matching.html">networkit.matching</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"nxadapter.html">networkit.nxadapter</a></li>%3C/div>
<li class="toctree-l3 current"><a class="current reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"#">networkit.plot</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"profiling.html">networkit.profiling</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"randomization.html">networkit.randomization</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"reachability.html">networkit.reachability</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"scd.html">networkit.scd</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"simulation.html">networkit.simulation</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"sparsification.html">networkit.sparsification</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"stats.html">networkit.stats</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"structures.html">networkit.structures</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"traversal.html">networkit.traversal</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"viz.html">networkit.viz</a></li>%3C/div>
<li class="toctree-l3"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"vizbridges.html">networkit.vizbridges</a></li>%3C/div>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../cpp_api/library_root.html">C++ Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../notebooks.html">Jupyter Notebook</a></li>
<li class="toctree-l1"><a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../DevGuide.html">Developer Guide</a></li>
</ul>
</ul>
<form action=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"../search.html" method="get">
<div class="form-group">
<input type="text" name="q" class="form-control" placeholder="Search" />
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="col-md-9 content">
<section id="module-networkit.plot">
<span id="networkit-plot"></span><h1>networkit.plot<a class="headerlink" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"#module-networkit.plot" title="Link to this heading">¶</a></h1>
<dl class="py function">
<dt class="sig sig-object py" id="networkit.plot.clusteringPerDegree">
<span class="sig-prename descclassname"><span class="pre">networkit.plot.</span></span><span class="sig-name descname"><span class="pre">clusteringPerDegree</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">G</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span></em><span class="sig-paren">)</span><a class="headerlink" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"#networkit.plot.clusteringPerDegree" title="Link to this definition">¶</a></dt>
<dd><p>Plots the local clustering coefficient for all degrees that exist in the given graph.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><p><strong>G</strong> (<a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"networkit.html#networkit.Graph" title="networkit.Graph"><em>networkit.Graph</em></a>) – The input graph.</p>
</dd>
</dl>
</dd></dl>
<dl class="py function">
<dt class="sig sig-object py" id="networkit.plot.connectedComponentsSizes">
<span class="sig-prename descclassname"><span class="pre">networkit.plot.</span></span><span class="sig-name descname"><span class="pre">connectedComponentsSizes</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">G</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">relativeSizes</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">True</span></span></em><span class="sig-paren">)</span><a class="headerlink" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"#networkit.plot.connectedComponentsSizes" title="Link to this definition">¶</a></dt>
<dd><p>Plot the size distribution of connected components as a pie chart using matplotlib.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>G</strong> (<a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"networkit.html#networkit.Graph" title="networkit.Graph"><em>networkit.Graph</em></a>) – The input graph.</p></li>
<li><p><strong>relativeSizes</strong> (<em>bool</em><em>, </em><em>optional</em>) – If relativeSizes is set to True, the component sizes in the pie chart will
correlate with their number of nodes. Default: True</p></li>
</ul>
</dd>
</dl>
</dd></dl>
<dl class="py function">
<dt class="sig sig-object py" id="networkit.plot.coreDecompositionSequence">
<span class="sig-prename descclassname"><span class="pre">networkit.plot.</span></span><span class="sig-name descname"><span class="pre">coreDecompositionSequence</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">G</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">args</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span></em><span class="sig-paren">)</span><a class="headerlink" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"#networkit.plot.coreDecompositionSequence" title="Link to this definition">¶</a></dt>
<dd><p>Plots the core decomposition sequence of G, i.e. the size of the k-shell for the core number k using matplotlib.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>G</strong> (<a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"networkit.html#networkit.Graph" title="networkit.Graph"><em>networkit.Graph</em></a>) – The input graph.</p></li>
<li><p><strong>*args</strong> (<em>list</em><em>(</em><em>)</em>) – Additional <a href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"#id1"><span class="problematic" id="id2">*</span></a>args parameter passed to matplotlib.pyplot.bar.</p></li>
<li><p><strong>**kwargs</strong> (<em>dict</em><em>(</em><em>)</em>) – Additional <a href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"#id3"><span class="problematic" id="id4">**</span></a>kwargs parameter passed to matplotlib.pyplot.bar</p></li>
</ul>
</dd>
</dl>
</dd></dl>
<dl class="py function">
<dt class="sig sig-object py" id="networkit.plot.degreeDistribution">
<span class="sig-prename descclassname"><span class="pre">networkit.plot.</span></span><span class="sig-name descname"><span class="pre">degreeDistribution</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">G</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">args</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span></em><span class="sig-paren">)</span><a class="headerlink" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"#networkit.plot.degreeDistribution" title="Link to this definition">¶</a></dt>
<dd><p>Plots the degree distribution of the given network using matplotlib.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>G</strong> (<a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"networkit.html#networkit.Graph" title="networkit.Graph"><em>networkit.Graph</em></a>) – The input graph.</p></li>
<li><p><strong>*args</strong> (<em>list</em><em>(</em><em>)</em>) – Additional <a href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"#id5"><span class="problematic" id="id6">*</span></a>args parameter passed to matplotlib.pyplot.bar.</p></li>
<li><p><strong>**kwargs</strong> (<em>dict</em><em>(</em><em>)</em>) – Additional <a href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"#id7"><span class="problematic" id="id8">**</span></a>kwargs parameter passed to matplotlib.pyplot.bar</p></li>
</ul>
</dd>
</dl>
</dd></dl>
<dl class="py function">
<dt class="sig sig-object py" id="networkit.plot.hopPlot">
<span class="sig-prename descclassname"><span class="pre">networkit.plot.</span></span><span class="sig-name descname"><span class="pre">hopPlot</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">G</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span></em><span class="sig-paren">)</span><a class="headerlink" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"#networkit.plot.hopPlot" title="Link to this definition">¶</a></dt>
<dd><p>Prints the hop-plot using matplotlib.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>G</strong> (<a class="reference internal" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"networkit.html#networkit.Graph" title="networkit.Graph"><em>networkit.Graph</em></a>) – The input graph.</p></li>
<li><p><strong>*args</strong> (<em>list</em><em>(</em><em>)</em>) – Additional <a href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"#id9"><span class="problematic" id="id10">*</span></a>args parameter passed to matplotlib.pyplot.bar.</p></li>
<li><p><strong>**kwargs</strong> (<em>dict</em><em>(</em><em>)</em>) – Additional <a href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"#id11"><span class="problematic" id="id12">**</span></a>kwargs parameter passed to matplotlib.pyplot.bar</p></li>
</ul>
</dd>
</dl>
</dd></dl>
<dl class="py function">
<dt class="sig sig-object py" id="networkit.plot.nodeAttributes">
<span class="sig-prename descclassname"><span class="pre">networkit.plot.</span></span><span class="sig-name descname"><span class="pre">nodeAttributes</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">G</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">sorted</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">True</span></span></em><span class="sig-paren">)</span><a class="headerlink" href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"#networkit.plot.nodeAttributes" title="Link to this definition">¶</a></dt>
<dd><p>General plotting function for a node attributes using matplotlib.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>G</strong> (<cite>*kargs</cite>) – Input Graph of which node attributes are being plotted.</p></li>
<li><p><strong>attribute</strong> (<em>nk.graph.NodeAttribute</em><em> or </em><em>tuple</em><em>(</em><em>nk.graph.NodeAttribute</em><em>)</em>) – (tuple of) nk.graph.NodeAttribute attached to the graph.</p></li>
</ul>
</dd>
</dl>
</dd></dl>
</section>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p class="pull-right">
<a href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"#">Back to top</a>
<br/>
</p>
<p style="float:left; max-width: 70%;">
© Copyright 2018 Humboldt-Universität zu Berlin - Department of Computer Science - Modeling and Analysis of Complex Systems and contributors.<br/>
Last updated on Mar 30, 2024.<br/>
Created using <a href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"http://sphinx-doc.org/">Sphinx</a> 9.1.0.<br/>
</p>
<span style="padding-left: 10px">
<a href=/proxy/https/github.com/networkit/dev-docs/blob/master/python_api/"https://networkit.github.io/contact.html">Contact, Imprint and Privacy</a>
</span>
</div>
</footer>
</body>
</html>
You can’t perform that action at this time.