Function qwtpoint from qwtcurves
Brief description
qwtpoint(x:double,y:double):QwtPlotMarker
Cereates a simple point marker in the plane More ...
Function information
| Name: | qwtpoint |
| Base: | |
| Group: | Qwt plugins:Plots |
| Icon: | plot.png |
| Color: | |
| Authors: | |
| Copyright: |
Detailed description
Cereates a simple point marker in the plane. The marker can be plotted using the qwtplot command.
Input parameters
-
x:
double
- X-Coordinate
-
y:
double
- Y-Coordinate
Return values
-
Default return value:
QwtPlotMarker
- Point object
