Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 631 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 631 Bytes

QwtEditablePlot

QwtPlot where the user can move the points with the mouse.

Features

  • Move points up and down by dragging them
  • Zoom in/out with the mouse
  • Right click to change sample time

How to use

QwtEditablePlot requires Qwt to work.

Qwt install

See this link.

Integration

Copy EditablePlot.h and EditablePlot.cpp into your project.

Development

Want to contribute? Great !

If you found a bug or want to improve something, open an issue so we can talk about it.

Todos

  • Add Slots to update axis min and max after creation
  • Write Tests