Traceback (most recent call last):
File "bad_polar.py", line 16, in <module>
p.plot(mag,angle)
File "/home/doutriaux1/anaconda2/envs/dev-nox/lib/python2.7/site-packages/vcsaddons/polar.py", line 510, in plot
r = self.magnitude_from_value(m, m_scale) * radius
File "/home/doutriaux1/anaconda2/envs/dev-nox/lib/python2.7/site-packages/vcsaddons/polar.py", line 246, in magnitude_from_value
pct_between_levs = (value - below) / float(v - below)
TypeError: unsupported operand type(s) for -: 'int' and 'NoneType'
The text was updated successfully, but these errors were encountered:
if a magnitude is less than the minimum magnitude the plot crashes with a cryptic error
dies with:
The text was updated successfully, but these errors were encountered: