&pgstar

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

  ! show HR diagram
  ! this plots the history of L,Teff over many timesteps
    HR_win_flag = .true.

  ! set static plot bounds
    HR_logT_min = 3.3
    HR_logT_max = 4.5
    HR_logL_min = 0.0
    HR_logL_max = 4.5

  ! set window size (aspect_ratio = height/width)
    HR_win_width = 6
    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 = 8
    TRho_Profile_win_aspect_ratio = 0.75
    
    Kipp_win_flag = .true.

  ! comoving x-axis, e.g. set "Kipp_max_width = 300" to show last 300 models
    Kipp_max_width = 500 ! Set to -1 to disable a comoving x-axis

  ! change x-axis to time
    Kipp_xaxis_name = 'model_number'
    !Kipp_xaxis_in_Myr = .true.


/ ! end of pgstar namelist
