|
Interactive GraphiX (IGX)
by Econotron Software Interactive GraphiX (IGX) provides a rich set of graphic features in a GAUSS environment. These features include multiple windows, printing multiple windows on a single page, real time graphics, annotations, templates, as well as command and interactive modes. A high degree of control over a graphic environment is enabled while the graph is displayed. Output can be saved in a number of popular formats, and image processing tools are provided. And IGX works with both GAUSS 3.2 and 3.5. Creating graphics using IGX is easy, because there are a number of ways of doing it: You can run a GAUSS command file, just like PQG. You can load a previously created graph, and modify it either interactively or using GAUSS commands. You can start a graph with some new data, and then add an existing format using a template. Or you can mix and match. Once you have a graph, it can be customized using the menu bar, the toolbar, the annotation bar, or by right clicking a graphic element or the background. In each case, all the properties associated with the graphic element are made available. So basically, you can create graphs interactively, or programmatically. Lets look at a simple bar graph, created using GAUSS commands: library graphix; /* specify library */ y = 5*rndu(10,2); /* create data */ gx(0,y); /* send data to IGX */ gx_gallery("bar"); /* Gallery type */ gx_text(xtitle,"X-Axis"); /* X-title */ gx_text(title,"Basics"); /* Main title */ gx_view; /* View graphic */ This creates a basic bar graph with two series, a menu bar, a toolbar, a chart title and an x-axis title.
IGX provides tools and ideas that allow you to create cutting edge presentation graphics. Such as:
|
|||||||
|
|||||||