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

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

[Octave-bug-tracker] [bug #49223] gnuplot with -depslatexstandalone fail


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #49223] gnuplot with -depslatexstandalone fails to produce axis labels
Date: Sun, 2 Oct 2016 17:26:29 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #22, bug #49223 (project octave):

Yes, that's it exactly, and probably what motivated me to attempt a change in
gnuplot's latex driver.  (This happened in June only; what memory.)  It is the
following type of requirement:


    \put(0,0){\includegraphics{plot-background}}%
    \gplbacktext
    \put(0,0){\includegraphics{plot-graphics}}%
    \gplfronttext


that is the major issue.  gnuplot's method of grouping into

1) Background text
2) All EPS elements
3) Foreground text

takes away the granularity.  It's only the EPS-latex family of terminals that
group like this, and I wanted to get rid of it.  We'd not have to do anything
special, as EPS-latex would match the ordering of Qt, WXT, x11 and all other
terminals.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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