Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with barPlot
#3
(Aug-12-2021, 01:54 PM)jefsummers Wrote: Scale the values. Find the min and max (numpy min() and max() functions help), subtract min from each value and multiply by a factor to make larger. If you want range of 0-10, values would be (value-min)*10/(max-min)

Thank you very much for your help, it worked!!
Reply


Messages In This Thread
Problem with barPlot - by ghnunes - Aug-12-2021, 01:06 PM
RE: Problem with barPlot - by jefsummers - Aug-12-2021, 01:54 PM
RE: Problem with barPlot - by ghnunes - Aug-13-2021, 02:03 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020