Skip to content

Commit d32cbe3

Browse files
committed
no ggplot in readme example
1 parent 46cb124 commit d32cbe3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ For example, the matplotlib figure
2424
import matplotlib.pyplot as plt
2525
import numpy as np
2626
27-
plt.style.use('ggplot')
28-
2927
t = np.arange(0.0, 2.0, 0.1)
3028
s = np.sin(2*np.pi*t)
3129
s2 = np.cos(2*np.pi*t)

0 commit comments

Comments
 (0)