Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
error in basic use example, should be import numpy as np
  • Loading branch information
ESiddle authored May 6, 2020
1 parent f2d7c49 commit fba9cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Current version is based on Scientific Colourmaps Version 6.0.4 (06.01.2020)
```python
from cmcrameri import cm
import matplotlib.pyplot as plt
import numpy as mp
import numpy as np
plt.pcolor(np.random.rand(10,10), cmap=cm.batlow) # or any of the other colourmaps made by Fabio Crameri
```
### Extra instructions
Expand Down

0 comments on commit fba9cc5

Please sign in to comment.