Add individual lines to the figure. Coordinates are specified relative to the plot area, not in pixels. The lines are is clipped to the visible part of the plot area. This is useful for adding annotation lines, as opposed to plot lines.
Add one or more plots to the figure.
The bottommost point on the figure.
Resets the X tick labels to the default, effectively undoing a call to xTickLabels.
Resets the X tick labels to the default, effectively undoing a call to xTickLabels.
Set the zoom back to the default value, i.e. just large enough to fit everything on the screen.
Draw the plot but don't display it on screen.
Grid intensity from zero (pure white) to 255 (pure black).
Setter.
Determines whether horizontal gridlines are drawn. Default is false.
The leftmost point on the figure.
Remove one or more plots from the figure. If the plots are not in the figure, they are silently ignored.
The rightmost point on the figure.
Determines whether rotated text is used for the X tick labels.
Setter
Determines whether rotated text is used for the Y tick labels.
Setter
The topmost point on the figure.
Determines whether vertical gridlines are drawn. Default is false.
Manually set the X axis limits.
Set the X axis labels. If text is null (default) the axis text is just the text of the axis locations. R should be any range with length identical to text (unless text is null) and elements implicitly convertible to double. If colors is empty, all labels will be made black. Otherwise it must be the same length as locations.
Manually set the Y axis limits.
Set the Y axis labels. If text is null (default) the axis text is just the text of the axis locations. R should be any range with length identical to text (unless text is null) and elements implicitly convertible to double. If colors is empty, all labels will be made black. Otherwise it must be the same length as locations.
Convenience factory that adds all plots provided to the Figure.
Saves this figure to a file. The file type can be one of either the raster formats .png, .jpg, .tiff, and .bmp, or the vector formats .pdf, .svg and .eps. The width and height parameters allow you to specify explicit width and height parameters for the image file. If width and height are left at their default values of 0, the default width and height of the subclass being saved will be used.
Convenience function that infers the type from the filename extenstion and defaults to .png if no valid file format extension is found.
Creates a Widget that will have this object drawn to it. This Widget can be displayed in a window.
Draw and display the figure as a main form. This is useful in otherwise console-based apps that want to display a few plots. However, you can't have another main form up at the same time.
Returns a default plot window with this figure in it.
A container form for one or more Plot objects.