[Matplotlib-users] any way of having something like pcolorfast results with log scale ?

2012-06-25 Thread julien tayon
Hello, I made a crude sonogram https://gist.github.com/2983547 with the note names instead of the frequency. But, It really angers me not to be able to have a log scale for the frequency. Does any well known workaround exists? Is there an easy way to grosso modo do : x = time, y = frequency,

Re: [Matplotlib-users] See influence of code-change in realtime

2012-06-18 Thread julien tayon
Hi, I have a question: Is there a way with matplotlib to see influence of code changes on the plot without explicitly recompiling? Hello Using bpython is a nice trick to achieve this : Bootstrap in bpython : http://bpaste.net/show/31823/ once sastified either F8 to share, or Ctrl+S to save

Re: [Matplotlib-users] Documentation

2012-05-02 Thread julien tayon
neither a dependancy in Freebsd ports Path: /usr/ports/math/py-matplotlib Info: A plotting library uses a syntax familiar to matlab users Maint: mainl...@apeiron.net B-deps: atk-2.0.1 binutils-2.22_1 bitstream-vera-1.10_5 blas-3.4.0 cairo-1.10.2_3,1 compositeproto-0.4.2 cups-client-1.5.2_1

Re: [Matplotlib-users] Matplotlib and Cpp

2012-04-28 Thread julien tayon
First cpp stands for C Pre Processor, this tool usually does macro substitution in c, objective c, c++. Hence Cpp in the object is pretty much confusing when it seems to be talking about C++. 2012/4/27 Benjamin Root ben.r...@ou.edu: On Fri, Apr 13, 2012 at 4:24 PM, Ignas Anikevicius

Re: [Matplotlib-users] [Bug] : yaxis presentation going wrong if ymin/ymax .000x (x~ 5)

2012-04-24 Thread julien tayon
Hello 2012/4/24 Eric Firing efir...@hawaii.edu: On Tue, Apr 24, 2012 at 12:21 AM, Tony Yu tsy...@gmail.com wrote: On Mon, Apr 23, 2012 at 5:09 AM, jul tayon jta...@gmail.com wrote: Hello list Exected Result : https://github.com/jul/pypi-stat/blob/master/why.png Sorry, I'm not clear on what

[Matplotlib-users] [bug] triggering a quite unreadable yaxis labelling

2012-04-23 Thread julien tayon
Hello list matplotlib website says this mailing is the prefered way to report bug, so here I am : System : python ; 2.7.2+ matplotlib 1.1.0 ubuntu TLS amd64 matplotlib Backend : TkAgg How to reproduce (on my pf) Code Snippet : ##CODE import matplotlib import matplotlib.pyplot as p