Graphics#
Graph types#
Plots the autocorrelations function (ACF). |
|
Creates a cumulative area plot. |
|
Creates a bar plot. |
|
Creates a horizontal bar plot. |
|
Creates a box plot. |
|
Creates a cumulative distribution function (cdf) of the empirical distribution plot. |
|
Creates a contour plot. |
|
Calculates and plots the frequencies of categorical variables. |
|
Calculates and creates a frequency histogram plot. |
|
Creates a histogram plot from a vector of frequencies. |
|
Calculates and creates a percentage frequency histogram plot. |
|
Creates a 2-dimensional line plot with logarithmic scaling of the both the x and y axes. |
|
Creates a 2-dimensional line plot with logarithmic scaling of the x-axis. |
|
Creates a 2-dimensional line plot with logarithmic scaling of the y-axis. |
|
Plots the partial autocorrelations function (PACF). |
|
Creates a polar plot. |
|
Creates a 2-dimensional scatter plot. |
|
Creates a 3-dimensional surface plot. |
|
Creates a graph of time series data. |
|
Plots high-frequency and irregularly spaced time series data. |
|
Creates a graph of time series data with the y-axis on a log scale. |
|
Creates a 2-dimensional line plot. |
|
Creates an area plot between sets of lines. |
Add data to existing graphs#
Adds a cumulative area plot to an existing 2-D graph. |
|
Adds a bar or a set of bars to an existing 2-D graph. |
|
Adds a horizontal bar or a set of horizontal bars to an existing 2-D graph. |
|
Adds error bars to an existing 2-D graph. |
|
Adds a box plot to an existing 2-D graph. |
|
Adds a histogram to an existing 2-D graph. |
|
Adds a frequency histogram to an existing 2-D graph. |
|
Adds a percent frequency histogram to an existing 2-D graph. |
|
Adds a graph using polar coordinates to an existing polar graph. |
|
Adds a set of points to an existing 2-D graph. |
|
Adds a surface plot to an existing 3-D plot. |
|
Adds a curve of time series data to an existing time series plot. |
|
Adds high-frequency and/or irregularly spaced time series data to an existing 2-D plot. |
|
Adds an XY plot to an existing 2-D graph. |
|
Adds an area plot between sets of lines to an existing 2-D plot. |
Spanning bars and lines#
Adds one or more horizontal bars spanning the full extent of the x-axis to an existing graph. |
|
Adds one or more horizontal lines spanning the full extent of the x-axis to an existing graph |
|
Adds one or more vertical bars spanning the full extent of the y-axis to an existing graph. |
|
Adds one or more vertical lines spanning the full extent of the y-axis to an existing graph |
Color palettes#
Create a new palette that blends between a list of colors. |
|
Retrieves a named color palette as a string array. Some names offer multiple palettes based on the number of colors requested. These generally range from a base of 3 to a maximum of 8-12 for color brewer palettes. |
|
Create a set of evenly spaced colors in HSL hue space. |
|
Create a set of evenly spaced circular hues in the human-friendly <a href=”https://www.hsluv.org/”>HSLuv</a> color system. |
|
List available color palettes known by GAUSS. |
Subplots and size#
Controls the size of the canvas on which the next plot is drawn. |
|
Clears any previously set plot layouts. |
|
Plots a graph of user-specified size at a user-specified location. |
|
Divides a plot into a grid of subplots and assigns the cell location in which to draw the next created graph. |
Graph windows#
Closes all open graph tabs. |
|
Opens a new, empty graph window to be used by the next drawn graph. |
|
Sets whether or not graph should be drawn in the same window or a new window. |
Export and save#
Saves the last created graph to a user specified file type, such as JPG, PNG, PDF, TIFF and more. |
Graph settings#
Gets the default settings for a specified graph type. |
|
Sets the font family, size and color for all or a subset of the text elements in a graph. |
Title, legend and axis labels#
Adds a legend to a graph. |
|
Sets the opacity and color for the background of a graph legend. |
|
Controls the color and thickness of the legend border. |
|
Set the font, font size and font color for the text in the legend. |
|
Sets the text for the legend title. |
|
Controls the text interpreter (LaTeX, HTML) settings for one or more text labels. |
|
Controls the settings for the title for a graph. |
|
Controls the settings for the x-axis label on a graph. |
|
Controls the settings for the y-axis label on a graph. |
|
Controls the settings for the z-axis label on a graph. |
Axes and grid#
Determines whether subsequent |
|
Determines whether subsequent |
|
Sets the color, width and style for the axes lines. |
|
Controls the thickness, color, and style for the grid lines. |
|
Turns on an outline around the plot. |
|
Assigns curves to the top or bottom x-axis. |
|
Assigns curves to the right or left y-axis. |
|
Controls the thickness, color, and style for the grid lines from the x-axis. |
|
Controls the thickness, color, and style for the x-axis line. |
|
Sets the range for the x-axis, and optionally the distance between major ticks and the first tick to label. |
|
Controls the thickness, color, and style for the grid lines from the y-axis. |
|
Controls the thickness, color, and style for the y-axis line. |
|
Sets the range for the y-axis, and optionally the distance between major ticks and the first tick to label. |
Axes ticks#
Controls the font name, size and color for the x and y-axis tick labels. |
|
Controls if the x and y-axis tick is inside or outside the axis lines. |
|
Controls the number of minor ticks to place between major ticks on the x-axis of a 2-D plot. |
|
Controls the interval between x-axis tick labels and also allows the user to specify the first tick to be labeled for 2-D graphs. |
|
Controls the formatting and angle of x-axis tick labels. |
|
Controls if the x-axis tick is inside or outside the x-axis line. |
|
Controls the number of minor ticks to place between major ticks on the y-axis of a 2-D plot. |
|
Controls the interval between y-axis tick labels and also allows the user to specify the first tick to be labeled for 2-D graphs. |
|
Controls the formatting and angle of y-axis tick labels. |
|
Controls if the y-axis tick is inside or outside the y-axis line. |
Line color, style and fill#
Sets background color of a graph. |
|
Sets the color maps for a surface or contour plot. |
|
Sets the fill style, transparency and color for scatter symbols, area plots, histograms and bar graphs. |
|
Sets line color, thickness and style. |
|
Sets line symbols displayed on the plotted points of a graph. |
|
Controls whether missing data creates a gap in line plots, or is ignored. |
Box and Bar settings#
Adds a small random perturbation (jitter) to plotBox outliers, or plotScatter plots so that overlapping observations can be better seen. |
|
Sets the width of the bars in bar plots. |
|
Sets the width of the boxes in box plots. |
Contour settings#
Sets the format and precision of contour height labels. |
|
Controls the heights at which lines are drawn on a contour plot. |
Annotations#
Adds an arrow to an existing graph. |
|
Adds an arrow, line, ellipse or rectangle to an existing graph. |
|
Adds a textbox to an existing graph. |
Annotation settings#
Fills in an instance of a plotAnnotation structure with default values. |
|
Sets the background color and transparency level for a textbox, rectangle or ellipse. |
|
Sets the font properties of a plotAnnotation structure for controlling text boxes added to a graph. |
|
Sets the line color for textbox, rectangle or ellipse borders as well as the color for lines and arrows. |
|
Sets the line width, color and style for textbox, rectangle or ellipse borders as well as the color for lines and arrows. |
|
Sets the line style for textbox, rectangle or ellipse borders as well as the style for lines and arrows. |
|
Sets the line thickness for textbox, rectangle or ellipse borders as well as the color for lines and arrows. |
|
Sets the alignment for the text inside of textbox annotations. |