Can someone post small example how can I add point (elipse) into QwtPlot?
qwt is great but examples are very poor documented.
sory for my english.
Printable View
Can someone post small example how can I add point (elipse) into QwtPlot?
qwt is great but examples are very poor documented.
sory for my english.
Code:
mark->setSymbol(sym); mark->setValue(x,y);//here you have to set the coordinate axis i.e. where the axis are meeting. mark->attach(yourplot);