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

Streamline the data loading process

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P2: Important
    • 6.9
    • None
    • Graphs: 2D, Graphs: 3D
    • None

    Description

      As per the Teams convo, making a few issues here.

      Compared to arguably the most popular data analysis tool of Pandas + Matplotlib, QtCharts took a loooot of code to be able graph data from a simple CSV.

       

      In Python, it will take probably 5 lines of code, tops.
      In QtCharts, the same basic action requires upwards of 200 lines of code. (A custom CSV parser, a QAbstractItemModel, ChartView, Lines/ScatterPlots, Axes, XYModelMapper, probably something else I'm forgetting...).

       

      A simple CSV to ItemModel and CSV to ListModel approach would be useful, with header access (not just column index). 

      Attachments

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

        Activity

          People

            kagro Kaj Grönholm
            mairtin.s Mairtin Steinkamp
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes