[MacPorts] #50375: problem in running a program using pgplot in batch

MacPorts noreply at macports.org
Thu Jan 21 08:20:13 PST 2016


#50375: problem in running a program using pgplot in batch
--------------------------+------------------------
  Reporter:  masciadri@…  |      Owner:  mcalhoun@…
      Type:  defect       |     Status:  closed
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.3.4
Resolution:  invalid      |   Keywords:
      Port:  pgplot       |
--------------------------+------------------------
Changes (by mcalhoun@…):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 I do not believe this is a bug in pgplot.

 If you want to run your program '''automatically''', replace
 {{{
 CALL PGBEGIN(0,'?',2,2)
 }}}
 with
 {{{
 CALL PGBEGIN(0,'name_of_file.ps/ps',2,2)
 }}}


 If you want to run your program '''interactively''', replace
 {{{
 ./test<<EOF
 'EDT_${DAY}_${MONTH}_${YEAR}_${HOUR}UTC.tsv'
 '${DATE}'
 test${DATE}.ps/cps
 EOF
 }}}
 with
 {{{
 ./test
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/50375#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list