In [1]:
%matplotlib

import romspy


Using matplotlib backend: MacOSX

In [5]:
ncfile = '/Users/teruhisa/Dropbox/Data/ob500_grd-v5.nc'
pngfile = 'ob500_grd.png'

romspy.hview(ncfile, pngfile, 'h')


/Users/teruhisa/anaconda/lib/python2.7/site-packages/matplotlib/text.py:52: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  if rotation in ('horizontal', None):
/Users/teruhisa/anaconda/lib/python2.7/site-packages/matplotlib/text.py:54: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  elif rotation == 'vertical':

In [3]:
romspy.hview('nc/ob500_grd-v5.nc', 'ob500_grd-v5.png', 'h', )