Skip to content

Commit ee91d83

Browse files
committed
DX: reduce resolution of Riemann sheet plot
1 parent 8b6536e commit ee91d83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/dynamics/riemann-sheets.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,8 @@
476476
},
477477
"outputs": [],
478478
"source": [
479-
"x = np.linspace(0, 6, num=300)\n",
480-
"y = np.linspace(1e-3, 1, num=100)\n",
479+
"x = np.linspace(0, 6, num=150)\n",
480+
"y = np.linspace(1e-3, 1, num=40)\n",
481481
"X, Y = np.meshgrid(x, y)\n",
482482
"Zn = X - Y * 1j\n",
483483
"Zp = X + Y * 1j"

0 commit comments

Comments
 (0)