Path: csiph.com!usenet.pasdenom.info!news.albasani.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: sfeam Newsgroups: comp.graphics.apps.gnuplot Subject: Re: problem with cbtics number Followup-To: comp.graphics.apps.gnuplot Date: Sun, 08 Jul 2012 10:09:11 -0700 Organization: gnuplot development team Lines: 57 Message-ID: References: <87079005-6dd7-4ed4-b478-d6e833450182@googlegroups.com> Reply-To: sfeam@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Sun, 8 Jul 2012 17:09:13 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="3mhAfh4CeAIeL3OKnPexDA"; logging-data="11615"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+UsN9nfXC0gGk8sNFI7Wh+" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:sNIREbyQ+l+gXYZTWeFlH++Smig= Xref: csiph.com comp.graphics.apps.gnuplot:1253 Reza wrote: > Thanks sfeam, > > Gnuplot 4.2 under Ubuntu. Version 4.2 dates back to 2007; the last update was in released in 2009. Rather than trying to debug a problem with a version from 5 years ago, I think your most reasonable course is to install a newer version of gnuplot. Current is 4.6 patchlevel 0. > I have also set terminal epslatex color. What do you use which works > fine? All of the terminals I tried worked fine using a current version. But yes, I did go back to test using an old copy of 4.2.5, where at least the interactive terminals (x11, wxt) displayed cbtic labels correctly. As to epslatex, the code in version 4.2 has been removed entirely and replaced with a new driver - several new drivers, actually. You now have a choice between "epslatex", "cairolatex eps", and additional newer latex-based terminal types like "tikz". Ethan > Reza > > > > On Friday, July 6, 2012 8:36:15 PM UTC+2, sfeam wrote: >> Reza wrote: >> >> > Hallo, >> > >> > I'd like to see color image of 6th column of my data file and i do >> > via >> > >> > set cbtics scale 4. >> > set cbrange [0:1] >> > set cbtics .2 >> > >> > plot 'data' using 2:3:6 with points pt 7 ps 4 linetype palette >> > >> > everything is fine as i want, but the colorbox which shows the >> > color range, does not show the number for each tic. How to get the >> > number for tic also visible? >> >> I can't reproduce this problem here using gnuplot version 4.6. >> What version and what "set terminal" command are you using? >> >> > I want e.g 0,0.5 and 1 at highest to lowest color. >> >> You told it "set cbtics 0.2", so you will get tics at 0.2, 0.4, 0.6, >> ... but not at 0.5 >> >> > Without number, color does not mean anything! no success by Google >> > so far. Regards, >> > Reza