&pgstar   ! see star/defaults/pgstar.defaults
! Rotation profile at each step
    Profile_Panels1_win_flag = .true.
    Profile_Panels1_win_width = 18
    Profile_Panels1_num_panels = 1
    Profile_Panels1_win_aspect_ratio = 0.75
    Profile_Panels1_title = 'Rotation profile'
    Profile_Panels1_yaxis_log= .false.
    Profile_Panels1_xaxis_name = 'radius'
    Profile_Panels1_xmin=0
    Profile_Panels1_xmax=0.2
    Profile_Panels1_yaxis_name = 'omega'
    Profile_Panels1_other_yaxis_name(:) = 'brunt_N2_composition_term'
    Profile_Panels1_other_yaxis_log(:) = .true.
    Profile_Panels1_other_ymin(:) = -17.5
    Profile_Panels1_other_ymax(:) = 0
    Profile_Panels1_xaxis_reversed = .false.

! log(g) vs omega_core
         History_Track1_win_flag = .true.    
         History_Track1_win_width = 18
         History_Track1_xname = 'log_g'
         History_Track1_yname = 'center_omega'
         History_Track1_xaxis_label = 'log(g\dsurf)'
         History_Track1_yaxis_label = 'Omega\dcore \u [hz]'
         History_Track1_title = 'log(g\dsurf\u) vs Omega\dcore'

! T_c vs.rho_c
         History_Track2_win_flag = .false.    
         History_Track2_win_width = 18
         History_Track2_xname = 'log_center_Rho'
         History_Track2_yname = 'log_center_T'
         History_Track2_xaxis_label = 'log(Rho\dc\u)'
         History_Track2_yaxis_label = 'log(T\dc\u)'
         History_Track2_title = 'log(T\dc\u) vs. log(Rho\dc\u)'

  ! HR diagram
    HR_win_flag = .true.
    HR_logT_min = 3.3
    HR_logT_max = 4
    HR_logL_min = 0
    HR_logL_max = 3.5
    HR_win_width = 15
    HR_win_aspect_ratio = 1.0

  ! show temperature/density profile
  ! this plots the internal structure at single timestep
    TRho_Profile_win_flag = .true.

  ! add legend explaining colors
    show_TRho_Profile_legend = .true.

  ! display numerical info about the star
    show_TRho_Profile_text_info = .true.

  ! set window size (aspect_ratio = height/width)
    TRho_Profile_win_width = 18
    TRho_Profile_win_aspect_ratio = 0.75

/ ! end of pgstar namelist
