Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b81bf7e

Browse filesBrowse files
committed
remove figsize request on matplotlib
1 parent f998220 commit b81bf7e
Copy full SHA for b81bf7e

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Open diff view settings
Collapse file

‎lectures/python_by_example.md‎

Copy file name to clipboardExpand all lines: lectures/python_by_example.md
-1Lines changed: 0 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ Here are a few lines of code that perform the task we set
7171
```{code-cell} ipython
7272
import numpy as np
7373
import matplotlib.pyplot as plt
74-
plt.rcParams['figure.figsize'] = (10,6)
7574
7675
ϵ_values = np.random.randn(100)
7776
plt.plot(ϵ_values)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.