Results 1 to 3 of 3

Thread: Orthogonal Plot

  1. #1
    Join Date
    Aug 2013
    Posts
    7
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    2

    Question Orthogonal Plot

    Hello @ all.

    I need some help regarding the canvas and the scaleengine of the qwt plot.

    I have to paint an orthogonal plot.
    This means, that i have to prevent a stretching plot. ( left axis should be like the bottom axis ).

    Can anyone help me to solve this problem?

  2. #2
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,326
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanked 880 Times in 828 Posts

    Default Re: Orthogonal Plot

    The range of the axes are not changing, when resizing the plot, so I guess you are asking for how to set a fixed aspect ratio in widget coordinates.
    If true have a look at the modes of QwtPlotRescaler - the playground/rescaler example shows how to use it.

    Uwe

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

    vnuss (13th August 2013)

  4. #3
    Join Date
    Aug 2013
    Posts
    7
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    2

    Smile Re: Orthogonal Plot

    Thanks a lot.
    This Class fits my requirement.
    It's a nice solution.

Similar Threads

  1. Delete a Plot from Qwt Plot Matrix
    By krsree in forum Qwt
    Replies: 2
    Last Post: 22nd July 2013, 10:00
  2. Replies: 2
    Last Post: 21st June 2013, 19:04
  3. Replies: 3
    Last Post: 12th April 2013, 07:18
  4. Replies: 1
    Last Post: 17th April 2012, 11:10
  5. Replies: 7
    Last Post: 22nd September 2008, 23:05

Tags for this Thread

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.