在config文件中设置如:
!=========================================================
!== PLOTTING ==
!=========================================================
delete_after_plotting YES
! Change the following to 'YES' if postscript plots are rotated 90 deg.
! LANDSCAPE_POSTSCRIPT_PRINT NO
pro_plot_config_dir $PRODIR/../pro_stds/plot_configs
!PLOTTER SET: To your defaut plotter
!PLOTTER_COMMAND SET: To UNIX plot command (ex. lpr)
! ====The following plotter config was added by Jeffrey Lee
plotter HP1055CM
plotter_command WINDOWS_PRINT_MANAGER
pen_table_file D:\USERS\TABLE.PNT
use_8_plotter_pens YES
!pen weight set value 1-16,1---thinnest,16---thickest,
!pen1-pen8 default values are 4,1,2,3,2,3,1,4
pen1_line_weight 2
pen2_line_weight 2
pen3_line_weight 2
pen4_line_weight 2
pen5_line_weight 2
pen6_line_weight 2
pen7_line_weight 2
pen8_line_weight 2 |