On Tue, Oct 13, 2009 at 2:52 AM, Georg Brandl wrote:
> BTW, from Gnuplot I missed the ability to press "q" to close a figure window
> and wrote a custom key handler to do that; would it make sense to add that
> by default?
gui and event handling is not my field, but as far as it is easily
customi
Jae-Joon Lee schrieb:
> On Fri, Oct 9, 2009 at 10:55 AM, Georg Brandl
> wrote:
>> Hi,
>>
>> I want to make a plot with ordinary subplots, each of which has a
>> second axes set created with twinx(). Now, the second axes are
>> always drawn over the first, but I want the "main" data, which is
>>
On Fri, Oct 9, 2009 at 10:55 AM, Georg Brandl wrote:
> Hi,
>
> I want to make a plot with ordinary subplots, each of which has a
> second axes set created with twinx(). Now, the second axes are
> always drawn over the first, but I want the "main" data, which is
> associated with the left Y axis,