Results 1 to 3 of 3

Thread: Qwt Plot with 2 dimension Array

  1. #1
    Join Date
    Jul 2009
    Posts
    49
    Thanks
    9
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Qwt Plot with 2 dimension Array

    Hai

    How to use 2 dimensional Array in QwtPlot. setData.........


    Qt Code:
    1. double sn[ points ];
    2. double sg[ points ];
    3.  
    4. m_curve->setData(sn,sg,points);
    5. .
    6. .
    7.  
    8.  
    9. // I want two dimensional Array like
    10.  
    11. double sn[total][points];
    12. .
    13. .
    14. m_curve->setData(sn[][],sn[][],points); //error..
    To copy to clipboard, switch view to plain text mode 

    help please


    R.Suresh
    India

  2. #2
    Join Date
    Jul 2009
    Posts
    49
    Thanks
    9
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qwt Plot with 2 dimension Array

    its very urgent


    is it possible or not?



    succession pleaseeeeeeeeeeeee..........

  3. #3
    Join Date
    Jul 2009
    Posts
    49
    Thanks
    9
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qwt Plot with 2 dimension Array

    How to use qwtarray in qwtplot

Similar Threads

  1. Embedding Qwt plot High Resolution
    By giusepped in forum Qwt
    Replies: 7
    Last Post: 21st April 2009, 09:44
  2. legend inside qwt plot
    By kaustav98255 in forum Qwt
    Replies: 5
    Last Post: 11th February 2009, 20:39
  3. Detecting changes in the qwt plot axis
    By mrcolin in forum Qwt
    Replies: 2
    Last Post: 27th January 2009, 12:53
  4. export and printing qwt plot
    By giusepped in forum Qwt
    Replies: 6
    Last Post: 17th December 2008, 07:04
  5. Qwt plot problem on compile
    By sincnarf in forum Qwt
    Replies: 2
    Last Post: 14th October 2007, 11:36

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.