Skip to content

Commit 3eb5565

Browse files
committed
fix: remove plot function
1 parent e675c03 commit 3eb5565

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

doc/source/community_detection_guide/notebooks/resolution.ipynb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,6 @@
183183
"metadata": {},
184184
"outputs": [],
185185
"source": [
186-
"def plot_results(x, x_vals, y, y_vals):\n",
187-
" fig = px.line(x=x_vals, y=y_vals, log_x=True, log_y=True, labels={'x': x, 'y': y})\n",
188-
" pyo.iplot(fig)\n",
189-
"\n",
190186
"def analyze_resolution_stability(g):\n",
191187
" resolutions = np.logspace(-2, 2, 500)\n",
192188
" community_count = []\n",

0 commit comments

Comments
 (0)