Results 1 to 11 of 11

Thread: Knowing pixel distance between consecutive ticks

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,325
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Knowing pixel distance between consecutive ticks

    With plot->axisScaleDiv(...) you find the list of all ticks. With plot_canvasMap(...) you can translate them into pixel positions.

    Uwe

  2. The following user says thank you to Uwe for this useful post:

    kalos80 (20th October 2008)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.