help-octave
[Top][All Lists]
Advanced

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

Re: transparent surfaces


From: fibonacci4
Subject: Re: transparent surfaces
Date: Wed, 29 Mar 2017 14:42:20 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Am 29.03.2017 um 10:25 schrieb Francesco Potortì:
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');

Thanks, but as I wrote to Tatsuro, I now have a way, I use "pdfcairo" as 
terminal. This works.

Don't ask me, why "epscairo" doesn't work for me.

Ciao

Karl




reply via email to

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