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

Home » Public Forums » archive » Re: plotting graphics for web pages
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: plotting graphics for web pages [message #60241 is a reply to message #60236] Sat, 10 May 2008 10:32 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
russ writes:

> I want to make my idl code do a plot to a file format that can be
> picked up by html.
>
> I tried set_plot,'ps' etc
>
> which creates the ps file ok that can be read into word, but if I
> reference this in the normal way in html
>
> <a href="http://www...etc" title="OUCE" class="logo"><img
> src="images1.jpg" alt="OUCE" /></a>
>
> then it doesnt show when opeing the file in explorer.
>
> any ideas?

I make all the figures for my web page by just
running the program and displaying things in
an IDL graphics window. Then I type this to
save the file (usually as a PNG file):

IDL> void = TVRead(/PNG); or /JPEG, /TIFF, etc.

You can find TVREAD here:

http://www.dfanning.com/programs/tvread.pro

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: DLM 32/64 bits
Next Topic: Which version can I install on Redhat 8.0

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

Current Time: Fri Oct 10 14:58:25 PDT 2025

Total time taken to generate the page: 1.35702 seconds