In [1]:
from atmPy.tools import plt_tools

In [5]:
from atmPy.instruments.piccolo import piccolo

In [2]:
%matplotlib inline
plt_tools.setRcParams(plt)

In [20]:
picco = piccolo.read_file('./data/piccolo.log')

In [21]:
picco.data.Height.plot()


Out[21]:
<matplotlib.axes._subplots.AxesSubplot at 0x10e6ce240>
/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib/figure.py:1653: UserWarning: This figure includes Axes that are not compatible with tight_layout, so its results might be incorrect.
  warnings.warn("This figure includes Axes that are not "

In [22]:
picco.plot_map()


Out[22]:
<mpl_toolkits.basemap.Basemap at 0x1116e5860>
/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib/figure.py:1653: UserWarning: This figure includes Axes that are not compatible with tight_layout, so its results might be incorrect.
  warnings.warn("This figure includes Axes that are not "