qwt

Qt library for plotting and data visualization in technical applications

brewmacoslinux
Try with needOr install directly
Source

About

Qt Widgets for Technical Applications

Commands

qwt

Examples

Link against qwt library in a Qt project by including pkg-config$ pkg-config --cflags --libs qwt
Verify qwt installation and check version information$ pkg-config --modversion qwt
Use qwt in a Qt C++ project by adding to .pro file$ echo 'unix:LIBS += -lqwt' >> project.pro