Welcome to Qt Centre.
Qt Centre is a community site devoted to programming in C++ using the Qt framework. Over 90 percent of questions asked here gets answered. If you are looking for information about Qt related issue — register and post your question.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us.
Originally Posted by kahramonj I'd like to draw 2d array data and it is my first experience with QWT, everything is OK, but the following code is drawing only ONE(last) curve. Not surprising, because in your code is only one curve. The second setData call changes the points of the curve, but doesn't create a second one. Instead you need to attach 2 different QwtPlotCurve objects - one for each array. Uwe
kahramonj (19th March 2009)
Forum Rules
Bookmarks