Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail From: sfeam Newsgroups: comp.graphics.apps.gnuplot Subject: Re: colored lines after set term ... mono Followup-To: comp.graphics.apps.gnuplot Date: Tue, 04 Jun 2013 08:44:46 -0700 Organization: gnuplot development team Lines: 32 Message-ID: References: Reply-To: sfeam@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit Injection-Date: Tue, 4 Jun 2013 15:40:14 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="e947cb29d2533e27aa00183e80187dbb"; logging-data="15495"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18OG500YtyJrF1yBIWxCQ3a" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:DlhAxasM7djwEnHR/L6DH+HCsaQ= Xref: csiph.com comp.graphics.apps.gnuplot:1875 Karl wrote: > Am 01.06.2013 00:02, schrieb sfeam: > >> the old-style way of preparing figures for publication before >> halftone/color press became common. >> > > Well, as you still get charged for having color figures in your > publications, the time of dashed and dotted lines is not yet over, i > think. > > There´s only so many grey halftones that the human eye can distinguish > after they´ve been run through a windows printer driver and cheap gdi > laser (not to mention printed on recyled paper and afterwards stored > on the windowsill for six months). > > ;-) > > Is there something on the development agenda to have a "linepattern" > plot option? It's always been there, at least for terminal that support dashed lines. The terminal option is {dashed|solid}. In fact the postscript terminal defaults to dashed lines, and has done so since the beginning. The other terminals default to solid lines. The appearance of the dash patterns can be further adjusted using the terminal option dashlength ("dl" for short). The dash/solid property is separate from the use of color or grayscale. See http://gnuplot.sourceforge.net/demo_cvs/lines_arrows.html