&pgstar

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

    Abundance_win_flag = .true.

  ! set window size (aspect_ratio = height/width)
    Abundance_win_width = 8
    Abundance_win_aspect_ratio = 0.75


  ! 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

  ! history of central quantities
    TRho_win_flag = .true.
    
    TRho_win_width = 6
    TRho_win_aspect_ratio = 1.0
    
    TRho_logT_min = 8
    TRho_logT_max = 10
    TRho_logRho_min = 9
    TRho_logRho_max = 11

/ ! end of pgstar namelist
