Commit 54d00d37 authored by joakim kjellsson's avatar joakim kjellsson
Browse files

added cmocean colormaps and fixed colorbar for single plots

parent cb9f148d
Loading
Loading
Loading
Loading

cmocean/__init__.py

0 → 100644
+20 −0
Original line number Diff line number Diff line
'''
cmocean is a package to help standardize colormaps for commonly-plotted
oceanographic properties.

See README.md for an overview on instructions.
'''

from __future__ import absolute_import

# from cmocean import *
from . import cm, tools, data

__all__ = ['cm',
           'tools',
           'plots',
           'data']

__authors__ = ['Kristen Thyng <kthyng@tamu.edu>']

__version__ = "2.0"

cmocean/__init__.pyc

0 → 100644
+620 B

File added.

No diff preview for this file type.

+561 B

File added.

No diff preview for this file type.

+1.43 KiB

File added.

No diff preview for this file type.

+3.82 KiB

File added.

No diff preview for this file type.

Loading