[scilab-Users] RE: xgrid and plot2d

Edmanuel Torres gnusci at gmail.com
Sun Jul 6 16:14:04 CEST 2008


It works fine for me too in Scilab 4.1.2, I can see a black plotted
curve on a pink square grid. Try changing the order of the
instructions:

plot2d(0,0,rect=[0,0,10,10])
plot2d(1:10,matrix([1:5;1:5],1,-1),frameflag=0)
xgrid(31)

Check whether you can see the the grid cause is pretty faded, or
trying changing the colour of the grid:

xgrid(11)

On Fri, Jul 4, 2008 at 9:07 AM, Zenker, Dr. Matthias
<Matthias.Zenker at erbe-med.de> wrote:
> For me (Scilab 4.1.2, Windoze XP), those commands produce a grid in pink
> under a curve in black, meaning that the black lines cover those in
> pink.
> So I don't see your problem...
>
> Matthias
>
>> -----Original Message-----
>> From: Jean-Yves Baudais
>> [mailto:jeanminusyvesdotbaudais at insaminusrennesdotfr.spam]
>> Sent: Thursday, July 03, 2008 3:00 PM
>> To: users at lists.scilab.org
>> Subject: xgrid and plot2d
>>
>> Hello,
>>
>> I use xgrid() with plot2d(), like this (default mode)
>>
>>  > plot2d(0,0,rect=[0,0,10,10]),xgrid(31)
>>  > plot2d(1:10,matrix([1:5;1:5],1,-1),frameflag=0)
>>
>> In old scilab version, the grid is drawn below the curve, but
>> with scilab-4.0 it doesn't work. How can I make a grid under
>> the curve?
>> Thanks for your help.
>>
>> -- Jyb
>>
>>
>
> _____________________________________________________________________
> ERBE Elektromedizin GmbH
> Firmensitz: 72072 Tuebingen
> Geschaeftsfuehrer: Christian O. Erbe, Reiner Thede
> Registergericht: Stuttgart HRB 380137
>
>



-- 
---
Cheers,

Gnusci



More information about the users mailing list