Re: [Scilab-users] transparently overlapping histograms

2019-07-19 Thread RolandB
Hi, Actually there is a possibility for some kind of transparency in Scilab. See here: https://help.scilab.org/docs/6.0.2/en_US/pixel_drawing_mode.html It would be nicer if the bitwise operations could be done with the number that finally selects a color from the color table, as that would ena

Re: [Scilab-users] transparently overlapping histograms

2019-07-19 Thread Heinz Nabielek
G R E A T T H A T I S I T WHAT I HAD BEEN LOOKING FOR HEINZ > On 19.07.2019, at 13:41, Samuel Gougeon wrote: > > Hello Heinz, > > After histplot(), you can just disable the filling of bars: > > d = rand(1,1,'normal'); > clf > histplot(-3:0.5:3,d,normalization=%f); > histplot(-3:0

Re: [Scilab-users] transparently overlapping histograms

2019-07-19 Thread Samuel Gougeon
Hello Heinz, After histplot(), you can just disable the filling of bars: d = rand(1,1,'normal'); clf histplot(-3:0.5:3,d,normalization=%f); histplot(-3:0.5:3,d(1:5000)+1,normalization=%f,style=color("red")); *gca().children.children.fill_mode = "off";* Samuel Le 19/07/2019 à 13:22, Heinz

Re: [Scilab-users] transparently overlapping histograms

2019-07-19 Thread Heinz Nabielek
On 19.07.2019, at 09:42, Antoine Monmayrant wrote: > > > Le 19/07/2019 à 09:30, Heinz Nabielek a écrit : >> Scilab friends: >> >> I have seen transparently overlapping histograms in R and in Matlab. But how >> do I do that in Scilab? > Basically? > You can't. Primitive, but simple trick to ou

Re: [Scilab-users] transparently overlapping histograms

2019-07-19 Thread Federico Miyara
Heinz, Inkcape is a free software for vectorial graphics manipulation, similar to Freehand or Adobe Illustrator. It can be downloaded from https://portableapps.com/apps/graphics_pictures/inkscape_portable as a portable application and it is relatively easy to use. I haven't used to set trans

Re: [Scilab-users] transparently overlapping histograms

2019-07-19 Thread Heinz Nabielek
Thanks a lot- unfortunately no idea about svg and inkscape. The neat thing with Scilab is that everything is easy and quick, both in calculation and display... Heinz > On 19.07.2019, at 09:42, Antoine Monmayrant > wrote: > > > Le 19/07/2019 à 09:30, Heinz Nabielek a écrit : >> Scilab frie

Re: [Scilab-users] transparently overlapping histograms

2019-07-19 Thread Antoine Monmayrant
Le 19/07/2019 à 09:30, Heinz Nabielek a écrit : Scilab friends: I have seen transparently overlapping histograms in R and in Matlab. But how do I do that in Scilab? Basically? You can't. Scilab does not support transparency. My current workaround for transparent plots/graphs/surfaces is to pl

[Scilab-users] transparently overlapping histograms

2019-07-19 Thread Heinz Nabielek
Scilab friends: I have seen transparently overlapping histograms in R and in Matlab. But how do I do that in Scilab? Heinz ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users