Registry / other / qcustomplot

qcustomplot

JSON →
library2.1.1vcpkgunverified

QCustomPlot is a Qt C++ widget for plotting and data visualization.

vcpkg install qcustomplot
INSTALL
IMPORT
SIG · QCUSTOMPLOT
Q
qcustomplot
othercppv2.1.1
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.

qcustomplot.h
#include <qcustomplot.h>

Create a simple plot with three data points

#include "qcustomplot.h" #include <QApplication> int main(int argc, char *argv[]) { QApplication app(argc, argv); QCustomPlot customPlot; customPlot.addGraph(); customPlot.graph(0)->setData(QVector<double>{1,2,3}, QVector<double>{1,4,9}); customPlot.rescaleAxes(); customPlot.show(); return app.exec(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

qcustomplot — pip install qcustomplot · libregistry