Releases: reaktoro/reaktplot
Releases · reaktoro/reaktplot
v0.4.1
🛠️ Improvements
Figures are now created with exponentformat
set to "power"
and showexponent
set to "last"
by default.
v0.4.0
🛠️ Improvements
- Added method
dash
in LineSpecs
- Added get method
colorway
in Figure
v0.3.2
🛠️ Improvements
Added missing self
argument to methods:
- xaxisRange
,
- xaxisRangeSliderYaxisRange
,
- yaxisRange
,
- yaxisRangeSliderYaxisRange
,
v0.3.1
🛠️ Improvements
This release permits use of Eigen vectors/arrays in reaktplot. It also fixes a minor bug in MarkerSpecs
.
v0.3.0
⭐ Major Refactor of C++ lib
reakplot
for C++ now relies on reaktplot
for Python, to avoid code duplication on the use of plotly
.
This release also enables contour plots.
v0.2.0
⭐ Updated API
This release improves and extends the C++ and Python API of reaktplot.
v0.1.2
🛠️ Improvements
This release implements the Python API of reaktplot
using Python itself, given that using pybind11
to generate the pybindings of the C++ library failed to work in macOS (but it worked fine in Linux).
v0.1.1
🛠️ Improvements
This release improves Python packaging and also the testing infrastructure of the library.
v0.1.0
⭐ First Release
This very first release of reaktplot
already permits plotting in both C++ and Python programming languages.
Note: reaktplot
relies on plotly for the actual plotting!