GLE (Graphics Layout Engine) is a graphics scripting language designed for creating publication quality figures (e.g., a chart, plot, graph, or diagram). It supports various chart types (including function plot, histogram, bar chart, scatter plot, contour plot, color map, and surface plot) through a simple but flexible set of graphing commands. More complex output can be created by relying on GLE's scripting language, which is full featured with subroutines, variables, and logic control. GLE relies on LaTeX for text output and supports mathematical formulae in graphs and figures. GLE's output formats include EPS, PS, PDF, JPEG, and PNG.
Homepage
Download
Recent Releases
4.3.508 Feb 2025 20:28
minor feature:
in GLE string function "pos" that caused. It was not clearing all its parameters off the stack. Added swap(a,b) function to swap two variables. New NUMROWS feature to data command to limit reading of rows in a data file (rad83). Manip program now building on Linux and macOS. Added back poppler PDF support on all platforms for importing PDF files. Added BUILD_GUI option to control building of GUI in CMakeLists.txt. Added BUILD_MANIP option to control building of manip in CMakeLists.txt. Cmake searches for optional static libtiff dependencies on windows only. - EXTRA_GSLIB_SEARCH_LOCATION option to add path for searching for gslib in qgle (linux, macOS only). - Several code improvements for C++17 and elimination of compiler warnings. New GitHub Actions (CI/CD) for building and packaging of GLE binaries for Windows, macOS, and Linux.
|