|
From: cubo <sh...@ya...> - 2011-07-12 10:47:26
|
Hi, I'm plotting some data with quite a long key. My problem is, that gnuplot displays first 63 characters of the key and cuts the rest of. I know, I know, 63 chars should be far enough for a legend, but in this case it's not. :) Keys are loaded from the first line if a data file, using 'autotitle columnheader'. I tried to enlarge the key by adding some width increments, but it just enlareged the key box and left the string unchanged. Here's the command I've used: >> set key width 20 autotitle columnheader Any ideas how to deal with it? Thanks -- View this message in context: http://old.nabble.com/Fitting-a-long-string-into-the-key-tp32044440p32044440.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |