Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 586 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 586 Bytes

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