comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Issues with cgColorbar labels
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Issues with cgColorbar labels [message #77796 is a reply to message #77792] Thu, 22 September 2011 14:12 Go to previous messageGo to previous message
Bob[4] is currently offline  Bob[4]
Messages: 24
Registered: April 2009
Junior Member
Try applying this diff to cgcolorbar.pro, then it will probably work the way you expect.

diff a/cgcolorbar.pro b/cgcolorbar.pro
84c84
< ; be (divisions + 1) annotations. The default is 6.
---
> ; be (divisions + 1) annotations. The default is chosen internally.
94c94
< ; FORMAT: The format of the bar annotations. Default is '(I0)'.
---
> ; FORMAT: The format of the bar annotations. Default is ''.
368c368
< IF N_ELEMENTS(format) EQ 0 THEN format = '(I0)'
---
> IF N_ELEMENTS(format) EQ 0 THEN format = ''
378c378
< IF N_ELEMENTS(divisions) EQ 0 THEN divisions = 6
---
> IF N_ELEMENTS(divisions) EQ 0 THEN divisions = 0
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: ERROR_MESSAGE
Next Topic: YAIB (yet another IDL blog)

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 10:32:43 PDT 2025

Total time taken to generate the page: 0.08233 seconds