Re: [Scilab-users] Format legends of a graph as a 2D table

2013-02-25 Thread David Chèze
Hi Rafael, I may have misunderstood your request however as far i know you could use out_upper_right in the legend() options to draw out of the plotting area. see help http://help.scilab.org/docs/5.4.0/fr_FR/legend_properties.html David -- View this message in context:

[Scilab-users] (EXCEPTION_ACCESS_VIOLATION) with scicosim function

2013-02-25 Thread pepe
Hello, I prepared my own C - function to have own simulation block. It compiles, link and load the function with no problem. But during the simulation I got (EXCEPTION_ACCESS_VIOLATION) with scicosim function. Attaching the function: #include c:\Program Files

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

2013-02-25 Thread Dang, Christophe
Hello, Suppose I have two plots on the same graph, one is to use the left Y-axis, while the second is to use the right Y-axis. How should I handle it with gca() or any other command? You might have a look at http://commons.wikimedia.org/wiki/File:Trace_ln_sqrt_1_2_deux_echelles_scilab.svg

Re: [Scilab-users] (EXCEPTION_ACCESS_VIOLATION) with scicosim function

2013-02-25 Thread pepe
Sorry, I have problems with this usage (really confused) since I got alwyas (EXCEPTION_ACCESS_VIOLATION) with scicosim function. I am doing this (I tried many combinations - I don't find right one :( ): void myPMSM_block(scicos_block *blk, int flag) { double* Te;

Re: [Scilab-users] legends_multicolumn()

2013-02-25 Thread Samuel Gougeon
Hello Denis, An improved legends_multicolumn() is now available at http://fileexchange.scilab.org/toolboxes/274000 Regards Samuel ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users

Re: [Scilab-users] Format legends of a graph as a 2D table

2013-02-25 Thread Samuel Gougeon
Hello Rafael, Le 23/02/2013 16:47, Rafael Guerra a crit: Hello, One alternative to your solution which can hide a lot of the plotted data if the legend names are big:

[Scilab-users] Problem GUI beginner

2013-02-25 Thread julien.langouet
Hello, I'm a beginner, so I think my questions are pretty simple I want to create a program to calculate performance of an electric car which run fort the Shel Eco Marathon. We have to consume as less as possible energy to win. That's why I want to analyse electric data. In order to make my