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

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

[Octave-bug-tracker] [bug #48474] [mxe-octave] enable better supported g


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #48474] [mxe-octave] enable better supported gnuplot terminals
Date: Sun, 10 Feb 2019 12:05:27 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0

Follow-up Comment #92, bug #48474 (project octave):

@Tatsuro: I managed to cross-compile gnuplot with support for the tikz
terminal. Please see the attached changeset.

Unfortunately, it doesn't work as smooth as I hoped for:

>> graphics_toolkit gnuplot
>> plot([0 1])
>> print test -dtikz
error: __gnuplot_drawnow__: the gnuplot terminal, "tikz", is not available
error: called from
    __gnuplot_drawnow__ at line 50 column 9
    __gnuplot_print__>local_drawnow at line 232 column 5
    __gnuplot_print__ at line 114 column 9
    print at line 692 column 14


However, if I set a stop point in line 40 of __gnuplot_drawnow__ and wait for
the additional window to appear before I continue, it seems to work:

>> dbstop in __gnuplot_drawnow__ at 40
ans =  40
>> print test -dtikz
>>


Tested on the default branch.

I also try to attach the files that you should be able to drop in the mingw64
folder of an existing installation.

(file #46227, file #46228, file #46229)
    _______________________________________________________

Additional Item Attachment:

File name: bug48474_gnuplot_tikz.patch    Size:2 KB
    <https://savannah.gnu.org/file/bug48474_gnuplot_tikz.patch?file_id=46227>

File name: test.tikz                      Size:3 KB
    <https://savannah.gnu.org/file/test.tikz?file_id=46228>

File name: tikz.7z                        Size:1064 KB
    <https://savannah.gnu.org/file/tikz.7z?file_id=46229>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?48474>

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




reply via email to

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