Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #289 update news #291

Merged
merged 1 commit into from
May 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

## New features

* New function `plotGrid()` to create a plot grid and `PlotGridConfiguration` class to specify its properties.
* The default theme for all plots is the new `useMinimalTheme()`.
* New function `plotGrid()` to create a plot grid and `PlotGridConfiguration` class to specify its properties (#164).
* The default theme for all plots is the new `useMinimalTheme()` (#223).
* `Font` and `Label` objects now accounts for properties `align` and `fontFamily` (#234).

## Minor improvements and bug fixes

* Log scale plots use prettier ticks and ticklabels (#199)
* Creation of additional helper enums: `ExportFormats`, `ExportUnits`, `FontFaces` and `Alignements` (#263)
* Plots support transparency of ribbons, points and lines defined by field `alpha` (#227, #272)

# tlf 1.2.0

Expand Down