Registry / other / jkqtplotter

jkqtplotter

JSON →
library2023-10-24vcpkgunverified

A Qt Plotting Library.

vcpkg install jkqtplotter
INSTALL
IMPORT
SIG · JKQTPLOTTER
J
jkqtplotter
othercppv2023-10-24
harness data pending
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(); }
Debug
Known issues
gotchaRequires Qt5 or Qt6; ensure the correct Qt version is linked.
fix
Set CMAKE_PREFIX_PATH to your Qt installation.
affects: *
Upgrade
Version history
2023-10-24latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

jkqtplotter — pip install jkqtplotter · libregistry