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

Home » Public Forums » archive » Re: Large File Plotting
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: Large File Plotting [message #21889 is a reply to message #21888] Thu, 28 September 2000 00:00 Go to previous message
promashkin is currently offline  promashkin
Messages: 169
Registered: December 1999
Senior Member
> What is needed is
> something that can detect file size and
> only display to the pixel resolution of the
> screen.

I think this is exactly what you need. At 1024 x 768, a monitor is
capable of producing not better than 85 points per inch. Resample your
large array to the desired resolution and plot it. PLOT will do this
anyway (on a visual level), but a lot less efficiently.

If the axis you plot against is 5" long, then the maximum number of
points you'll be able to see is < 500. Use CONGRID for plotting:

plot, congrid(a, 500)

works very fast.
Cheers,
Pavel
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Landscape plots the other way up...?
Next Topic: Data Miner

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

Current Time: Fri Oct 10 20:30:15 PDT 2025

Total time taken to generate the page: 0.95963 seconds