Hi

tor, 16 12 2010 kl. 13:15 +0000, skrev Eduardo D. da Costa:
> Hello everyone
> 
> I am using pcolor and get a strange behavior ... I have the array
> zux(:,1)=[0.25882 0.96593 0.70711]
> zux =
> 
>    0.25882  -0.25882
>    0.96593  -0.96593
>    0.70711  -0.70711
> 
> octave:160> zux(:,2)=-zux(:,1)
> zux =
> 
>    0.25882  -0.25882
>    0.96593  -0.96593
>    0.70711  -0.70711
> 
> octave:161> close
> 
> 
> and when i pcolor it 
> 
> 
> octave:162> pcolor(zux)
> 
> octave:163> version
> ans = 3.3.53
> 
> gnuplot4.5
> 
> 
> the picture is not what i was expecting as you can see (appended jpeg
> file).

What did you expect? I think pcolor does what it is meant to do, but
perhaps you are looking for something else? Perhaps you want to use
'imagesc'?

> Is this something you can reproduce or is more like a bad gnuplot
> installation ? 

I can reproduce this.

Søren


------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to