annayqho / TheCannon

a data-driven method for determining stellar parameters and abundances from stellar spectra
MIT License
40 stars 17 forks source link

test.py run: import #1

Closed HWRix closed 9 years ago

HWRix commented 9 years ago

plot, scatter, hist are not automatically pre-imported by everyone added import matplotlib.pyplot as plt

and then changed to plt.plot(..) etc..