| View previous topic :: View next topic |
| Author |
Message |
coltson n00b

Joined: 15 Oct 2005 Posts: 46
|
Posted: Tue Jun 12, 2012 1:10 am Post subject: Simple program to make histograms like graphics. |
|
|
Hi, I need to do some histogram like graphics, but with different categories. For instance, in the "x" axis I want to put the name of the categories (like: car, airplane, boat, etc..) and in the y-axis the quantity (3,4,1, etc..). I would also like if each category could use different colors for each bar representing it. If these demands can be satisfied, the simpler the program is (easy to use) the better.
Any recommendations?
Last edited by coltson on Tue Jun 12, 2012 9:06 am; edited 1 time in total |
|
| Back to top |
|
 |
The Doctor l33t


Joined: 27 Jul 2010 Posts: 936
|
Posted: Tue Jun 12, 2012 2:20 am Post subject: |
|
|
The best program is certainly root (sci-physics/root)
You will need to look up the online documentation but everything is there. _________________ First things first, but not necessarily in that order. |
|
| Back to top |
|
 |
coltson n00b

Joined: 15 Oct 2005 Posts: 46
|
Posted: Tue Jun 12, 2012 9:06 am Post subject: |
|
|
Will give a look at it.
Anyone else has suggestions about simple programs? |
|
| Back to top |
|
 |
Hypnos Advocate


Joined: 18 Jul 2002 Posts: 2756 Location: Omnipresent
|
Posted: Tue Jun 12, 2012 10:29 am Post subject: |
|
|
root is a beast, and doesn't draw nice-looking histograms even.
I would try matplotlib (an example showing histogram bars of different colors). _________________ Personal overlay | Simple backup scheme |
|
| Back to top |
|
 |
Fitzcarraldo Guru


Joined: 30 Aug 2008 Posts: 345 Location: United Kingdom
|
Posted: Tue Jun 12, 2012 1:21 pm Post subject: |
|
|
coltson, is there a particular reason why you don't want to use LibreOffice Calc to do this? The Chart tool will do everything you want without any configuration at all, with the exception of the different colour bars, and even different colour bars can be achieved if you make each mode of transport ('category') a different data series. _________________ Fitzcarraldo's blog |
|
| Back to top |
|
 |
coltson n00b

Joined: 15 Oct 2005 Posts: 46
|
Posted: Tue Jun 12, 2012 4:25 pm Post subject: |
|
|
| Fitzcarraldo wrote: | | coltson, is there a particular reason why you don't want to use LibreOffice Calc to do this? T |
Who said I don't want to use it ?
Thank for the answers I will give a look in LibreOffice calc and in matplotlib |
|
| Back to top |
|
 |
|