jcesardasilva / agpy

Automatically exported from code.google.com/p/agpy
MIT License
0 stars 0 forks source link

Missing pyplot import #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
from AG_fft_tools.psds import PSD2

psd = PSD2(surface, oned=True, view=True)

-->
NameError: global name 'loglog' is not defined

Problem:
import line missing:
from matplotlib.pyplot import loglog, xlabel, ylabel

Original issue reported on code.google.com by toomuchc...@googlemail.com on 8 Aug 2011 at 9:26

GoogleCodeExporter commented 9 years ago
Fixed in r350: http://code.google.com/p/agpy/source/detail?r=350

Original comment by keflavich on 8 Aug 2011 at 9:37