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

Home » Public Forums » archive » Re: How to plot multiple charts and ho to round float to specific precision?
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: How to plot multiple charts and ho to round float to specific precision? [message #44854 is a reply to message #44853] Wed, 27 July 2005 08:02 Go to previous messageGo to previous message
K. Bowman is currently offline  K. Bowman
Messages: 330
Registered: May 2000
Senior Member
In article <1122472093.151103.58110@g14g2000cwa.googlegroups.com>,
"liko2@o2.pl" <liko2k@gmail.com> wrote:

> Hi :)
>
> 1. How to plot multiple plots (eg 8-10 on one page of A4) but not using
> multiplot?

!P.REGION

or

!P.POSITION

> 2. How to round float eg. 23,45654 to 23,46?
>
> THX for answer :)

IDL> x = 23.45654
IDL> PRINT, ROUND(100.0*x)/100.0
23.4600

Ken Bowman
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Text widget error checking
Next Topic: Re: Text widget error checking

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

Current Time: Fri Oct 10 06:49:53 PDT 2025

Total time taken to generate the page: 1.36323 seconds