File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 66'''
77
88# from cmocean import *
9- import cm
10- import tools
11- import plots
12- import data
9+ from cmocean import cm
10+ from cmocean import tools
11+ from cmocean import plots
12+ from cmocean import data
1313
1414__authors__ = [
'Kristen Thyng <[email protected] >' ]
Original file line number Diff line number Diff line change 2020'''
2121
2222# from matplotlib import cm, colors
23- import tools
23+ from cmocean import tools
2424import matplotlib
2525# import plotting
2626# import data
Original file line number Diff line number Diff line change 22Plots with colormaps.
33'''
44
5- import cm
5+ from cmocean import cm
66import matplotlib .pyplot as plt
77import numpy as np
88import matplotlib as mpl
9- import tools
9+ from cmocean import tools
1010# from skimage import color
1111
1212
You can’t perform that action at this time.
0 commit comments