Menu

#720 plotting from an open file descriptor set to 'volatile' is seek() is not available

Version 5
closed-accepted
nobody
None
5
2015-09-06
2015-08-24
dima
No

Hi. Gnuplot can plot from an already-open file descriptor with

plot '<&3'

for instance. This file descriptor may be a file (which is seekable) or a pipe (which isn't). This patch attempts a no-op seek, and tells gnuplot the data is volatile if it fails. This makes plot refreshing work with data piped in this way.

1 Attachments

Discussion

  • Ethan Merritt

    Ethan Merritt - 2015-08-24

    Good idea.
    I've applied this for both 5.0 and 5.1.

     
  • Ethan Merritt

    Ethan Merritt - 2015-08-24
    • status: open --> pending-accepted
     
  • Ethan Merritt

    Ethan Merritt - 2015-09-06
    • status: pending-accepted --> closed-accepted
     

Log in to post a comment.