{"id":61469,"library":"qcustomplot","title":"QCustomPlot","description":"QCustomPlot is a Qt C++ widget for plotting and data visualization.","status":"active","version":"2.1.1","language":"cpp","source_language":null,"source_url":null,"tags":["qt","plotting","visualization","widget"],"install":[{"cmd":"vcpkg install qcustomplot","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(qcustomplot CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE QCustomPlot::QCustomPlot)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"qcustomplot.h","correct":"#include <qcustomplot.h>"}],"quickstart":{"code":"#include \"qcustomplot.h\"\n#include <QApplication>\n\nint main(int argc, char *argv[]) {\n    QApplication app(argc, argv);\n    QCustomPlot customPlot;\n    customPlot.addGraph();\n    customPlot.graph(0)->setData(QVector<double>{1,2,3}, QVector<double>{1,4,9});\n    customPlot.rescaleAxes();\n    customPlot.show();\n    return app.exec();\n}","lang":"cpp","description":"Create a simple plot with three data points"},"warnings":[],"env_vars":null,"search_vec":"'c':6 'data':11 'plot':9,14 'qcustomplot':1,2 'qt':5,13 'visual':12,15 'widget':7,16","created_at":"2026-06-17T04:52:01.788754+00:00","updated_at":"2026-06-17T04:52:01.788754+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}