Path: csiph.com!weretis.net!feeder6.news.weretis.net!feeder5.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Karl Ratzsch Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Can I increase the line width in the legend? Date: Thu, 14 May 2020 21:15:14 +0200 Organization: solani.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 14 May 2020 19:15:11 -0000 (UTC) Injection-Info: solani.org; logging-data="16189"; mail-complaints-to="abuse@news.solani.org" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 In-Reply-To: X-User-ID: eJwVwoENACEIA8CVILTIj6NU9h/BfO4Y6dkLyQTnp8JsRB9iX7l8GDY34YJqz5LJws7XUewHMn4RuA== Cancel-Lock: sha1:tvmmBgdaaqrTRnfh5O284JUKsfg= Content-Language: de-DE Xref: csiph.com comp.graphics.apps.gnuplot:4345 Am 14.05.2020 um 13:38 schrieb Jean-Pierre Coulon: > On Thu, 14 May 2020, Jörg Buchholz wrote: > >> As a workaround you can use a "keyentry". >> >> plot sin(x) w l lt 1 t '',keyentry w l lw 4 lt 1 t 'sin(x)' > > I have: > > plot 'demo.txt' w l title "example",\ > 'demo.txt'  using 1:(2*$2) w l title "modif", keyentry w l lw 4 lt 1 > title "double > > but it says: line5: undefined variable: keyentry > "keyentry" is a new thing in gp5.4 (a second release candidate will likely be out in a few days). It produces an entry in the legend without plotting anything.