Dear Gretl Community,
I'm pleased to announce the latest release of the PairPlot package,
version 0.95. This release includes several bug fixes and feature
enhancements to improve the user experience and functionality.
Try a simple example:
<hansl>
pkg install PairPlot
include PairPlot.gfn
open iris.gdt --frompkg=PairPlot --quiet
list y = 1..4
PairPlot(y)
</hansl>
Access the help via the command "help PairPlot"
Changes in this release include:
Bug Fixes:
- Resolved a path issue in Windows where paths with blanks would
sometimes fail.
- Fixed an error that occurred with negative values in some cases.
- Addressed an error that occurred when the name of the last variable in
the list started with 'e' or 'E'.
Feature Improvements:
- Improved handling of transparency.
- Added support for drawing centroids of 2-dimensional space.
- Added a grid option for optionally drawing a grid in the background.
- Introduced new options for key_fontsize and tics_fontsize.
Changes to Existing Features:
- Removed the font option, as the font is now controlled by Gretl.
- Increased the default font size to 12.
- Transitioned to a markdown-based help file.
- Currently only png-files are supported.
Please note, the minimum Gretl version for this package has been
increased to 2022d.
We encourage everyone to upgrade to this latest version and explore
these new features and improvements.
As always, your feedback is invaluable, and we look forward to hearing
your comments or concerns.
Best regards,
Artur
Show replies by date