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. For 3dGraph Problem...

For 3dGraph Problem...

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 146 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.
  • N Offline
    N Offline
    nyamnyam
    wrote on last edited by
    #1

    ![alt text](q3dSurface.png image url)

    Problem 1.
    like image, X line is long, Y line is middle and Z line is too short.
    My wanted Graph is abolutely same width in three lines.
    My code is like this.
    m_graph->axisX()->setRange(0, 256);
    m_graph->axisY()->setRange(0, 1000);
    m_graph->axisZ()->setRange(0, 60);

    How do to make the size look the same as a whole?

    Problem 2.
    In the shown data, the shadow is shown. How can remove the shadow?

    Thanks for your help.

    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