octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: more graphics changes - subplots overlap


From: David Bateman
Subject: Re: more graphics changes - subplots overlap
Date: Wed, 21 Mar 2007 15:24:58 +0100
User-agent: Thunderbird 1.5.0.7 (X11/20060921)

Alex Zvoleff wrote:
> John W. Eaton wrote:
>   
>>  It would be helpful to me if people who have been using the new
>> graphics features could check that I haven't broken too many things.
>> Please report any problems that you find to this list.
>>     
>
> Running current CVS, and gnuplot 4.2, subplots are not showing up
> correctly.  They display as overlapping plots, rather than two separate
> plots in one figure window.  The below should reproduce the problem.  I
> see it in both the wxWidgets and x11 terminals.
>
> x=1:10;
> figure
> subplot(1,2,1);plot(sin(x))
> subplot(1,2,2);plot(cos(x))
>
> By the way, nice work on the new graphics code, it is great to be able
> to adjust plot properties much more easily.
>
> Alex
>
>
>   
I'm also seeing this behavior.. Is this also a gnuplot 4.0 vs 4.2 thing?

Regards
David


-- 
David Bateman                                address@hidden
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



reply via email to

[Prev in Thread] Current Thread [Next in Thread]