Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Idl-pvware > Re: plotting gr...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 5 of 7 Topic 5726 of 5734
Post > Topic >>

Re: plotting graphics for web pages

by David Fanning <news@[EMAIL PROTECTED] > May 10, 2008 at 11:32 AM

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.")




 7 Posts in Topic:
plotting graphics for web pages
russ <rlayberry@[EMAIL  2008-05-10 08:02:13 
Re: plotting graphics for web pages
Justus Skorps <jussa@[  2008-05-10 08:32:00 
Re: plotting graphics for web pages
Vince Hradil <hradilv@  2008-05-10 08:43:50 
Re: plotting graphics for web pages
russ <rlayberry@[EMAIL  2008-05-10 09:04:45 
Re: plotting graphics for web pages
David Fanning <news@[E  2008-05-10 11:32:26 
Re: plotting graphics for web pages
"tianyf@[EMAIL PROTE  2008-05-11 06:44:00 
Re: plotting graphics for web pages
Mark <mark.hadf@[EMAIL  2008-05-11 15:09:20 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu May 15 21:55:23 CDT 2008.