|
From: Thomas S. <t.s...@fz...> - 2010-01-07 18:36:42
|
vector graphics is best for this purpose, so you should use 'pdf'
- or 'postscript' if your gnuplot installation wasn't compiled with
the pdf libraries.
if the conversion from postscript to pdf results in quality loss, then
you should use another converter which translates the postscript
vector graphics commands to appropriate pdf commands
(or maybe use another pdf viewer).
when using the 'test' command output should go into a file
('set output <filename>') and not to the screen.
Wolfgang Pausch-2 wrote:
>
> Hello,
>
> probably a beginner question, but I wasn´t able to find an answer:
>
> I have data points of three different measurements (i.e. three data files)
> and want to plot them using three lines. Lines should be colored, but
> with different line types (e.g. dashed) in order to be able to distinguish
> them on a black-white-printer output.
>
> I want to use the resulting picture in a latex document I generate using
> pdflatex. Now, I wonder which terminal I should use. I have tried:
>
> png - I wasn´t able to generate dashed lines here, is it possible?
> postscript - basically it works, but I have to convert the resulting ps
> file, which seems to result in a visible loss of quality
> fig - fonts and lines just look awfully after exporting the fig file to
> some format pdflatex understands, to be honest...
>
> What terminal type whould you use in that situation? Is there anywhere a
> reference what the different terminals can do, especially how the line
> types assigned to the numbers actually look like? The manual tells me I
> should use test for getting this information, however, this just prints a
> look sequence of rubbish to the screen.
>
> Thanks for any help!
>
> Wolfgang
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and
> easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> gnuplot-info mailing list
> gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
>
--
View this message in context: http://old.nabble.com/Line-types-tp27063345p27064812.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|