Changes between Initial Version and Version 1 of Ticket #36508


Ignore:
Timestamp:
Oct 7, 2012, 11:45:30 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

FWIW I get the same, on the same system (but with xorg-server instead of Xquartz).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36508

    • Property Cc sugar@… removed
    • Property Summary changed from Problem with plot to plotutils: plot -T X: the plot device could not be created
    • Property Owner changed from macports-tickets@… to snc@…
    • Property Keywords plot removed
    • Property Type changed from request to defect
    • Property Port plotutils added
  • Ticket #36508 – Description

    initial v1  
    11I have a new MacBookPro retina running OSX 10.8.2. I have installed XQuartz 2.7.4, Xcode 4.5, command line tools for Xcode 4.5 and graphics jtools for Xcode 4.4. I then installed MacPorts and used it to install several ports including the plotutils. The executable "plot" creates postscript files without difficulty. For example (input is a file containing two columns of numbers):
    22
     3{{{
    34graph input | plot -T ps > ouput.ps
     5}}}
    46
    57produces a standard postscript file. However, the command
    68
     9{{{
    710graph input | plot -T X
     11}}}
    812
    913gives the following error message:
    1014
     15{{{
    1116libplot: ignoring request to create plotter of unknown type
    1217plot: error: the plot device could not be created
     18}}}
    1319
    1420Any suggestions as to how to proceed would be greatly appreciated.  Bob Sugar