[Matplotlib-users] error exit status 1

2008-03-29 Thread Adrian Price-Whelan
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

[Matplotlib-users] hist() and semilogy

2008-04-14 Thread Adrian Price-Whelan
Hello - I haven't been able to find any useful documentation about semilogy and exactly how i can implement it into a Histogram. I'm simply trying to create a histogram of a lot of data with a y-axis scaled logarithmically. Specifically I am creating a pixel histogram of a FITS image...for

[Matplotlib-users] Non-linear Regression to a Histogram

2008-05-11 Thread Adrian Price-Whelan
Hey guys - I'm working on a Histogram of pixel values from an astronomical image that looks like a Gaussian curve and then polynomial decay. I'm trying to figure out a way to fit a Gaussian regression to the histogram, but can't find any documentation on this. thanks! -adrian