在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)
raster_plot_dpi 300
shaded_postscript_background no
use_software_linefonts no
plotter EPSON COLOR 460----(此处改成你的打印机名,要准确!!!)
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 |