joruof / imviz

Pythonic bindings of imgui/implot for visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plot_dummy crashes if color input has wrong type

joruof opened this issue · comments

In fact this happens for all colors, because the pybind11 numpy cast function crashes.
Closing since this is a pybind11 issue. And there is not much we can do about that.