Results 1 to 3 of 3

Thread: QwtPlotzoomer for more 4 -yleft axis

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: QwtPlotzoomer for more 4 -yleft axis

    In general the idea of your implementation should work, maybe beside of one aspect: all of your zoomers are connected to the same x axis. If it is not a dummy one you will have some unexpected effects.
    Assuming that xBottom is your common x-axis and you don't use xTop, I would connect only the first zoomer to xBottom all others to xTop. In case you need xTop and xBottom you could add an invisible dummy x axis.

    Why things are not working in your application is hard to say from the code snippets. But as you have a crash I would start with a debugger session.

    Uwe

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

    Abderrahim (20th January 2016)

Similar Threads

  1. yLeft axis constant width
    By baray98 in forum Qwt
    Replies: 4
    Last Post: 4th January 2013, 16:40
  2. Replies: 3
    Last Post: 6th December 2011, 07:56
  3. Replies: 4
    Last Post: 31st August 2011, 13:57
  4. Replies: 1
    Last Post: 2nd May 2010, 18:27
  5. Axis yLeft cuts of numbers
    By sun in forum Qwt
    Replies: 17
    Last Post: 9th October 2009, 21:36

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.