Skip to content

Commit 274cb98

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7dbfcf1 commit 274cb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/matplotlib/matplotlib-additional-topics-1.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
}
244244
],
245245
"source": [
246-
"x = np.array([.25, .20, .40])\n",
246+
"x = np.array([0.25, 0.20, 0.40])\n",
247247
"plt.pie(x, normalize=False);"
248248
]
249249
},

0 commit comments

Comments
 (0)