1.0 beta v1 #7

Merged
Snootic merged 9 commits from 1.0 into main 2023-11-29 02:19:54 -03:00
Snootic commented 2023-11-29 02:17:31 -03:00 (Migrated from github.com)
  • Adds binomial distribution screen and elements, users can add n, p and k values to create a bars chart.

  • The binomial function also returns the sum of all calculated elements, its μ value and the standard deviation as well.

  • Users can determine which calculated elements will be highlighted. Highlighted elements have dark blue colors in the chart, while the others have a light blue color. Highlighting elements also changes the final sum of the calculated elements.

  • Adds a Treeview where users can view all calculated elements and highlight them as well.

  • The binomial chart updates dynamically just after the user insert the value to entry.

  • Create new styles for widgets and make minor changes to visual colors.

- Adds binomial distribution screen and elements, users can add n, p and k values to create a bars chart. - The binomial function also returns the sum of all calculated elements, its μ value and the standard deviation as well. - Users can determine which calculated elements will be highlighted. Highlighted elements have dark blue colors in the chart, while the others have a light blue color. Highlighting elements also changes the final sum of the calculated elements. - Adds a Treeview where users can view all calculated elements and highlight them as well. - The binomial chart updates dynamically just after the user insert the value to entry. - Create new styles for widgets and make minor changes to visual colors.
Sign in to join this conversation.
No description provided.