Re: [Matplotlib-users] x label is shifted by 1 tick

2007-08-25 Thread Deen Sethanandha
Could someone help me figure out how I can move the x lebel to match the bar chart? Thanks, Deen On 8/19/07, Deen Sethanandha <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to plot a graph as shown. > http://trac-hacks.org/attachment/wiki/TracMetrixDashboard/cummulative.

Re: [Matplotlib-users] Error TclError: no display name and no $DISPLAY environment variable

2007-08-25 Thread Deen Sethanandha
, Deen On 8/24/07, Jouni K. Seppänen <[EMAIL PROTECTED]> wrote: > "Deen Sethanandha" <[EMAIL PROTECTED]> writes: > > > I use matplotlib as part of my Trac plugin. I got this error when I try > > to access the web site that use my plugin. [...] > &

[Matplotlib-users] Error TclError: no display name and no $DISPLAY environment variable

2007-08-24 Thread Deen Sethanandha
Hi, I use matplotlib as part of my Trac plugin. I got this error when I try to access the web site that use my plugin. Please see the trace back below File "/u/bhuricha/lib/python2.5/site-packages/Trac- 0.11dev_r5933-py2.5.egg/trac/web/main.py", line 381, in dispatch_request File "/u/bhuricha

[Matplotlib-users] x label is shifted by 1 tick

2007-08-19 Thread Deen Sethanandha
Hi, I am trying to plot a graph as shown. http://trac-hacks.org/attachment/wiki/TracMetrixDashboard/cummulative.PNG I am not sure why the label start at the point 1 instead of point 0. Here is the code that is used to generate the graph. matplotlib.use(*'Agg'*) fig = figure() ax = fig.a

[Matplotlib-users] How to create 2 bar charts in one graph?

2007-08-18 Thread Deen Sethanandha
Hello, I am trying to plot 2 bar charts in the same plane like the one in sourceforge. http://sourceforge.net/project/stats/detail.php?group_id=5470&ugn=python&mode=week&type=tracker It would be great to be able to plot like that or 2 bars with 2 colors. Thanks, Deen