Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1870
| From | Karl <mail.kfr@gmx.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | colored lines after set term ... mono |
| Date | 2013-05-31 20:32 +0200 |
| Organization | University of Karlsruhe, Germany |
| Message-ID | <kob1cc$rfc$1@news.rz.uni-karlsruhe.de> (permalink) |
Hi, the release notes on 4.6.3 state * FIX suppression of color in linetypes after "set term ... mono" I don“t know what exactly was behind this, but the pdfcairo terminal gives coloured lines if a lc is specified in the plot command ----------- reset set term push set term pdfcair mono set output "testmono.pdf" plot x**2 lc 1 set output set term pop ------------ gives a red line in the .pdf. That expected behaviour? (If the colour is specified via "set linetype" it comes out in black allright.) And what would you recommend to get different greyscale lines? Do it in colour mode and specify grey RGBs ? I fear this might lead to problems with bw printers? -- Karl (gnuplot 4.6.3 official windows build)
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar | Unroll thread
colored lines after set term ... mono Karl <mail.kfr@gmx.net> - 2013-05-31 20:32 +0200
Re: colored lines after set term ... mono Karl <mail.kfr@gmx.net> - 2013-05-31 20:37 +0200
Re: colored lines after set term ... mono sfeam <sfeam@users.sourceforge.net> - 2013-05-31 15:02 -0700
Re: colored lines after set term ... mono Karl <mail.kfr@gmx.net> - 2013-06-04 13:19 +0200
Re: colored lines after set term ... mono sfeam <sfeam@users.sourceforge.net> - 2013-06-04 08:44 -0700
csiph-web