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

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

[Octave-bug-tracker] [bug #53861] Feature Request of implementation tikz


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #53861] Feature Request of implementation tikzstandalone print device
Date: Tue, 8 May 2018 06:36:53 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

Follow-up Comment #1, bug #53861 (project octave):

In the previous post, I have made a mistake  so I repost.


>> gnuplot_binary C:\Programs\gp523-64\bin\gnuplot
>> graphics_toolkit gnuplot
>> fplot ("[cos(x), sin(x)]", [0, 2*pi])
>> print("test.tikz", "-dtikzstandalone")
error: print: unknown device tikzstandalone
error: called from
    __print_parse_opts__ at line 259 column 5
    print at line 322 column 8

>> print("test.tikz", "-dtikz")
## works for tikz but not tikzstandalone
-verbatim

The same behavior appears 4.4.0 on Ubuntu 16.04 (bbuild myself).

I have not tested on dev. branch.
I will do to today afternoon in Japan.

tikzstandalone print device is described in the manual

https://octave.org/doc/interpreter/Printing-and-Saving-Plots.html#Printing-and-Saving-Plots

In the maintainers ML, Ben made a reply that told us what was done in the
past. tikzstandalone print device has not been implemented although it has
been described in the manual. 

I request that next release of octave implements this feature.


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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