Menu

#1826 replot has incorrect y extent when plotting dynamic data 'with boxes'

None
closed-fixed
nobody
None
2016-10-10
2016-07-04
dima
No

Hi. I'm attaching a gnuplot script that shows problematic behavior. Running that script produces a "correct" plot. Note that the ymin = 0, which is what you'd expect for a histogram plot. A 'replot' command causes the y extents to be recomputed, and ymin ends up at a completely different place, causing the rightmost bar to disappear entirely. As a user, I'd expect a replot to not make any visible changes.

Thanks
dima

1 Attachments

Discussion

  • Ethan Merritt

    Ethan Merritt - 2016-07-11

    The problem here comes from using volatile data + smoothing.
    Looks like all the "smooth" options that reorder or replace the original data need to disable "refresh" and also hence also the replotting of volatile data.

     
  • Ethan Merritt

    Ethan Merritt - 2016-08-24
    • status: open --> pending-fixed
    • Group: -->
    • Priority: -->
     
  • Ethan Merritt

    Ethan Merritt - 2016-10-10
    • Status: pending-fixed --> closed-fixed
     

Log in to post a comment.