fastplotlib.ui.ImguiContainer#
- class ImguiContainer[source]#
Base class for imgui GUIs that are drawn inline within a window, for example an
ImguiColorbaror aLegendItem.Subclass and implement
update()to draw imgui elements. Containers are not added directly, pass one toFigure.add_imgui_window()orSubplot.add_imgui_window()for a window of its own, toappend_imgui_window()to draw it in a window that already exists, or toLegend.add().