On Sat, May 24, 2008 at 6:02 PM, Olle EngdegÄrd <[EMAIL PROTECTED]> wrote:
> I very much miss the 'l' shortcut for toggling log/lin y-scale in the
> trunk! I use it a lot.
>
> I suggest restoring it with something like
>
> if self.get_yscale() is ("log" or "linear"):
>self.toggle_log_lineary()
On Sat, May 24, 2008 at 6:29 PM, Tony Yu <[EMAIL PROTECTED]> wrote:
> I think this is what you're asking for, but I may have done the diff from
> the wrong directory.
I think the last one was a plain-ol-diff and this one is a svn diff so
it is better. I have applied it and committed it. FYI, I
On May 23, 2008, at 7:05 PM, John Hunter wrote:
Could I ask you to submit a svn diff of the maintenance branch -- this
will be easier for me to apply. simoply make your changes in the
branch and then do
svn diff > my.patch
and send that.
I think this is what you're asking for, but I may
Hi,
I very much miss the 'l' shortcut for toggling log/lin y-scale in the
trunk! I use it a lot.
I suggest restoring it with something like
if self.get_yscale() is ("log" or "linear"):
self.toggle_log_lineary()
else: pass
I think most of time most people use log or linear scales.
The new
I just reorganized the docs directory, now called "docs". I thought
it would be easier to get a totally clean start, and the project is
early enough that I don't think losing version history is too
important. Basically, once we learned we needed to build everything
at once to get the links workin