[Matplotlib-users] CFLAGS

2013-09-08 Thread Rita
Trying to compile matplotlib on Linux and it seems when I set CFLAGS=-L/software/gcc-7.3/lib64 these settings aren't taking affect export CFLAGS python setup.py build is there any thing else I should be setting? -- --- Get your facts first, then you can distort them as you please.--

Re: [Matplotlib-users] CFLAGS

2013-09-08 Thread Rita
, at 10:51 AM, Rita wrote: Trying to compile matplotlib on Linux and it seems when I set CFLAGS=-L/software/gcc-7.3/lib64 these settings aren't taking affect export CFLAGS python setup.py build is there any thing else I should be setting? A couple things come to mind. First, since

Re: [Matplotlib-users] ANN: matplotlib 1.3.0 released

2013-08-06 Thread Rita
put out the solution. On Mon, Aug 5, 2013 at 10:29 AM, Michael Droettboom md...@stsci.edu wrote: On 08/03/2013 07:50 AM, Rita wrote: Same problem in Linux also. Here is what I did to fix it: Remove the freetype/fontconfig rpm from my local install (yum remove) and then place the proper

Re: [Matplotlib-users] ANN: matplotlib 1.3.0 released

2013-08-03 Thread Rita
Same problem in Linux also. Here is what I did to fix it: Remove the freetype/fontconfig rpm from my local install (yum remove) and then place the proper PKG_CONFIG_PATH to point to my remote freetype/fontconfig. The problem is there is a bug with setupext.py. We ought to prepend PKG_CONFIG_PATH

[Matplotlib-users] changing the shade of a color depending on a value

2013-02-27 Thread Rita
Hi, I am currently plotting cpu utilization over time (plot_time). I would like the color of my line to be red when at 100%. 80-90% a bit less red, more yellow, and lower numbers will be green. Any thoughts of doing this? -- --- Get your facts first, then you can distort them as you please.--

[Matplotlib-users] axvspan legend

2013-02-26 Thread Rita
Hi, I have a time series data which I am using plot_time(). I am able to get a legend and I also have axvspan to show weekends. However, how can I state the yellow (axvspan) is a weekend on the legend or is there a better way to show this? -- --- Get your facts first, then you can distort

Re: [Matplotlib-users] static linking

2012-10-01 Thread Rita
Figured it out. The real trick is to set the PKG_CONFIG_PATH properly. No need for LD_LIBRARY_PATH On Sun, Sep 30, 2012 at 9:52 AM, Rita rmorgan...@gmail.com wrote: Nelly, I would like to compile libpng into matplotlib if possible, ie static. Seems like thats not possible and I would like

Re: [Matplotlib-users] static linking

2012-09-30 Thread Rita
libpng comes with its own variation of pkg-config (not named that). How can I include that? do I set PKG_CONFIG_PATH ? On Sun, Sep 30, 2012 at 3:30 AM, Nelle Varoquaux nelle.varoqu...@gmail.comwrote: On 30 Sep 2012 06:11, Jouni K. Seppänen j...@iki.fi wrote: Rita rmorgan...@gmail.com

Re: [Matplotlib-users] static linking

2012-09-29 Thread Rita
...@hawaii.edu wrote: On 2012/09/28 3:40 PM, Rita wrote: Whenever I use matplot lib its asking me for libpng and when I do LD_LIBRARY_PATH it works. Is there a way I can compile matplotlib so I can avoid doing an export LD_LIBRARY_PATH ? Normally one doesn't need it, so I don't know why you do need

[Matplotlib-users] static linking

2012-09-28 Thread Rita
Whenever I use matplot lib its asking me for libpng and when I do LD_LIBRARY_PATH it works. Is there a way I can compile matplotlib so I can avoid doing an export LD_LIBRARY_PATH ? -- --- Get your facts first, then you can distort them as you please.--

[Matplotlib-users] png to slideshow (gif)

2011-03-18 Thread Rita
If I have 30 PNGs and i would like to make a slideshow or an animated gif what is the best way to do this? Can matplotlib do this? -- --- Get your facts first, then you can distort them as you please.-- -- Colocation