| Home | Installation | Tutorial | Reference | Change log |
Current version: 1.2.3
A major.minor.micro structure is used for version numbers.
| Changed version component | Changes in the project |
|---|---|
| major | API changes. |
| minor | Bugfixes. |
| micro | Changes without effect on the GNU Octave package, i.e. in Wiki documentation files or HTML documentation. |
Code sections marked as GNU Octave code
Code sections in the Wiki *.md files containing Octave code are marked as such to improve syntax highlighting.
Formulas implemented in MathML Core
Most of the former images showing formulas in the Wiki *.md files were replaced by MathML Core code.
Restructured Wiki
The Wiki was restructered, I hope users find information more easily.
Distribution modified
Now 2 archives are published for each release:
a pgfplot-x.y.z.tar.gz file containing just the package to install into GNU Octave and
a pgfplot-directory-x.y.z.tar.gz containing the complete directory I use for development.
Do not attempt to install this archive in GNU Octave, it contains additional *.m files in the documentation directories Octave will complain about. This archive is intended for those willing to contribute to this project and for those interested in more detailed documentation.
Private files
All non-API function files were moved to the “private” directory below “inst” to make them private.
Name changed
The GNU Octave package is now named “pgfplot”, different from the SourceForge project name “octpgfpl”.
Web documentation moved
The web documentation was moved to the project Wiki.
EPS+TeX
Using a recent plpdftex program we can produce EPS+TeX file pairs too.
Bugfix
Circle markers were not drawn in previous versions when producing a PDF+TeX standalone document.
Additional checks
Error messages are shown for empty label texts, unit texts or color specifications.
New output driver
A new output driver to produce a PDF+TeX file pair was added.
Documentation update
Just documentation updates, no new functionality.
Initial version released
This is the first version released.