I'm fairly new to UNIX shell and I'm having a bit of trouble building
matplotlib on my computer:
running build
running build_py
copying lib/matplotlib/mpl-data/matplotlibrc -> build/lib.macosx-10.3-
fat-2.5/matplotlib/mpl-data
copying lib/matplotlib/mpl-data/matplotlib.conf -> build/
lib.macos
Anyone find an answer to this one? I'm running into this issue with
0.90.1and I found this in the archives. I tried the suggested code
and it doesn't
seem to work for me. Right now my workaround is
min_x = min([min(line.get_xdata()) for line in self.axes.lines])
max_x = max([max