Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved how to remove the scale in the QCustom Plot

    General and Desktop
    2
    4
    122
    Loading More Posts
    • 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
      ManiRon28 last edited by

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

      1 Reply Last reply Reply Quote 0
      • mrjj
        mrjj Lifetime Qt Champion last edited by 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 1 Reply Last reply Reply Quote 2
        • M
          ManiRon28 @mrjj last edited by

          @mrjj Thanks :)

          1 Reply Last reply Reply Quote 0
          • mrjj
            mrjj Lifetime Qt Champion last edited by

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

            1 Reply Last reply Reply Quote 0
            • First post
              Last post