cristobal-sifon / plottery

Plotting tools
GNU General Public License v3.0
0 stars 0 forks source link

plotutils.colorscale bug when passed array #6

Closed cristobal-sifon closed 6 years ago

cristobal-sifon commented 6 years ago

it seems plotutils.colorscale fails when passed argument array, except if the array runs between zero and one (possibly only if it has those exact boundaries?)

Also, fix the docstring for vmin and vmax: they can (and should) be any values with the only condition that vmin < vmax.