The listed requirements for SciLab on macOS includes Java 8. However, when I
launch SciLab 6.0.0 on macOS 10.11 (El Capitan), I am directed to download Java
6, a legacy version. What is going on?
Jerry
___
users mailing list
users@lists.scilab.org
htt
Hi Pierre, et al
Using gcf() doesn't solve my problem. I get:
!--error 999
'font_size' property does not exist for this handle.
at line 4 of function generic_i_h called by :
at line 2 of function %s_i_h called by :
at line 52 of function prettyfy called by :
prettyfy(gt)
Hi Pierre
>I may complete the script over time if you have some suggestions.
Let me work with it over some time ... the first attempt ended like this:
!--error 999
'font_size' property does not exist for this handle.
at line 7 of function %h_set called by :
at line 4 of function gen
I may complete the script over time if you have some suggestions.
Until then, I don't see any difference when changing the value of the
anti-aliasing option, does someone know if it is still functional?
Regards,
Pierre
Le 08/03/2017 à 16:29, Claus Futtrup a écrit :
Hi Pierre and Antoine
T
Hi Pierre and Antoine
Thank you very much for your help. This is very inspiring and encouraging.
Best regards,
Claus
On 08-03-2017 11:41, Pierre Vuillemin wrote:
Following Antoine's idea, find enclosed an example on how you can
automate the process of improving your plots. This is obviously
i
As an added note, one nice feature of inkscape as a post-processing tool is
that it can generate Latex text and formula.
It's pretty useful to fix some axis label, legend or add "(a)", "(b)" while
keeping the font coherent.
Antoine
Le Mercredi, Mars 08, 2017 11:41 CET, Pierre Vuillemin
a éc
Following Antoine's idea, find enclosed an example on how you can
automate the process of improving your plots. This is obviously
incomplete but it gives a general idea.
Hope it helps,
Pierre
Le 08.03.2017 10:08, Antoine Monmayrant a écrit :
It's definetly possible to do it.
In my group, we
It's definetly possible to do it.
In my group, we usually:
- set decent default values for the default figure ( hd=gdf() ): increase font
size, ...
- fix the ticks madness (ie replace [0. 0.167 0.333 0.5 0.667 0.833 1. ] ticks
by [0. 0.25 0.5 0.75 1.])
- use the latex rendering for all the text,
Hi all (i udpated the mail title),
I managed to make a simpler program to reproduce the pb. Here it is
A java class:
public class MyEchoClass {
public static void execEcho () throws IOException {
ArrayList cmd = new ArrayList();
cmd.add("echo");
cmd.add("\"\"");
Hi Dirk,
Nice catch ! There might be an issue on page generation, I will check it today.
Thanks,
--
Clément
Le mardi 07 mars 2017 à 15:29 +0100, Dirk Reusch a écrit :
> Hello,
>
> Why are the nightly builds of Scilab Branch 6.0 - 64 bits for GNU/Linux
> on scilab.org not up-to-date like for th
Hi all,
I was probably not clear enough, sorry about that : It is still possible to
call fortran from
Scilab, using :
* call() and dynamic-link capabilities
* or an hand-written API Scilab C interface
* or using an API Scilab C interface generator called SWIG
If you want to use SWIG, yo
11 matches
Mail list logo