Qwt is a cross-platform library (built on the Qt library) for visualizing data in charts and plots.
Qwt examples
Development of these examples has moved to richelbilderbeek's Qwt GitHub.
- Qwt example 1: basic scatter plot: screenshot
- Qwt example 2: QwtPlot as QGraphicsItem: screenshot/screenshot
- Qwt example 3: alpha beta filter
- Qwt example 4: alpha beta filter with variable parameters
- Qwt example 5: alpha filter added
- Qwt example 6: basic scatter plot with smart pointers: screenshot
- Qwt example 7: spectrogram from Qwt examples: screenshot
- Qwt example 8: adapted spectrogram from Qwt examples: screenshot
- Qwt example 9: histogram (FAILS): screenshot
- Qwt example 10: stacked bar chart: screenshot
- Qwt example 11: plot chi-squared distribution: screenshot
- Qwt example 12: plot exponential distribution: screenshot
- TicTacToeLearner
Note for Qt Creator users
Add the following line to your project file (to prevent link errors):
INCLUDEPATH += /usr/include/qwt-qt4 LIBS += -lqwt-qt4