Reducing the plot area [message #5883] |
Mon, 26 February 1996 00:00 |
Thierry Thelliez
Messages: 2 Registered: February 1996
|
Junior Member |
|
|
I successfully generate a chart on a GIF file.
But I would like to reduce by 10 or 20% the size of the
graphic generated.
How can I do that ?
I use:
...
set_plot, 'X'
...
window,/free,title='Bar Graph',/PIXMAP ;; create a window
...
plot,
...
;; write out to gif file
img=tvrd()
write_gif,...,img
Thank you
Thierry
--
............................................................ .........
. Thierry Thelliez Los Alamos National Laboratory .
. Email: tgt@lanl.gov CIC-12 .
. Voice: (505) 665 8631 MS M982 .
. Fax: (505) 665 8633 Los Alamos NM 87545 .
. URL: http://www.lanl.gov:52271/?tgt USA .
............................................................ .........
|
|
|