Olav Stetter

Results 6 issues of 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: ![Screen Shot 2020-08-17 at 14 41 25](https://user-images.githubusercontent.com/340835/90397241-d7987d80-e097-11ea-8af7-26c7d974abf0.png)

bug
low prio

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...

low priority

See the example @NikosAlexandris posted in #32 ![bbb](https://github.com/olavolav/uniplot/assets/340835/b0efbcb0-fb18-4cc9-bb42-0b4f866f8a5c) Desired behavior: With `color=False` everything should be without color, including the legend labels.

bug

Here is how this might look like: ``` Sine wave ────────────────────────────────────────────────────────────┐ ╱ ╱│ ╱ ╱ │ ╱ ╱ │ ╱ ╱ │ ╱ ╱ │ 2 ╱ ▗▛▜▖ ▛ ▚...

feature request
feedback wanted

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...