我正在使用QtCharts。 我需要在追加值後重新調整兩個軸。我追加的值不是0和1之間,也沒有從1970年 我的對話框的構造函數的代碼如下所示: m_series = new QLineSeries;
m_series->setName(name);
auto chart = new QChart;
chart->legend()->setVisible(false);
chart->a
我想在我的應用程序中使用Qt Chart,所以我找到PyQtChart5.7 https://pypi.python.org/pypi/PyQtChart/5.7。 但我已經試過pip3 install PyQtChart失敗: Downloading/unpacking PyQtChart
Could not find any downloads that satisfy the re