Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. how to remove the scale in the QCustom Plot

how to remove the scale in the QCustom Plot

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 310 Views
  • 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
    ManiRon28
    wrote on last edited by
    #1

    I want to remove the marked area in the following image , how can this be done ?0_1566632747957_ssssss.jpg

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

      Hi
      I think its
      ui->customPlot->xAxis->setVisible(false);
      ui->customPlot->yAxis->setVisible(false);

      Please note that QCustomPlot is not an official Qt company product and has it own
      help forum.
      https://www.qcustomplot.com/index.php/support/forum

      That said, you can get lucky that user here also uses it as its fairly
      well known :)

      M 1 Reply Last reply
      2
      • mrjjM mrjj

        Hi
        I think its
        ui->customPlot->xAxis->setVisible(false);
        ui->customPlot->yAxis->setVisible(false);

        Please note that QCustomPlot is not an official Qt company product and has it own
        help forum.
        https://www.qcustomplot.com/index.php/support/forum

        That said, you can get lucky that user here also uses it as its fairly
        well known :)

        M Offline
        M Offline
        ManiRon28
        wrote on last edited by
        #3

        @mrjj Thanks :)

        1 Reply Last reply
        0
        • mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi
          if it worked. please mark this post as solved.

          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