help-octave
[Top][All Lists]
Advanced

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

print -dpflatex does not work with dashed, dotted and dash-dot line styl


From: Jose
Subject: print -dpflatex does not work with dashed, dotted and dash-dot line styles
Date: Mon, 30 Apr 2012 15:58:18 +0300
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.28) Gecko/20120313 Thunderbird/3.1.20

Hello all.

I am trying to use different line styles with pdflatex device. Dashed, dotted and dash-dot seem to not to work (octave 3.6.1). Try:

t=[1:10];plot(t,':',t+1,'--',t+2,'-.');
graphics_toolkit (1,"fltk");
print('-dpdflatex', 'foo.tex');

Is this a bug?  

BR
Jose

PD:I have some problems with my savannah account and cannot file the bug myself.


reply via email to

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