Search found 1 match
- Wed Oct 08, 2008 9:16 pm
- Forum: Eastwood Chart Servlet
- Topic: Error Bars with eastwood
- Replies: 1
- Views: 64300
Error Bars with eastwood
Is there a way to do a bar or line plot with error bars ? The Google Chart API does not implement it, so if we were to implement it, we would need to figure out what is the best way to encode the dataset example : chd=51,53,63,62,76,87 err=3,3,2,5,6,4 'chd' would express means, and err standard devi...