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

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

[Octave-bug-tracker] [bug #49003] tikz does not work with gnuplot graphi


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #49003] tikz does not work with gnuplot graphics toolkit
Date: Tue, 13 Sep 2016 06:40:23 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #3, bug #49003 (project octave):

How about a changeset like the attached?  When I have gnuplot 5.x active, the
dashed lines still seem to function properly in Octave:


octave:1> graphics_toolkit gnuplot;
octave:2> plot (rand(10));
octave:3> print -dtikzstandalone test.tex
octave:4> plot (rand(10), '--');
octave:5> print -dtikzstandalone test.tex
octave:6> exit


The result of "pdflatex test.tex" at the terminal window for the second case
is attached as well.

(file #38496, file #38497)
    _______________________________________________________

Additional Item Attachment:

File name: octave-gnuplot_termoption_dashed_bug49003-djs2016sep13.patch Size:3
KB
File name: test.pdf                       Size:4 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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