octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #37273] print("-color", "-textspecial", "-dfig


From: Aqeel Akber
Subject: [Octave-bug-tracker] [bug #37273] print("-color", "-textspecial", "-dfig", "filename.fig") does not produce color or special text.
Date: Tue, 03 Sep 2013 05:17:06 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36

Follow-up Comment #5, bug #37273 (project octave):

I have found a workaround for this issue using the drawnow command.

Using the command:
drawnow("fig color textspecial","filename.fig",false,"/dev/null")

However this still produces a fig file which is completely black, but
following the solution to that bug listed here:
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053818.html

Opening filename.fig in a text editor you can safely delete the the poly lines
(lines starting with 2) which have final property value of 5 as well as the
corresponding line underneath it. That is, the first 4 lines after the colour
definitions of the file.

You will now a colourful, special text, visible xfig plot.

The print command is still broken. It doesn't seem to pass color or special
text flags but this is a very easy workaround.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37273>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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