Skip to content
eclower edited this page Jan 13, 2018 · 5 revisions

Welcome to the GAUSS plot library wiki!

Wage Data Plots

What is GAUSS?

GAUSS is an easy-to-use data analysis, mathematical and statistical environment based on the powerful, fast and efficient GAUSS Matrix Programming Language. GAUSS is a complete analysis environment with the built-in tools you need for estimation, forecasting, simulation, visualization and more.

What is the GAUSS plot library?

The GAUSS plot library focuses on the graphic functionality of GAUSS. It provides example images of plots created in GAUSS along with the GAUSS code used to create the plots. Together these tools demonstrate how to create and format a variety of types of graphs in GAUSS. This library illustrates both fundamental graphing features as well as advanced plotting features in GAUSS, such as color schemes, graph annotation, and canvas sizing. Polar Rose

Structure of repository

Images and descriptions of graph examples are stored in the "doc" directory as .md files. These files contain links to the GAUSS program files that are used to create the graphs. The program files are stored as .gss files in the "src" directory. The naming structure is consistent between the .md files and the .gss files. For example, the code for creating the graph illustrated in the file "doc/bar_add_error_bars.md" is found in file "src/bar_add_error_bars.gss".