Vladimir Ein

Results 304 comments of Vladimir Ein

> The API add_theme_color supports color dict as input Hmm... why do you think it does? Also, FWIW, `color_dict` in your code is a list, not a dict. If you...

How large is large? How many colors are you going to use, and how many markers?

... And here's why: when DPG invokes the callback, it checks the callback's signature to see if it needs to pass `sender`, `app_data`, and `user_data`. All three arguments are optional,...

Techincally yes, it is ready. I've just added a minor change that should prevent potential undefined behavior (which currently would not happen anyway, it's just to make code more robust)....

Hello @mailsurfie - would you please add more info? Like, exactly what you would want to change on DPG side, what's causing problems on your side, ideally with a screenshot....

For reference, here are some details and analysis from the corresponding Discord thread (quoting myself)... --- When you do `set_axis_limits`, DPG tells ImPlot to apply limits on the axis, which...

Good catch! The issue is caused by the ambiguous use of children items by different series: - Some (probably all) series put all their children into the legend popup menu...

This functionality is provided by [ImPlot](https://github.com/epezent/implot/), which DPG uses as a backend for rendering plots. This enhancement request should be opened for ImPlot, because there's nothing we can do at...

It's not clear what you mean or what help you might need. Would you please provide a detailed description of your issue?

Well, that's something you have to do on your own :joy:. If you need some ideas on how this can be implemented, here's an example I recently made for a...