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

Home » Public Forums » archive » Postscript line thickness
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: Postscript line thickness [message #35252 is a reply to message #35153] Thu, 22 May 2003 13:46 Go to previous messageGo to previous message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
> This script shows the usage of two xp widget modules.
> The changes you did by the widgets are writtem into the file
> test_plot.pro. The widgets get a comment sign in front.
> Then at the end a postscript file test.ps is created.

Sorry, mistake
It is plot_test.pro

and it could look something like this



PRO plot_test
x=DINDGEN(100)+string2js(/now)
y=SIN(FINDGEN(100)/10.)
y2=COS(FINDGEN(100)/10.)

plotprepare,plot,dim=1

plot.plot_height=13.
plot.plot_width=13.
plot.left_margin=4.
plot.bottom_margin=3.
plot.landscape=3
plot.xgrid=1
plot.ygrid=1
plot.label.name='A'
plot.label.position=2


; xp_layout,PLOT ;========= automaticly replaced =========

plotinit,plot
plot.timeformat='HH:MM'
plot.xtitle='time'
plot.ytitle='data'
plotxy,plot,x=x,y=y,/time
plot.color=plot.color_nc.red
plotxy,plot,x=x,y=y2,/time

plot.legend_title='2003-05-22'
plot.legend_text_color_from_symbol=1
plot.legend_frame_color=plot.color_nc.blue
plot.legend_frame_fill_color=plot.color_nc.light_grey
plot.legend_title_color=plot.color_nc.blue
plot.legend_landscape= 1
plot.legend[0: 1,*]=legend_reorg(plot,['sin!C(1)','cos!C(0)'],$
[1,0] )
; xp_legend,PLOT ;========= automaticly replaced =========

plotend,plot
printout,'test'
END


--
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
http://www.fz-juelich.de/icg/icg-i/
============================================================ ======
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: FFT function,
Next Topic: ROI and Triangulate

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

Current Time: Wed Oct 08 19:20:39 PDT 2025

Total time taken to generate the page: 0.00408 seconds