Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 863 Bytes

File metadata and controls

17 lines (14 loc) · 863 Bytes

GAUSS area plot

Description

This file will generate an area graph using hypothetical stock and bond price data. The data is directly input into a GAUSS matrix in the program file. A number of plot customization options are demonstrated including:

  1. Creating a matrix in GAUSS
  2. Using a for loop in GAUSS
  3. Using a plotControl structure to customize graph features including
  • Setting plot title options including font and font size
  • Setting X and Y axis label options including font and font size
  • Setting area fill type and opacity
  • Adding a legend to a GAUSS plot

Example

GAUSS Area Graph

Source Code

Find the code for generating this graph here