|
From: Ethan A M. <sf...@us...> - 2014-06-23 21:48:13
|
On Monday, 23 June, 2014 14:20:48 Philipp K. Janert wrote: > On Mon, 23 Jun 2014 23:10:32 +0200 > Christoph Bersch <us...@be...> wrote: > > > Zitat von "Philipp K. Janert" <ja...@ie...>: > > > > > > Is there a way to turn on "dashed" plot styles > > > again, without having to individually set each > > > line separately? > > > > You can use > > > > set for [i=1:8] linetype i dashtype i > > Thanks, that (mostly) works. For now I recommend load '.../share/colors_mono.gp' There was some discussion of building this in somehow rather than requiring a separate "load" command. One option is to add a "mono" option to the new "set colors" command. The drawback there is possible confusion that the existing options (default | podo | classic) affect _only_ color, whereas "mono" would affect color and linewidth and dash pattern. Also related: There is a proposal to add a command that would set a repeat cycle for dashtypes, so that patterns 1-N would be repeated for linetypes N+1 - 2N and so on. We currently have such a command for linetypes "set linetype cycle" but not for point types or dash patterns. > For some reason, solid black (lt 1) seems > twice as thick in postscript output than > the dashed lines. Should I expect that? That is a known [unintended] problem. It's not obvious to me how to fix it, but I hope something will be possible for -rc2. > Also: there used to be a special line type 0 > (for grid lines, and such). Does that still > exist? Yes. Ethan > Finally: To drop "solid|dashed" from terminal > specifications is a MAJOR breakage of backwards > compatibility. Should that not be made optional? > (At the very least, it should be included in the > list of "incompatible changes".) > > > > > for this. > > > > Christoph |