We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bcfbdd commit 6555f39Copy full SHA for 6555f39
lectures/matplotlib.md
@@ -381,7 +381,7 @@ from cycler import cycler
381
plt.style.use('default')
382
383
#set default figure size
384
-plt.rcParams["figure.figsize"] = (10, 6)
+plt.rcParams['figure.figsize'] = (10, 6)
385
# update linewidth
386
plt.rcParams['lines.linewidth'] = 2
387
# add horizontal grid lines
@@ -419,7 +419,7 @@ Apply the `default` style sheet again to change your style back to default
419
420
421
422
423
424
```
425
0 commit comments