&pgstar

   ! see star/defaults/pgstar.defaults

   ! MESA uses PGPLOT for live plotting and gives the user a tremendous
   ! amount of control of the presentation of the information.


   ! MAKE GRID
   Grid1_win_flag = .true.
   Grid1_win_width = 9
   Grid1_win_aspect_ratio = 0.5

   Grid1_title = ''
   Grid1_num_cols = 2
   Grid1_num_rows = 1
   Grid1_num_plots = 2

   ! HRD Plot 
   Grid1_plot_name(1) = 'HR'
   Grid1_plot_row(1) = 1
   Grid1_plot_rowspan(1) = 1
   Grid1_plot_col(1) = 1
   Grid1_plot_colspan(1) = 1

   Grid1_plot_pad_left(1) = 0.0     ! fraction of full window width for padding on left
   Grid1_plot_pad_right(1) = 0.1    ! fraction of full window width for padding on right
   Grid1_plot_pad_top(1) = 0.1      ! fraction of full window height for padding at top
   Grid1_plot_pad_bot(1) = 0.1      ! fraction of full window height for padding at bottom
   Grid1_txt_scale_factor(1) = 1.0  ! multiply txt_scale for subplot by this

   HR_logT_min = 3.5
   HR_logT_max = 4.6
   HR_logL_min = 2.5
   HR_logL_max = 4.5

   ! v_ES vs radius
   Grid1_plot_name(2) = 'Profile_Panels1'
   Grid1_plot_row(2) = 1
   Grid1_plot_rowspan(2) = 1
   Grid1_plot_col(2) = 2
   Grid1_plot_colspan(2) = 1
    
   Grid1_plot_pad_left(2) = 0.0     ! fraction of full window width for padding on left
   Grid1_plot_pad_right(2) = 0.1    ! fraction of full window width for padding on right
   Grid1_plot_pad_top(2) = 0.1      ! fraction of full window height for padding at top
   Grid1_plot_pad_bot(2) = 0.1      ! fraction of full window height for padding at bottom
   Grid1_txt_scale_factor(2) = 1.0  ! multiply txt_scale for subplot by this
   
   Profile_Panels1_title = 'v_ES vs radius'
   Profile_Panels1_win_flag = .false.
   Profile_Panels1_xaxis_name = 'radius'
   Profile_Panels1_xaxis_reversed = .false.
   Profile_Panels1_num_panels = 1
   Profile_Panels1_yaxis_name(1) = 'v_ES'
   Profile_Panels1_other_yaxis_name(1) = 'mass'
   Profile_Panels1_yaxis_log(1) = .true.
   Profile_Panels1_xmin = 0d0
   Profile_Panels1_ymin = -4.0
   Profile_Panels1_ymax = 8.0

   ! File output
   Grid1_file_flag = .true.
   Grid1_file_dir = 'png'
   Grid1_file_prefix = 'grid1'
   Grid1_file_interval = 50
   Grid1_file_width = -1
   Grid1_file_aspect_ratio = -1

/ ! end of pgstar namelist
