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 f07961e

Browse filesBrowse files
authored
adjust matplotlib figsize (#86)
1 parent 4c7c843 commit f07961e
Copy full SHA for f07961e

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/python_oop.md‎

Copy file name to clipboardExpand all lines: lectures/python_oop.md
+2-1Lines changed: 2 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,10 @@ It takes a little while to get used to the syntax so we'll provide plenty of exa
6161
We'll use the following imports:
6262

6363
```{code-cell} ipython
64+
%matplotlib inline
6465
import numpy as np
6566
import matplotlib.pyplot as plt
66-
%matplotlib inline
67+
plt.rcParams['figure.figsize'] = (10,6)
6768
```
6869

6970
## OOP Review

0 commit comments

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