append_imgui_window#

ImguiFigure.append_imgui_window(gui=None, *, location=None)[source]#

Append imgui elements to an existing edge window. Can also be used as a decorator.

Parameters:
  • gui (callable | ImguiContainer, optional) – function that draws imgui elements, or an ImguiContainer such as an ImguiColorbar. Omit when decorating.

  • location (str, "left" | "right" | "top" | "bottom") – location of the existing window to append to

Examples#

ImGUI append to windows

ImGUI append to windows