Int package:Chart

Calculate and render integer indexed axes
Intersects the rectangles. If they intersect the intersection rectangle is returned. LMin is the empty rectangle / intersection and LMax is the infinite plane.
Get the point alignment function
An adjustment applied immediately prior to points being displayed in device coordinates. When device coordinates correspond to pixels, a cleaner image is created if this transform rounds to the nearest pixel. With higher-resolution output, this transform can just be the identity function. This is usually used to align prior to stroking.
The different shapes a point can have.
A circle.
A cross.
Ratio of minor to major axis and rotation
A plus sign.
Number of vertices and is right-side-up?
Combination of a cross and a plus.
Abstract data type for the style of a plotted point.
The color to stroke the outline with.
The width of the outline.
The color to fill the point with.
The radius of the tightest surrounding circle of the point.
The shape.
Align the point using the environment's alignment function for coordinates. See getCoordAlignFn.
The points will be aligned by the getCoordAlignFn, so that when drawing bitmaps, the edges of the region will fall between pixels.
Align the point using the environment's alignment function for points. See getPointAlignFn.