Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #4311

Re: How to generate dotted lines?

Path csiph.com!eternal-september.org!feeder.eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From Jörg Buchholz <bookwood4new@freenet.de>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: How to generate dotted lines?
Date Thu, 2 Apr 2020 11:53:06 +0200
Organization A noiseless patient Spider
Lines 26
Message-ID <r64clu$k8q$1@dont-email.me> (permalink)
References <c90c1740-66cc-426f-9592-95653b1122d0@googlegroups.com> <r632nb$djr$1@solani.org> <a20bd865-e6ec-464e-8475-ad50932aa7ae@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
Injection-Date Thu, 2 Apr 2020 09:53:03 -0000 (UTC)
Injection-Info reader02.eternal-september.org; posting-host="28039610de0762a1f085a90d72437998"; logging-data="20762"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18G0dlqNstk0CNM+SPUPLWGJz+fvMFjLnA="
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0
Cancel-Lock sha1:4xtlP8zPmMtg7BzZHfk8zvwLwHg=
In-Reply-To <a20bd865-e6ec-464e-8475-ad50932aa7ae@googlegroups.com>
Content-Language en-GB
Xref csiph.com comp.graphics.apps.gnuplot:4311

Show key headers only | View raw


On 02.04.2020 10:06, Bengt T wrote:
> 
>>
>> Does "dashtype"
>>
>>      plot x**2 w l dt 0
>>
>> not give what you´re looking for? You see more dashtypes with the
>> "test" command.
>>
>>     Karl
> 
> Yes it works for dt -1 and dt 0. However still not for dt 1 to dt 19 of the rightmost part of the "test" command.
> 

Which terminal do you use? The pngcairo terminal is the good one for png
output.


set term pngcairo size 1200,900
set out 'dt.png'
plot for [i=1:20] sin(x+i) w l dt i t "dt".i
set out


Jörg

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

How to generate dotted lines? Bengt T <bengt_tornqvist@hotmail.com> - 2020-04-01 06:42 -0700
  Re: How to generate dotted lines? Karl Ratzsch <mail.kfr@gmx.net> - 2020-04-01 23:56 +0200
    Re: How to generate dotted lines? Bengt T <bengt_tornqvist@hotmail.com> - 2020-04-02 01:06 -0700
      Re: How to generate dotted lines? Jörg Buchholz <bookwood4new@freenet.de> - 2020-04-02 11:53 +0200
        Re: How to generate dotted lines? Bengt T <bengt_tornqvist@hotmail.com> - 2020-04-02 08:45 -0700
          Re: How to generate dotted lines? Jörg Buchholz <bookwood4new@freenet.de> - 2020-04-02 20:08 +0200
        Re: How to generate dotted lines? Bengt T <bengt_tornqvist@hotmail.com> - 2020-04-02 08:58 -0700

csiph-web