This initialization file defines how plotting is done. The following namelist block defines how the plot window (also called the plot page) is broken up. &tao_plot_page place(1) = 'r11', 'voltage_rf' / &tao_template_plot plot%name = 'voltage_rf' plot%x%min = -1 plot%x%max = 0.5 plot%x_axis_type = 'z' plot%n_graph = 1 / &tao_template_graph graph_index = 1 graph%name = 'g' graph%type = 'data' graph%box = 1, 1, 1, 1 graph%title = 'RF Voltage' graph%margin = 0.15, 0.06, 0.12, 0.12, '%BOX' graph%n_curve = 1 curve(1)%data_type = 'voltage' curve(1)%y_axis_scale_factor = 1e-6 ! MeV curve(1)%data_source = 'rf' /