Menu

#2511 Wrong handling of piped input in version 5.4 .3 on Windows

None
closed-out-of-date
nobody
None
2022-10-26
2022-03-16
No

If the contents of file test.txt is the following,

plot '-' with lines
1 2
2 3
3 1
e

The command:

type test.txt | gnuplot -persist

Which works fine in 5.2.8 (Windows 64bit) gives a wrong plot in version 5.4.3

I'm using the precompiled binary versions gp528-win64-mingw.exe and gp543-win64-mingw.exe

Discussion

  • Jaime E. Villate

    Compare the results of:

    gnuplot -persist test.txt
    

    with:

    type test.txt |gnuplot -persist
    
     
  • Tatsuro MATSUOKA

     
    • Jaime E. Villate

      Yes, this is the same as bug #2491. Sorry for the duplicate.

       
  • Tatsuro MATSUOKA

    • status: open --> open-duplicate
    • Group: -->
    • Priority: -->
     
  • Bastian Märkisch

    Link to [#2491]

     

    Related

    Bugs: #2491

  • Bastian Märkisch

    • status: open-duplicate --> closed-out-of-date
     

Log in to post a comment.