Skip to content

Releases: jacobwilliams/pyplot-fortran

3.6.0

17 Aug 14:07
60c5690
Compare
Choose a tag to compare
  • Fixed an issue where parentheses in the pyfile name specified in execute() would cause a crash in the command line call on Mac/Linux platforms.

3.5.0

27 Mar 18:25
d9ded3f
Compare
Choose a tag to compare
  • Fixed a test with latest matplotlib.
  • Added a new option to use date formatting for the axes.
  • CI and readme updates

3.3.0

31 Dec 15:09
Compare
Choose a tag to compare
  • Added plot_wireframe.
  • Can now specify the name of the python executable to use.
  • Test updates.

3.2.1

31 Dec 15:08
Compare
Choose a tag to compare
  • Fixed an issue where using quad precision would cause errors in the python script
  • Some CI, FPM, and test updates

3.2.0

06 Feb 20:51
8b3b72f
Compare
Choose a tag to compare
  • Made the istat output optional.
  • Added support for specifying real kind via a preprocessor flag (REAL32, REAL64, or REAL128).
  • Updates to the readme file.

3.1.0

10 Sep 04:10
Compare
Choose a tag to compare
  • Added an errorbar plot example
  • Added usetex option
  • Updated for upcoming matplotlib gca() changes
  • Added FPM support
  • Added VSCode config file.

3.0.0

08 Mar 04:17
990acdd
Compare
Choose a tag to compare
  • 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

05 Mar 02:24
Compare
Choose a tag to compare
  • Added add_sphere() api.
  • Added use_oo_api, axisbelow, and tight_layout options to initialize().

2.0.1

31 Jul 01:29
Compare
Choose a tag to compare

Bug fix where the temporary file was not being properly closed.

2.0.0

20 Jul 00:27
Compare
Choose a tag to compare
  • Removed error_stop statements. Now, routines have an istat integer 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.