[Scilab-users] Reference grid in a 3D plot

Serge Steer Serge.Steer at inria.fr
Wed Jan 9 09:05:35 CET 2013


You can use the xgrid function or something like
ax=gca();
ax.grid=ones(1,3)*color("lightgray");
Serge Steer
Le 09/01/2013 07:59, pranav a écrit :
> Hi,
> I want to plot 3D data with reference grid along all X-Y,Y-Z,X-Z planes.
> Is there any function for this or i have to create grids on these planes
> explicitly?
>
>
>
> --
> View this message in context: http://mailinglists.scilab.org/Reference-grid-in-a-3D-plot-tp4025631.html
> Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>




More information about the users mailing list