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.
,
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. [...]
> &
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
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
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