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: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #48474] [mxe-octave] enable better supported gnuplot terminals
Date: Mon, 11 Feb 2019 00:22:09 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.96 Safari/537.36

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


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

113:      if (__gnuplot_has_terminal__ ("tikz"))
114:       local_drawnow (["tikz " gp_opts], opts.name, opts);

Here is passed:

__gnuplot_has_terminal__ recognize "tikz"


228: function local_drawnow (term, file, opts)
229:   
230:   set (0, "currentfigure", opts.figure);
231:   if (isempty (opts.debug_file) || ! opts.debug)
232:     drawnow (term, file);
233:   else
234:     drawnow (term, file, opts.debug_file);
235:   endif
236:   if (opts.debug)
237:     fprintf ("Expanded gnuplot terminal = '%s'\n", term);
238:   endif
239: 
240: endfunction



232:     drawnow (term, file);


Here is the place, error happened.
I wlll dig further.

    _______________________________________________________

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]