Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
jkqtplotter/jkqtplotter.h
✓ #include <jkqtplotter/jkqtplotter.h>
Create and display a basic plot window
#include <jkqtplotter/jkqtplotter.h>
#include <QApplication>
int main(int argc, char *argv[]) {
QApplication app(argc, argv);
JKQTPlotter plot;
plot.show();
return app.exec();
}
Upgrade
Version history
2023-10-24latest on vcpkg
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.