Skip to content

Releases: jchristopherson/fplot

v1.7.1

28 Feb 22:26
6080893
Compare
Choose a tag to compare

CMake build script bug fix

v1.7.0

14 Jan 22:53
a46a3b1
Compare
Choose a tag to compare

Adds:

Variable size points
Arrows
Use FORCOLORMAP to allow creation of custom colormaps
Use FSTRING and update string handling internally
Fixes:

Fix issues with the install script

v1.6.2: Added FPM support

15 Sep 17:13
619e769
Compare
Choose a tag to compare

Added FPM support.

Bug fix and meson support

31 Oct 13:21
2b3fed5
Compare
Choose a tag to compare

Bug fix and adding meson support. Thanks Átila Saraiva!

Added new plot types and functionallity

29 Jun 16:25
f1d0a20
Compare
Choose a tag to compare
  • Added several new plot types supporting vector-field plotting and polar plots.
  • Established new color schemes
  • Added new color maps and exposed additional functionality.

Added Functionallity

29 Sep 13:32
7250898
Compare
Choose a tag to compare

Add basic triangulation support.

Update dependencies

01 Sep 16:33
Compare
Choose a tag to compare

This release updates dependencies and fixes a few lingering bugs.

Bug Fix

03 Jul 01:59
Compare
Choose a tag to compare

Fix bug caused by resetting legend visibility when clearing the plot.

Bug Fix

02 Jul 20:55
Compare
Choose a tag to compare

This release fixes a minor bug relating to the resetting of colors upon clearing of a plot.

Added functionallity

02 Jul 15:52
e8d408c
Compare
Choose a tag to compare

Add functionality and smoothed out a few bumps.

Added:

  • plot_data_error_bars: Allows plotting of error bars
  • plot_labels: Allows the addition of labels to a plot
  • multiplot: Allows the use of multiplots
  • Added a logarithmically spaced array generation routine

Improved:

  • Improved automatic color selection for line type plots
  • Improved definition of a filename for file-based terminals.