Skip to content

Commit dba20c6

Browse files
committed
ENH: switch problem 2.2 away from classic style
1 parent 66308a9 commit dba20c6

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

exercises/2.2-vmin_vmax_imshow_and_colorbars.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
import matplotlib.pyplot as plt
33
np.random.seed(1)
44

5-
plt.style.use('classic')
6-
75
# Generate random data with different ranges...
86
data1 = np.random.random((10, 10))
97
data2 = 2 * np.random.random((10, 10))
Loading

solutions/2.2-vmin_vmax_imshow_and_colorbars.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import matplotlib.pyplot as plt
33
np.random.seed(1)
44

5-
plt.style.use('classic')
65

76
# Generate random data with different ranges...
87
data1 = np.random.random((10, 10))

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy