GLE (Graphics Layout Engine) is a graphics scripting language designed for creating publication quality graphs, plots, diagrams, figures and slides.
GLE supports various graph types (function plots, histograms, bar graphs, scatter plots, contour lines, color maps, surface plots, ...) 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 formulea in graphs and figures. GLE's output formats include EPS, PDF, JPEG, PS, and PNG.
NOTE: Detailed instructions on how to install GLE by compiling and installing the source code on your Mac can be found here: http://www.gle-graphics.org/downloads/mac.html.
Here are some key features of "GLE":
· Create publication quality graphs, plots, figures, and diagrams.
· Export to PDF, EPS, PS, SVG, JPEG, and PNG format.
· Scripting language.
What's New in This Release: [ read full changelog ]
New Features:
· "Marker only" 3D plots (patch by Laurence Abbott)
· Added "discontinuity threshold" option to graph block
· Added "draw" command to graph block
· Added "msize" option to box plots (request by Nicolas Lerme)
· Added GLE-TeX symbols \uparrow, \downarrow, \updownarrow, \Uparrow, \Downarrow, \Updownarrow, and \backslash
· Added changes by Pascal Buescher to feyn.gle
· Added functions rgba() and rgba255()
· Added functions xg3d() and yg3d()
· Always embed all fonts in PDFs
· Cairo (www.cairographics.org) rendering now available in QGLE
· Control constructs (e.g., if-then-else and for-next) can be used in graph and key blocks
· Feature #3174151: Variable justification
· GNU/Hurd now officially supported
· Multiple layers in graph blocks
· New "begin length" block to compute curve length
· New CSV file reader with better error handling and wider CSV format support (including Microsoft Excel)
· Option "-cairo" can now be combined with LaTeX expressions
· Semi-transparent color...