Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3051 > unrolled thread
| Started by | Dieter Britz <dieterhansbritz@gmail.com> |
|---|---|
| First post | 2015-08-20 09:36 +0000 |
| Last post | 2015-08-21 09:56 +0000 |
| Articles | 5 — 3 participants |
Back to article view | Back to comp.graphics.apps.gnuplot
lt 2 Dieter Britz <dieterhansbritz@gmail.com> - 2015-08-20 09:36 +0000
Re: lt 2 Karl Ratzsch <mail.kfr@gmx.net> - 2015-08-20 14:06 +0200
Re: lt 2 Dieter Britz <dieterhansbritz@gmail.com> - 2015-08-20 20:00 +0000
Re: lt 2 sfeam <sfeam@users.sourceforge.net> - 2015-08-20 21:46 -0700
Re: lt 2 Dieter Britz <dieterhansbritz@gmail.com> - 2015-08-21 09:56 +0000
| From | Dieter Britz <dieterhansbritz@gmail.com> |
|---|---|
| Date | 2015-08-20 09:36 +0000 |
| Subject | lt 2 |
| Message-ID | <mr4737$pko$1@dont-email.me> |
I have a figure in which one plot is meant to be dashed, lt 2. As can be seen. http://www.dieterbritz.dk/cottimperr3-eps-converted-to.pdf the plot is indeed dashed when looking at the large picture, but reduced to a smaller size in a manuscript, it looks much like the other two plots. Is there a way to space the dashes further from each other? The plot is point to point so I can't do it by skipping points. I suppose I am asking for a nonexistent line type. -- Dieter Britz
[toc] | [next] | [standalone]
| From | Karl Ratzsch <mail.kfr@gmx.net> |
|---|---|
| Date | 2015-08-20 14:06 +0200 |
| Message-ID | <mr4fsk$olh$1@solani.org> |
| In reply to | #3051 |
Am 20.08.2015 um 11:36 schrieb Dieter Britz: > I have a figure in which one plot is meant to be dashed, lt 2. > As can be seen. > > http://www.dieterbritz.dk/cottimperr3-eps-converted-to.pdf > > the plot is indeed dashed when looking at the large picture, but reduced > to a smaller size in a manuscript, it looks much like the other two plots. > > Is there a way to space the dashes further from each other? The plot is > point to point so I can't do it by skipping points. I suppose I am asking > for a nonexistent line type. > You know this from the Tex newsgroup: Please give a minimal example. And write which gnuplot version you're using. P.S. As you have surely checked the help, you know that most terminals have a "dashlenght" option. Did you also try it?
[toc] | [prev] | [next] | [standalone]
| From | Dieter Britz <dieterhansbritz@gmail.com> |
|---|---|
| Date | 2015-08-20 20:00 +0000 |
| Message-ID | <mr5blf$ilq$1@dont-email.me> |
| In reply to | #3052 |
On Thu, 20 Aug 2015 14:06:43 +0200, Karl Ratzsch wrote: > Am 20.08.2015 um 11:36 schrieb Dieter Britz: >> I have a figure in which one plot is meant to be dashed, lt 2. >> As can be seen. >> >> http://www.dieterbritz.dk/cottimperr3-eps-converted-to.pdf >> >> the plot is indeed dashed when looking at the large picture, but >> reduced to a smaller size in a manuscript, it looks much like the other >> two plots. >> >> Is there a way to space the dashes further from each other? The plot is >> point to point so I can't do it by skipping points. I suppose I am >> asking for a nonexistent line type. >> >> > You know this from the Tex newsgroup: Please give a minimal example. And > write which gnuplot version you're using. > > P.S. As you have surely checked the help, you know that most terminals > have a "dashlenght" option. Did you also try it? I think the link says it all, plus my question, and I say I am using line type 2. I have gnuplot V. 4.6, but I admit I didn't know about dashlength. You say terminal - does that also include eps? As I wrote, this figure goes into a manuscript with reduced size, so that the dashes merge visually into a continuous line. I will now look up dashlength. -- Dieter Britz
[toc] | [prev] | [next] | [standalone]
| From | sfeam <sfeam@users.sourceforge.net> |
|---|---|
| Date | 2015-08-20 21:46 -0700 |
| Message-ID | <mr6aba$d6a$1@dont-email.me> |
| In reply to | #3053 |
Dieter Britz wrote: > On Thu, 20 Aug 2015 14:06:43 +0200, Karl Ratzsch wrote: > >> Am 20.08.2015 um 11:36 schrieb Dieter Britz: >>> I have a figure in which one plot is meant to be dashed, lt 2. >>> As can be seen. >>> >>> http://www.dieterbritz.dk/cottimperr3-eps-converted-to.pdf >>> >>> the plot is indeed dashed when looking at the large picture, but >>> reduced to a smaller size in a manuscript, it looks much like the >>> other two plots. >>> >>> Is there a way to space the dashes further from each other? The plot >>> is point to point so I can't do it by skipping points. I suppose I >>> am asking for a nonexistent line type. >>> >>> >> You know this from the Tex newsgroup: Please give a minimal example. >> And write which gnuplot version you're using. >> >> P.S. As you have surely checked the help, you know that most >> terminals have a "dashlenght" option. Did you also try it? > > I think the link says it all, plus my question, and I say I am using > line type 2. I have gnuplot V. 4.6, That is exactly why it is important to provide the version number along with the question. Dash handling changed radically in version 5, so the answer is not the same for 4.6 as it would be for 5.0 > but I admit I didn't know about > dashlength. You say terminal - does that also include eps? Yes. Version 4 answer: set term post eps dashed dashlength 3 (or whatever factor you want to stretch the default dash patterns by) Ethan > As I wrote, > this figure goes into a manuscript with reduced size, so that the > dashes merge visually into a continuous line. I will now look up > dashlength. >
[toc] | [prev] | [next] | [standalone]
| From | Dieter Britz <dieterhansbritz@gmail.com> |
|---|---|
| Date | 2015-08-21 09:56 +0000 |
| Message-ID | <mr6sjp$7i3$1@dont-email.me> |
| In reply to | #3054 |
On Thu, 20 Aug 2015 21:46:09 -0700, sfeam wrote: [...] >> but I admit I didn't know about dashlength. You say terminal - does >> that also include eps? > > Yes. Version 4 answer: > > set term post eps dashed dashlength 3 > > (or whatever factor you want to stretch the default dash patterns by) > > Ethan Thank you, that did the trick (using dashlength 4). -- Dieter Britz
[toc] | [prev] | [standalone]
Back to top | Article view | comp.graphics.apps.gnuplot
csiph-web