Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Range is not displaying on QCustomplot
Forum Updated to NodeBB v4.3 + New Features

Range is not displaying on QCustomplot

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 619 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mylavarapu.Manikanta
    wrote on last edited by
    #1

    Hi to all.
    I am using QCustomPlot tpo plot graphs. I initialized "bottom(xAxis),left(yAxis)" and "top(xAxis2),right(yAxis2)" and setted the range like follows.
    /*Before this i am initializing all axis */
    ui->plot->xAxis->setRange(0, 6);
    ui->plot->yAxis->setRange(0, 10);
    ui->plot->xAxis2->setRange(0, 7);
    ui->plot->yAxis2->setRange(0, 11);
    For xAxis,yAxis range is displaying properly but for xAxis2(top),yAxis2(right) range is not
    displaying.
    Please help me?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      QCustomPlot is not an official Qt module. You should contact its author for help. For example on its forum.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved