Re: [Matplotlib-users] Missing labels/text(s) in plots generated via cgi script.

2007-12-10 Thread Tim Lewis
clues. > >One other thing to note about the output: it is loading the matplotlibrc >from /home/www/www/cgi-bin/, (since it is present), and not from >/home/private/mpl/.matplotlib/. Perhaps there is something incorrect in >that matplotlibrc file. > >Cheers, >Mike > >Tim Lew

Re: [Matplotlib-users] Missing labels/text(s) in plots generated via cgi script.

2007-12-07 Thread Tim Lewis
ot;, for instance) are causing the problems. > >Cheers, >Mike I'd like to run it from the command line, but I haven't done it before (and not sure how to do it); the web hosting server is in a land far far away. :-) I am just running the script from a http request. I can probabl

[Matplotlib-users] Missing labels/text(s) in plots generated via cgi script.

2007-12-06 Thread Tim Lewis
I'm using the code from http://www.scipy.org/Cookbook/Matplotlib/Using_MatPlotLib_in_a_CGI_script to generate plots from my web server. The plot shows up fine (w/o text) but when I use xlabel("x-axis"), ylabel("y-axis"), or title("A Chart"); no text shows up on the plot. Everything seems fine wit