Skip to content

disorderedmaterials/QuickPlot

Repository files navigation

QuickPlot

QuickPlot is a charting library for QML. It has just recently started and is actively under heavy development. Currently, we are not competitive with QtChart, but we hope to reach that point.

More information will be available here as it becomes available (e.g. documentation, ci status).

Goals

  • 2D Plotting
  • 3D Plotting
  • Allow arbitrary axis schemes
    • Linear
    • Log
    • Named
    • Quadratic
  • Allow arbitrary plotting types
    • Line Plot
    • Scatter Plot
    • Error Bars
    • Bar Plot
    • Area Plot
    • Pie Chart