gauss-plot-library-master

所属分类:自然语言处理
开发工具:UNIX
文件大小:888KB
下载次数:1
上传日期:2019-12-11 04:44:04
上 传 者BonnieP
说明:  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.

文件列表:
data (0, 2019-12-10)
data\ScatterData.xlsx (29865, 2019-12-10)
data\credit.dat (35696, 2019-12-10)
data\yarn.xlsx (2894, 2019-12-10)
docs (0, 2019-12-10)
docs\annotated-bootstrap.md (868, 2019-12-10)
docs\area_plot_stocks.md (863, 2019-12-10)
docs\bar_add_error_bars.md (1017, 2019-12-10)
docs\grid-plot-adjusted-canvas.md (1032, 2019-12-10)
docs\histogram_line_plot.md (666, 2019-12-10)
docs\logx_with_inset.md (1040, 2019-12-10)
docs\logy_with_inset.md (806, 2019-12-10)
docs\odds_ratio_horizontal.md (1136, 2019-12-10)
docs\polar_rose.md (661, 2019-12-10)
docs\scatter_trend_line_plot.md (646, 2019-12-10)
docs\time_series_annotated.md (822, 2019-12-10)
docs\xy_add_error_bars.md (647, 2019-12-10)
docs\xy_latex.md (786, 2019-12-10)
images (0, 2019-12-10)
images\Gauss_Logo_RGB.jpg (240547, 2019-12-10)
images\annotated-bootstrap.jpeg (38701, 2019-12-10)
images\area_stock_portfolio.jpeg (38303, 2019-12-10)
images\bar_add_error_bars_default.jpg (44109, 2019-12-10)
images\grid-plot-adjusted-canvas.jpeg (178467, 2019-12-10)
images\histogram_line_plot_default.jpg (23026, 2019-12-10)
images\logx_with_inset.jpeg (50376, 2019-12-10)
images\logx_with_inset2.jpeg (43705, 2019-12-10)
images\logy_with_inset.jpeg (59410, 2019-12-10)
images\odds_ratio_horizontal.jpeg (75954, 2019-12-10)
images\polar_rose.jpg (72123, 2019-12-10)
images\scatter_trend_line_default.jpg (51869, 2019-12-10)
images\time_series_annotated.png (54392, 2019-12-10)
images\wage_data_plot.jpeg (85954, 2019-12-10)
images\xy_add_error_bars_default.jpeg (44529, 2019-12-10)
images\xy_latex_default.jpeg (48464, 2019-12-10)
src (0, 2019-12-10)
... ...

# GAUSS Plot Library ![Wage Data Plots](images/wage_data_plot.jpeg) ## 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**](www.aptech.com) plot library focuses on the graphic functionality of [**GAUSS**](www.aptech.com). It provides example images of plots created in [**GAUSS**](www.aptech.com) along with the [**GAUSS**](www.aptech.com) code used to create the plots. Together these tools demonstrate how to create and format a variety of types of graphs in [**GAUSS**](www.aptech.com). This library illustrates both fundamental graphing features as well as advanced plotting features in [**GAUSS**](www.aptech.com), such as color schemes, graph annotation, and canvas sizing. ![GAUSS](images/polar_rose.jpg?raw=true) ## 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"](docs/bar_add_error_bars.md) is found in file ["src/bar_add_error_bars.gss"](src/bar_add_error_bars.gss). ## Getting Started ### Prerequisites The program files require a working copy of [**GAUSS 18+**](www.aptech.com). Many can be run on earlier versions with some small revisions. ### Installing 1. Images and descriptions of graph examples are stored in the "doc" directory as .md files. These files contain links to the [**GAUSS**](www.aptech.com) program files that are used to create the graphs. 2. 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". 3. If the program file contains data it is stored in the "data" directory. 4. These program files and their associated data files can be downloaded directly into the examples directory in the **GAUSS** home directory. ## Coverage |Graph|Image| |:----|:----| |[Stock portfolio area plot](docs/area_plot_stocks.md)|![GAUSS area plot](images/area_stock_portfolio.jpeg)| |[Bar graph with error bars](docs/bar_add_error_bars.md)|![GAUSS bar graph with error bars](images/bar_add_error_bars_default.jpg)| |[Histogram with added line plot](docs/histogram_line_plot.md)|![GAUSS histogram plot](images/histogram_line_plot_default.jpg)| |[Log X-axis with Inset Plot](docs/logx_with_inset.md)|![GAUSS logX graph](images/logx_with_inset.jpeg)| |[Log Y-axis with Inset Plot](docs/logy_with_inset.md)|![GAUSS logY graph](images/logy_with_inset.jpeg)| |[Horizontally plotted odds ratios](docs/odds_ratio_horizontal.md)|![GAUSS horizontal odds ratio](images/odds_ratio_horizontal.jpeg)| |[Polar rose plot](docs/polar_rose.md)|![GAUSS polar rose](images/polar_rose.jpg)| |[Scatter plot with a trend line](docs/scatter_trend_line_plot.md)|![GAUSS polar rose](images/scatter_trend_line_default.jpg)| |[Annotated time series plot](docs/time_series_annotated.md)|![GAUSS annotated time series](images/time_series_annotated.png)| |[XY plot with added error bars](docs/xy_add_error_bars.md)|![GAUSS annotated time series](images/xy_add_error_bars_default.jpeg)| |[XY plot with LaTex labels](docs/xy_latex.md)|![GAUSS XY plot with LaTex labels](images/xy_latex_default.jpeg)| |[Grid scatter plot](docs/grid-plot-adjusted-canvas.md)|![GAUSS grid scatter plot](images/grid-plot-adjusted-canvas.jpeg)| |[Annotated histogram](docs/annotated-bootstrap.md)|![GAUSS annotated histogram plot](images/annotated-bootstrap.jpeg)| ## Authors [Erica Clower](mailto:erica@aptech.com) [Aptech Systems, Inc](https://www.aptech.com/) [![alt text][1.1]][1] [![alt text][2.1]][2] [![alt text][3.1]][3] [1.1]: https://www.aptech.com/wp-content/uploads/2019/02/fb.png (Visit Aptech Facebook) [2.1]: https://www.aptech.com/wp-content/uploads/2019/02/gh.png (Aptech Github) [3.1]: https://www.aptech.com/wp-content/uploads/2019/02/li.png (Find us on LinkedIn) [1]: https://www.facebook.com/GAUSSAptech/ [2]: https://github.com/aptech [3]: https://linkedin.com/in/ericaclower

近期下载者

相关文件


收藏者