Jonathan Hoffstadt
Jonathan Hoffstadt
@thainik Hi, I'm not a font expert but russion I believe you need to remap the characters, see [this](https://dearpygui.readthedocs.io/en/latest/reference/dearpygui.html?highlight=remap#dearpygui.dearpygui.add_char_remap). This is issue is the exact reason we added `add_char_remap(...)`. We...
We are adding a zoomable node editor in 0.7.x (not initial release).
We do but have not got around to it yet.
We just added a minimap which should alleviate the issue a bit but we do not have an ETA yet for zoomable.
Is [this](https://dearpygui.readthedocs.io/en/latest/reference/dearpygui.html#dearpygui.dearpygui.fit_axis_data) what you are looking for?
For 1.7, we will be revamping the plotting API (similar to how we did the nodes in 1.6). You can expect this in 1.7 (plus a lot of other new...
This appears to be an imgui/implot bug... but I have a fix that we can add in the next release. I've done some quick test and basically the solution I've...
Let me bump the priority! This needs to be fixed ASAP.
We plan on having the plotting backend revamped for 1.7 (similar to how we just did the node backend for 1.6). This would include a fix for this issue!
Hi! We plan on opening up the texture formats very soon. The biggest issue was handling differences between platforms but we now have most of what we need to do...