matplotlib / cmocean

Colormap setup for standardizing commonly-plotting oceanographic variables.
MIT License
230 stars 52 forks source link

Fix file name for the Free Surface colour map. #30

Closed pwcazenave closed 8 years ago

pwcazenave commented 8 years ago

I had an error importing cmocean because the file name on disk differed from the specified file name in the code. I presume this is due to a case-insensitive file system being used somewhere for testing. I'm on Linux and the file system is case sensitive, so this broke the import.

kthyng commented 8 years ago

Hi! I thought I fixed this before but somehow it didn't work out. I went with the camel case version of the file name in my (re) fix of this problem — sorry for the trouble! It should be all fixed now/