Path: csiph.com!weretis.net!feeder7.news.weretis.net!news.szaf.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Olaf Schultz Newsgroups: comp.graphics.apps.gnuplot Subject: linespoint and every Date: Thu, 18 Apr 2019 20:03:15 +0200 Lines: 23 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: individual.net gf0PLZhgbEzeHBjowyBzsgGa63qI5UDrgwgmbTEjLG3zB7uZjR Cancel-Lock: sha1:Bz2bsVV+VZJY8TRy/e3newhfE3s= X-Mozilla-News-Host: news://news.individual.de:119 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 Content-Language: de-DE Xref: csiph.com comp.graphics.apps.gnuplot:4184 Moin, I want to plot spectrum data (approx 260 nodes) for approx 10 sets of data. with "set style data lines" (only color for differentiation) gets misleading due to only small difference in some colors in the print. with "set style data linespoints"... good to seperate but too many points overloading the plot. Is there an option to plot the full set with lines and the point only every n nodes? My brute force solution would be to plot the first set with lines define colors and then a second set with points every lc as previous and empty title... not very handsome in maintaing and maybe a smarter solution is available? I'am Currently running gnuplot 5.2 pl6 Greetings, Olaf