Results 1 to 5 of 5

Thread: autoScale doesn't work

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Oct 2009
    Posts
    12
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: autoScale doesn't work

    Hi,

    I cannot see where my code influence the autoscaling. I only create a curve, attach the curve to the plot and then add data by using
    Qt Code:
    1. m_curve->setRawData(&x[0], &y[0], std::min(x.size(), y.size()));
    To copy to clipboard, switch view to plain text mode 
    x and y are vector<double>.
    Of course there are more code. But this should have no effect to this.
    The same code works fine with older versions of qwt.

    Heiko
    Last edited by Braunstein; 12th November 2010 at 16:18.

Similar Threads

  1. setAxisAutoScale doesn't work
    By satoshi in forum Qwt
    Replies: 0
    Last Post: 31st December 2009, 19:49
  2. Example in Qt labs doesn't work
    By matko in forum Newbie
    Replies: 1
    Last Post: 19th November 2009, 18:59
  3. QNetworkAccessManager doesn't work
    By Floppy in forum Newbie
    Replies: 7
    Last Post: 14th November 2009, 16:32
  4. Shortcut doesn't work
    By stella1016 in forum Qt Programming
    Replies: 1
    Last Post: 28th May 2009, 02:37
  5. setWindowOpacity doesn't work!
    By nupul in forum Qt Programming
    Replies: 5
    Last Post: 21st April 2006, 18:28

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.