Skip to content

Commit c57268b

Browse files
committed
added txt files to setup.py
1 parent 6000f12 commit c57268b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

‎cmocean/plots.py‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ def plot_gallery(saveplot=False):
7676
'''Make plot of colormaps and labels, like in the matplotlib
7777
gallery.
7878
79+
:param saveplot=False: Whether to save the plot or not.
80+
7981
'''
8082

8183
gradient = np.linspace(0, 1, 256)
@@ -123,6 +125,7 @@ def wrap_viscm(cmap, dpi=100, saveplot=False):
123125
124126
:param cmap: Colormap instance.
125127
:param dpi=100: dpi for saved image.
128+
:param saveplot=False: Whether to save the plot or not.
126129
127130
'''
128131

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# "Topic :: Utilities",
2828
],
2929
package_data={
30-
'cmocean': ['rgb/*.npy'],
30+
'cmocean': ['rgb/*.txt'],
3131
},
3232
packages = ["cmocean"],
3333
# py_modules = cmocean_mod,

0 commit comments

Comments
 (0)