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 4e8dae4

Browse filesBrowse files
authored
[debugging] Update figure size] (#93)
1 parent 3c48fb0 commit 4e8dae4
Copy full SHA for 4e8dae4

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎lectures/debugging.md‎

Copy file name to clipboardExpand all lines: lectures/debugging.md
+2-1Lines changed: 2 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ Here we'll focus on Jupyter and leave you to explore other settings.
5050
We'll need the following imports
5151

5252
```{code-cell} ipython
53+
%matplotlib inline
5354
import numpy as np
5455
import matplotlib.pyplot as plt
55-
%matplotlib inline
56+
plt.rcParams['figure.figsize'] = (10,6)
5657
```
5758

5859
## Debugging

0 commit comments

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