Results 1 to 5 of 5

Thread: Variability Plot: Custom X Axes

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    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: Variability Plot: Custom X Axes

    I'm afraid there is no easy way to implement your scales at the bottom and you would have to overwrite:

    • QwtAbstracScaleDraw::draw
    • QwtPlotRenderer::renderScale

    more or less from scratch.

    ciao,
    Uwe

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

    haylie.everett (30th August 2019)

  3. #2
    Join Date
    Aug 2019
    Posts
    3
    Thanks
    2
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Variability Plot: Custom X Axes

    Okay, I tried to overwrite the QwtScaleDraw but I see how I would have to actually do the QwtAbstractScaleDraw. I didn't know about the QwtPlotRenderer so thanks for that as well! I appreciate it!

Similar Threads

  1. Custom plot selection
    By SeanM in forum Qwt
    Replies: 10
    Last Post: 10th May 2020, 13:50
  2. Using QwtPlotMagnifier on plot axes
    By cesroc in forum Qwt
    Replies: 1
    Last Post: 13th May 2013, 13:53
  3. Replies: 5
    Last Post: 3rd October 2012, 15:14
  4. Plot Axes
    By mcarter in forum Qwt
    Replies: 0
    Last Post: 4th December 2009, 23:47
  5. Replies: 2
    Last Post: 4th August 2008, 08:14

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.