Blubbaa
Blubbaa
Some options for markers in line plots are currently not supported, but would be nice to have. According to the [matplotlib docs](https://matplotlib.org/stable/api/_as_gen/matplotlib.lines.Line2D.html#matplotlib.lines.Line2D.set_markevery), `markevery` can be an integer, tuple, slice, etc....
I am trying to build hermes-python from source on Windows 10 and Python 3. I followed the instructions from [here](https://hermespython.readthedocs.io/en/latest/installation.html#building-from-source). When I run the `python setup.py bdist_wheel --include-extension=../../target/release/hermes_mqtt_ffi.dll` command, it...
### 🚀 The feature I would love to have the ability of setting the ouput type to a plotly or matplotlib figure, instead of saving plots to PNG and returning...