help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: transparent surfaces


From: Francesco Potortì
Subject: Re: transparent surfaces
Date: Wed, 29 Mar 2017 10:25:48 +0200

>I tried it with fltk, same result, with qt no plane at all. I would
>like to print it with the print command, since there are many options,
>size etc. Any ideas?

To create transparency, I use the gnuplot backend with gnuplot version 4
and I print to an svg file which I then convert to pdf using Inkscape.

Maybe there are easier paths nowaday, this was the only reasonably
working one that I found two years ago, and it still works in one of my
scripts.

 graphics_toolkit ("gnuplot");
 gnuplot_binary("gnuplot4");
 print([fname ".svg"]);
 system(["inkscape --export-pdf=" fname ".pdf " fname ".svg], [], 'async');

-- 
Francesco Potortì (ricercatore)        Voice:  +39.050.621.3058
ISTI - Area della ricerca CNR          Mobile: +39.348.8283.107
via G. Moruzzi 1, I-56124 Pisa         Skype:  wnlabisti
(entrance 20, 1st floor, room C71)     Web:    http://fly.isti.cnr.it




reply via email to

[Prev in Thread] Current Thread [Next in Thread]