truncated Yaxis values

3 views
Skip to first unread message

bob

unread,
Jun 22, 2009, 2:30:45 AM6/22/09
to Entrance
Hi, cool app, I'm trying to see if it will work for me and I'm having
issues with the Y axis label, it's always being set to scientific
notation ( 2E4, 4E4, etc).

I tried adding 'format auto', 'format plain' to no avail.

Any suggestions?

thanks,
bob

tod Landis

unread,
Jun 22, 2009, 11:02:46 AM6/22/09
to Entrance
You can use FORMAT to change the formating
used for axis labels.
.
Try something like this:
FORMAT Y DECIMAL "$###,###,###.00"

or to add degrees symbols using Unicode:
FORMAT Y DECIMAL "#.##\u00B0"

To force three decimals:
FORMAT Y DECIMAL "#.000"

There is a little more about FORMAT on
the blog:
http://dbentrance.com/blog/?p=92
:
- Tod

Reply all
Reply to author
Forward
0 new messages