On 7/12/06, John Hunter <[EMAIL PROTECTED]> wrote:
> "John" == John Hunter <[EMAIL PROTECTED]> writes:> "David" == David Grant <
[EMAIL PROTECTED]> writes:David> edges=[54, 76, 80, 100] stats=[5.423, 23.226, 4.1, 6.93]John> xticks(edges)Sorry, what I meant was something like xticks
> "David" == David Grant <[EMAIL PROTECTED]> writes:
David> Cool, yeah I think that will work just fine. I don't think
David> I saw xticks in the matplotlib PDF document I was looking
David> at. What's the best source of documentation?
help(pylab)
JDH
--
> "John" == John Hunter <[EMAIL PROTECTED]> writes:
> "David" == David Grant <[EMAIL PROTECTED]> writes:
David> edges=[54, 76, 80, 100] stats=[5.423, 23.226, 4.1, 6.93]
John> xticks(edges)
Sorry, what I meant was something like
xticks(range(len(edges)), ['%d'%edge for edge in
> "David" == David Grant <[EMAIL PROTECTED]> writes:
David> edges=[54, 76, 80, 100] stats=[5.423, 23.226, 4.1, 6.93]
xticks(edges)
perhaps?
Or maybe I still don't understand.
A complete script might help...
JDH
--
On 7/12/06, John Hunter <[EMAIL PROTECTED]> wrote:
> "David" == David Grant <[EMAIL PROTECTED]> writes:David> Anyone know what happened toDavid> matplotlib.ticker.IndexFormatter
? Is there are replacementDavid> for it?I don't know -- I don't see anything in the changelog or in the s
> "David" == David Grant <[EMAIL PROTECTED]> writes:
David> Anyone know what happened to
David> matplotlib.ticker.IndexFormatter? Is there are replacement
David> for it?
I don't know -- I don't see anything in the changelog or in the svn
log. What did it do, and what version of m
Anyone know what happened to matplotlib.ticker.IndexFormatter? Is there are replacement for it?-- David Grant
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrat