Search found 1 match
- Sun Jun 23, 2013 9:31 pm
- Forum: JFreeChart
- Topic: Creating a normal distribution graph with JFreeChart
- Replies: 1
- Views: 4442
Creating a normal distribution graph with JFreeChart
I am trying to make a normal distribution graph using the JFreeChart library. I am successful if I try to get one area under the graph. However I did not find a way on how get 2 areas under the graph. Here is the code for one side : public GrafHujungKanan() { Function2D normal = new NormalDistributi...