Skip to content

ScalaTIKZ v0.5.0

Compare
Choose a tag to compare
@vagmcs vagmcs released this 20 Jun 18:03
· 33 commits to master since this release

Highlights

  • Implicit conversion for tuple of Seq into Data2D (34ca).
  • Custom constructor added for the LegendPos class (fed4).
    • The constructor allows for user positioned legends.
  • Support for axis scaling (089d).
  • CLI and Figure API refactor (106c).
    • The command line interface is now simpler and more compact. Moreover, it supports more options for the figures.
    • Error plot types are not available as an option anymore, instead the CLI detects if the user has given error data and adapts the plots automatically.
    • Axis support for legend font size and custom positions has been added.

Bugs

  • Removed underline format from long parser args (6232).
  • Added forget plot argument to secondary add plot commands used for filling the area between upper and lower error lines (75f3).

Other Changes

  • Bar plots use black error lines in order to be more visible (cef6).
  • Nodes near coords use fixed precision set to 2 (33f1).
  • SBT updated to version 1.5.2 (6031).
  • LICENSE changed to GPLv3 (93e6).