Results 1 to 3 of 3

Thread: Y axis side by side with qwt multiaxes not superposed

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2015
    Posts
    6
    Qt products
    Qt5
    Platforms
    Windows

    Default Y axis side by side with qwt multiaxes not superposed

    Hello,

    I have not found how to show correctly the multi axes.

    So I set 2 axis:
    setAxesCount(QwtAxis::yLeft, 2);

    I enable the axis
    enableAxis(QwtAxisId(QwtAxis::yLeft, 0).id, true);
    enableAxis(QwtAxisId(QwtAxis::yLeft, 1).id, true);

    But when I show the plot the 2 axis are superposed, not side by side.

    Can someone help me to understand why?

    Thanks.
    Last edited by Sangfeust; 29th January 2015 at 15:31.

Similar Threads

  1. Replies: 0
    Last Post: 9th January 2015, 10:09
  2. Replies: 1
    Last Post: 21st April 2014, 20:01
  3. Axis Title to axis label alignment
    By ROCKSTAR in forum Qwt
    Replies: 0
    Last Post: 5th February 2014, 12:47
  4. Replies: 9
    Last Post: 3rd May 2011, 21:21
  5. Replies: 0
    Last Post: 9th August 2010, 10:46

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.