Olav Stetter
Olav Stetter
Seemed to me that the speed factor options is useful not only for `terminalizer play` but also for `terminalizer render`. This PR adds this option to the latter command.
See screenshot: 
Currently, all of the causality functions such as `TransferEntropySeparated(...)` in `te-extended.cpp` are part of the SimKernel object. They therefore cannot be tested in `causality_test.cpp` without the SimKernel overhead. In the...
See the example @NikosAlexandris posted in #32  Desired behavior: With `color=False` everything should be without color, including the legend labels.
Here is how this might look like: ``` Sine wave ────────────────────────────────────────────────────────────┐ ╱ ╱│ ╱ ╱ │ ╱ ╱ │ ╱ ╱ │ ╱ ╱ │ 2 ╱ ▗▛▜▖ ▛ ▚...
Hi there, love your plotting library! I myself am the author of the Python plotting library [uniplot](https://github.com/olavolav/uniplot), and as I'm working on extracting the code to generate optimally readable axis...