Releases: jacobwilliams/pyplot-fortran
Releases · jacobwilliams/pyplot-fortran
3.6.0
3.5.0
- Fixed a test with latest matplotlib.
- Added a new option to use date formatting for the axes.
- CI and readme updates
3.3.0
- Added
plot_wireframe. - Can now specify the name of the python executable to use.
- Test updates.
3.2.1
- Fixed an issue where using quad precision would cause errors in the python script
- Some CI, FPM, and test updates
3.2.0
- Made the
istatoutput optional. - Added support for specifying real kind via a preprocessor flag (
REAL32,REAL64, orREAL128). - Updates to the readme file.
3.1.0
- Added an errorbar plot example
- Added
usetexoption - Updated for upcoming matplotlib
gca()changes - Added FPM support
- Added VSCode config file.
3.0.0
- Fixed contour axes and added colorbar option.
- Fixed bug for filled contour plot.
- Added
plot_surface - Added
add_errorbar - Added support for raw strings
- Fixed some depreciation warnings from latest Matplotlib
2.1.0
- Added
add_sphere()api. - Added
use_oo_api,axisbelow, andtight_layoutoptions toinitialize().
2.0.1
Bug fix where the temporary file was not being properly closed.
2.0.0
- Removed
error_stopstatements. Now, routines have anistatinteger output argument. - Added
facecolor="white"as default for figures. - An RGB vector can now be used to specify line color in
add_plot. - Replaced a FLUSH statement with CLOSE for the temp file.