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: Sat, 1 Oct 2016 01:55:07 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

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

Attached is a patch that implements print 'pdflatex' and 'pdflatexstandalone'
(simply an alias of cairo equivalents) and fixes 'pdfcairolatexstandalone' so
that it processes with a simple "pdflatex" invocation at the command line. 
For example:


graphics_toolkit gnuplot
plot([-10:10],[-10:10].^2,'o-')
title('Plot title should be on top')
legend('single legend')
text(0,20,'internal text at position (0,20)')
xlabel('X Label')
ylabel('Y Label')
print('-dpdflatexstandalone','-color','test')



> pdflatex test
> xpdf test.pdf &


I will look at the original bug (layering) next.

(file #38635)
    _______________________________________________________

Additional Item Attachment:

File name: octave-gnuplot_print_pdflatex_bug49223-djs2016sep30.patch Size:4 KB


    _______________________________________________________

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]