I currently have Python2.7, and Python3.3 installed on a Mac. I am trying to install matplotlib so that I can create candlestick, and line graphs. I have tried multiple methods of installing matplotlib, but they are all failing. For example:
port install py27-matplotlib
No broken files found.
MacBook$ python2.7
Python 2.7.1 (r271:86832, Jul 31 2011, 19:30:53)
>>> import matplotlib
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named matplotlib
attempts at source builds off matplotlib-1.1.1 lead to C header errors.
The parent problem that I am trying to solve is to create candlestick, and line plots. Is there another library better suited to this maybe?