Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 79ea01e

Browse files
committed
wip
1 parent 39add1f commit 79ea01e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

PROGRESS.md

+16
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,19 @@ Traceback (most recent call last):
7575
TypeError: Argument 'ctx' has incorrect type (expected imgui.core._ImGuiContext, got imgui.core._ImGuiContext)
7676
>>>
7777
78+
# 2021-03-25
79+
80+
After merging https://github.com/KinoxKlark/pyimgui/pull/2:
81+
82+
$ python
83+
Python 3.9.2 (default, Mar 12 2021, 13:13:11)
84+
[GCC 7.5.0] on linux
85+
Type "help", "copyright", "credits" or "license" for more information.
86+
>>> import imgui
87+
>>> import implot
88+
>>> ctx = imgui.create_context()
89+
>>> implot.create_context()
90+
<implot.plot._ImPlotContext object at 0x7f5526125370>
91+
>>> implot.set_imgui_context(ctx)
92+
>>>
93+

0 commit comments

Comments
 (0)