nvglucifer

Results 33 comments of nvglucifer

You need to change these 3 to another string: "y1_axis", "y2_axis", "y3_axis" because the terminal says: `Message: Alias already exists`. If drop_callback still not working, can you provide a short/reproducible...

My bad about those string, I might forget to rename it - duplicate. yes, The 2nd axis isn't going yellow and no callback are call. because of some related issue...

```python import dearpygui.dearpygui as dpg dpg.create_context() with dpg.window(width=500, height=500): def new_axis_drop_callback(y:str): def _callback(sender, app_data, user_data): try: # parent - y or sender dpg.add_line_series([0, 1, 2, 3, 4], [4, 0, 3,...