Package smile.plot.swing
Class Point
java.lang.Object
smile.plot.swing.Shape
smile.plot.swing.Point
One more points in the plot.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
MARKS
public static char[] MARKSThe marks of point.
-
-
Constructor Details
-
Point
Constructor.- Parameters:
points
- an n-by-2 or n-by-3 matrix that are the coordinates of points.mark
- the mark of points.- . : dot
- + : +
- - : -
- | : |
- * : star
- x : x
- o : circle
- O : large circle
- @ : solid circle
- # : large solid circle
- s : square
- S : large square
- q : solid square
- Q : large solid square
- others : dot
color
- the color of points.
-
-
Method Details