Skip to content

Commit

Permalink
core: update plot section of dpg demo and update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioSpano authored and hoffstadt committed Sep 17, 2024
1 parent 242d7e9 commit 72378ca
Show file tree
Hide file tree
Showing 6 changed files with 321 additions and 77 deletions.
13 changes: 12 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,15 @@ Take a look at implot.cpp to have a better changelog.


### Completed Column ✓
- [x] mo_mouse_pos -> no_mouse_text
- [x] mo_mouse_pos -> no_mouse_text


### Non working functions in demo
- [] in heatmap plots the col_major flag (ImPlotHeatmapFlags_ColMajor) is not working
- [] in histogram series min and max range should not be 0 and 1, but the min/max of the values
- [] check density flag of histogram series
- [] in histogram 2D minX, minY, maxX and maxY range values should not be 0 and 1, but the min/max of the values
- [] digitalplot is missing



39 changes: 39 additions & 0 deletions dearpygui/_dearpygui.pyi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions dearpygui/_dearpygui_RTD.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions dearpygui/dearpygui.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 72378ca

Please sign in to comment.