Skip to content

Commit

Permalink
Merge pull request #721 from MESAHub/MR/pgstar_doc_fix
Browse files Browse the repository at this point in the history
[skip ci] fix and expand file_device and file_extension documentation
  • Loading branch information
pmocz authored Aug 23, 2024
2 parents dcb70cb + f1ea20a commit e29ed74
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions star/defaults/pgstar.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,24 @@

! file_device
! ~~~~~~~~~~~

! 'png' is Portable Network Graphics format
! can also use:
! 'ps' (in combination with file_extension = 'ps') for PostScript
! or:
! 'vcps' (in combination with file_extension = 'eps') for Encapsulated PostScript

! ::

file_device = 'png'

! file_extension
! ~~~~~~~~~~~~~~

! 'png' is Portable Network Graphics format; can also use 'pdf'
! Can use: 'png', 'ps', or 'eps' with the appropriate file_device

! ::

file_device = 'png'
file_extension = 'png'


Expand Down

0 comments on commit e29ed74

Please sign in to comment.