You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2024. It is now read-only.
When trying to add a histogram to my plot, I get an error:
File "...", line 275, in show_histogram
implot.plot_histogram('Active Image Histogram', counts, unique_values.size, self.bins, False, True, (0,0))
File "imgui\plot.pyx", line 1346, in imgui.plot.plot_histogram
AttributeError: 'dict' object has no attribute 'x'