Re: [Scilab-users] how to place datatip on one point of polyline

2017-03-28 Thread Erhy
Samuel GOUGEON wrote > Let's have the following vector of x or/and y values/nodes: > A B C %nan D %nan E F > > a) A datatip set in C is not displayed => bug > b) But A datatip set in E is displayed: OK > c) A datatip set in D is not displayed = a) case Example

Re: [Scilab-users] Scilab GUI 6 crash

2017-03-28 Thread Michael Benguigui
Dear Paul, thank you for your last reply. You will find my answer in the last comment in bug 14698 (copy paste the scilab instructions in a sci file and execute it from Scilab 6 GUI). It seems to be related to this issue since i encounter

Re: [Scilab-users] Plots on second Y axis

2017-03-28 Thread mathias_magdowski
I have extended the given example in a way that the left and right y axis get some kind of intelligent equal scaling, so that a joined grid for both axes would fit. If one of the axes includes the value of y = 0, both axes will also share the same "base line". Here is the function: // Function

Re: [Scilab-users] Plots on second Y axis

2017-03-28 Thread Dang Ngoc Chan, Christophe
Hello, Thanks for sharing. Just a general comment: > De : mathias_magdowski > Envoyé : mardi 28 mars 2017 09:52 > > while 1 >if distance>10 then > [...] >elseif distance<1 then >[... ] >else >// exit loop >break; >end > end I can admit

Re: [Scilab-users] Plots on second Y axis

2017-03-28 Thread paul . carrico
Thanks for sharing it. I've a suggestion I commonly use for such plots (I'm speaking in a general way): the color of the dedicated ordinate axis is the same than the curve in order to immediatly know what are the units and where to look to ... ... just my point of view Paul Le 2017-03-28

[Scilab-users] C gateway with scilab api

2017-03-28 Thread Pierre Vuillemin
Hi all, I'm trying to call some C code from Scilab. To understand how the scilab api is working, I've tried to reproduce the example described here: https://help.scilab.org/docs/6.0.0/fr_FR/api_scilab_getting_started.html but it does not work for me. The command [c, d] = foo6([2,%pi],