[Scilab-users] Bug scilab-6 libjava.so

2019-11-10 Thread Domec Jean Louis

Hello,

I just begin with this list.

I have a  problem with scilab6:

On different PC 64bits, i boot with knoppix-8.6

It uses → Linux kernel 5.2.5 and Xorg 7.7 (core 1.20.4) for supporting 
current computer hardware.


Whem i start scilab-6.02 (installed by 
scilab-6.0.2.bin.linux-x86_64.tar.gz ):


/usr/bin/scilab-bin: error while loading shared libraries: libjava.so: 
cannot open shared object file: No such file or directory


Have you an idea to solve this problem ?

Thank you

--

Jean-louis Domec
 Professeur de Physique appliquée
 domecCHEZac-bordeaux.fr
 Laboratoire de Physique Appliquée:
 Tel 0559282228 poste 314
 Fax: 0559280631
 Lycée du Pays de Soule - Chéraute (64)
 
 Courrier réalisé avec le Logiciel Libre Mozilla .

 Sous le Système d'exploitation Libre, Linux Mandriva 2008
 
 Logiciels libres: Le partage des connaissances

 http://www.april.org/
 http://www.ofset.org


___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] How to zoom in correctly

2019-11-10 Thread jaipur
I understand that the handle of which property of 'clip_state ' have to be
set to 'off' is gce(), not gca()!!!

Thanks a lot a lot a lot.




--
Sent from: 
http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] How to zoom in correctly

2019-11-10 Thread Samuel Gougeon

Le 10/11/2019 à 13:46, jaipur a écrit :

I would like to say that I expected a plot3d image expands with automatic
expansion of x-, y- and z-axes during zooming in by wheel. However, axes box
size actually does not expand and x-, y-, z-ticks just move within the box.
This reached to the result that axes box size is unchanged and a plot3d
image is clipped at the boundaries as holes.

To avoid this clip and let whole image of plot3d expand, shall I change some
property of axes concerning clipping and so on?



gce().clip_state = "off";


___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] How to zoom in correctly

2019-11-10 Thread jaipur
I would like to say that I expected a plot3d image expands with automatic
expansion of x-, y- and z-axes during zooming in by wheel. However, axes box
size actually does not expand and x-, y-, z-ticks just move within the box.
This reached to the result that axes box size is unchanged and a plot3d
image is clipped at the boundaries as holes.

To avoid this clip and let whole image of plot3d expand, shall I change some
property of axes concerning clipping and so on?



--
Sent from: 
http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] How to zoom in correctly

2019-11-10 Thread Samuel Gougeon

Le 10/11/2019 à 06:36, jaipur a écrit :

Thanks for all. I understand correct way to zoom in.

Then I have one more question.
At my first question, I found vacant holes appear when zooming in.
Why do these holes appear and how can we zoom in without such holes? Shall I
treat some properties of axes or figure?



The surface is hollow, and any part of a graphic beyond the axes bounds 
is clipped.
Do you mean you are looking for filling the flat ceiling and flooring 
parts with some opaque paint?

If so, AFAIK there is no way to do this.

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users