DearPyGui icon indicating copy to clipboard operation
DearPyGui copied to clipboard

fix (demo): Corrected inconsistencies in the divergent bar stacks demo.

Open v-ein opened this issue 6 months ago • 0 comments


name: Pull Request about: Create a pull request to help us improve title: Corrected inconsistencies in the divergent bar stacks demo. assignees: @v-ein


Description: The Bar Stacks section of demo.py contains incorrect references to labels_div/labels_reg, which leads to an exception when the user clicks the Divergent check box. Here's the error that occurs:

Message:   `values` size 120 must be a multiple of `group_size` 9

This PR corrects the references.

Kudos to @QuattroMusic for finding it!

Concerning Areas: None.

v-ein avatar Jun 22 '25 17:06 v-ein