Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-138499

Allow breaks in XYSeries plots

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Done
    • Not Evaluated
    • 6.11
    • None
    • Graphs: 2D
    • None
    • All

    Description

      Some plotting libraries allow breaks to be placed in data plots by appending a point with NaN value.

      For example a LineSeries showing angle data +-180. When the angle wraps from 180 to -180 a line series would currently draw a line through the x axis. You could append a NaN y value between the 180 and -180 point to prevent this connection being drawn.

      Currently to achieve the same effect you have to use multiple line series which can be expensive if plotting large amounts of data dynamically.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            jossg Joss Grimwood
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes