М
МишаNov. 30, 2017, 2:22 a.m.

QCustomPlot исчезает часть графика при перестроении

Здравствуйте.

Построил график на основе http://www.qcustomplot.com/index.php/demos/financialchartsdemo
При перестроении графика очищается окно методом clearPlottables();
При следующем построении volumeAxisRect остается пустым, не строится. Скажите пожалуйста, почему и как это исправить?
We recommend hosting TIMEWEB
We recommend hosting TIMEWEB
Stable hosting, on which the social network EVILEG is located. For projects on Django we recommend VDS hosting.

Do you like it? Share on social networks!

9
Evgenii Legotckoi
  • Dec. 3, 2017, 4:07 p.m.
День добрый.
Нужно проверить указатель на volumeAxisRect . Вполне возможно, что он вообще там nullptr после выполнения этого метода.
И нужно заново пересоздавать его. А также заполнять данными заново.
    М
    • Dec. 4, 2017, 1:41 a.m.

    Проверил так

    QCPAxisRect *volumeAxisRect = new QCPAxisRect(ui->customPlot);
        qDebug()<<"volumeAxisRect"<<volumeAxisRect;
    Выдает так:

    volumeAxisRect QCPAxisRect(0x1dd3c620)

    bool QCPLayoutGrid::addElement(int, int, QCPLayoutElement*) There is already an element in the specified row/column: 1 0

    Может нужно как то иначе очистить полотно?

      Evgenii Legotckoi
      • Dec. 4, 2017, 3:01 a.m.

      Значит нужно его заново нормально переинициализировать переменными и т.д.

        М
        • Dec. 4, 2017, 3:15 a.m.

        Он проинициализирован так.

        QCPAxisRect *volumeAxisRect = new QCPAxisRect(ui->customPlot);

        Описан так:

            ui->customPlot->plotLayout()->addElement(1, 0, volumeAxisRect); //добавить элимент
            volumeAxisRect->setMaximumSize(QSize(QWIDGETSIZE_MAX, 100));//макс размер макета
            volumeAxisRect->axis(QCPAxis::atBottom)->setLayer("axes");  //добавить слой
            volumeAxisRect->axis(QCPAxis::atBottom)->grid()->setLayer("grid");  //сетка
            //принесите нижней и главной оси прямоугольник ближе друг к другу: // bring bottom and main axis rect closer together:
            ui->customPlot->plotLayout()->setRowSpacing(0);
            volumeAxisRect->setAutoMargins(QCP::msLeft|QCP::msRight|QCP::msBottom);
            volumeAxisRect->setMargins(QMargins(0, 0, 0, 0));
            //создать две планки для положительных (зеленых) и отрицательных (красных) объемных баров: // create two bar plottables, for positive (green) and negative (red) volume bars:
            ui->customPlot->setAutoAddPlottableToLegend(false);
            QCPBars *volumePos = new QCPBars(volumeAxisRect->axis(QCPAxis::atBottom), volumeAxisRect->axis(QCPAxis::atLeft));
            QCPBars *volumeNeg = new QCPBars(volumeAxisRect->axis(QCPAxis::atBottom), volumeAxisRect->axis(QCPAxis::atLeft));
            //volumePos->setData(bar,Volume);
        
            for (long long i=0; i<NBar; i++)
            {
                (Open[i] > Close[i] ? volumeNeg : volumePos)->addData(bar[i], Volume[i]);
            }
            volumePos->setData(bar, Volume); // задает значения объемов
            volumePos->setWidth(VolumeWidth);//ширина столбика
            volumePos->setPen(Qt::NoPen);
            volumePos->setBrush(QColor(100, 180, 110));
            volumeNeg->setWidth(VolumeWidth);//ширина столбика
            volumeNeg->setPen(Qt::NoPen);
            volumeNeg->setBrush(QColor(180, 90, 90));
        Скажите пожалуйста что плохо сделано и что нужно заменить?
          Evgenii Legotckoi
          • Dec. 4, 2017, 4:01 p.m.

          тут дебажить нужно, что у вас там не работает. или что там игнорируется.

            М
            • Dec. 5, 2017, 2:19 a.m.

            Запустил с дебагом, ошибок не выдает.

            При первой прорисовке графика, нижний график(график объемов) рисуется, при перестроении графика, с верхним все в порядке, нижний пустой. Пробовал
              for (long long i=0; i<NBar; i++)
                {
                    (Open[i] > Close[i] ? volumeNeg : volumePos)->addData(bar[i], Volume[i]);
                }
            заменить
            volumePos->setData(bar,Volume);
            но все равно эта непрорисовка оставалась.
            Потому и надеялся что можно стереть всю информацию с виджета, это бы наверно решило вопрос.
              М
              • Dec. 11, 2017, 2:50 a.m.

              Говорят такой сбой получатся из-за добавления элементов макета при последующих использованиях.  Видимо при первом запуске нужно создать элементы макета, а при последующих их заполнять.

              Скажите пожалуйста, как создать макет только 1-й раз, а последующие разы к нему обращаться?
              Если делаю так
              if (FirstPaintingGraph==true) {QCPAxisRect *volumeAxisRect = new QCPAxisRect(ui->customPlot);}
              то volumeAxisRect не виден за пределами {}.
                Evgenii Legotckoi
                • Dec. 11, 2017, 3:09 a.m.

                Объявить volumeAxisRect в заголовочном файле

                  М
                  • Dec. 11, 2017, 7:32 a.m.

                  Заработало, спасибо

                    Comments

                    Only authorized users can post comments.
                    Please, Log in or Sign up
                    AD

                    C ++ - Test 004. Pointers, Arrays and Loops

                    • Result:50points,
                    • Rating points-4
                    m

                    C ++ - Test 004. Pointers, Arrays and Loops

                    • Result:80points,
                    • Rating points4
                    m

                    C ++ - Test 004. Pointers, Arrays and Loops

                    • Result:20points,
                    • Rating points-10
                    Last comments
                    i
                    innorwallNov. 13, 2024, 11:03 p.m.
                    How to make game using Qt - Lesson 3. Interaction with other objects what is priligy tablets What happens during the LASIK surgery process
                    i
                    innorwallNov. 13, 2024, 8:09 p.m.
                    Using variables declared in CMakeLists.txt inside C ++ files where can i buy priligy online safely Tom Platz How about things like we read about in the magazines like roid rage and does that really
                    i
                    innorwallNov. 11, 2024, 10:12 p.m.
                    Django - Tutorial 055. How to write auto populate field functionality Freckles because of several brand names retin a, atralin buy generic priligy
                    i
                    innorwallNov. 11, 2024, 6:23 p.m.
                    QML - Tutorial 035. Using enumerations in QML without C ++ priligy cvs 24 Together with antibiotics such as amphotericin B 10, griseofulvin 11 and streptomycin 12, chloramphenicol 9 is in the World Health Organisation s List of Essential Medici…
                    i
                    innorwallNov. 11, 2024, 3:50 p.m.
                    Qt/C++ - Lesson 052. Customization Qt Audio player in the style of AIMP It decreases stress, supports hormone balance, and regulates and increases blood flow to the reproductive organs buy priligy online safe Promising data were reported in a PDX model re…
                    Now discuss on the forum
                    i
                    innorwallNov. 14, 2024, 12:39 a.m.
                    добавить qlineseries в функции Listen intently to what Jerry says about Conditional Acceptance because that s the bargaining chip in the song and dance you will have to engage in to protect yourself and your family from AMI S…
                    i
                    innorwallNov. 11, 2024, 10:55 a.m.
                    Всё ещё разбираюсь с кешем. priligy walgreens levitra dulcolax carbs The third ring was found to be made up of ultra relativistic electrons, which are also present in both the outer and inner rings
                    9
                    9AnonimOct. 25, 2024, 9:10 a.m.
                    Машина тьюринга // Начальное состояние 0 0, ,<,1 // Переход в состояние 1 при пустом символе 0,0,>,0 // Остаемся в состоянии 0, двигаясь вправо при встрече 0 0,1,>…

                    Follow us in social networks