plot
plot copied to clipboard
A repository for plotting and visualizing data
Original [issue 97](https://code.google.com/p/plotinum/issues/detail?id=97) created by eaburns on 2012-11-05T14:01:29.000Z: A box plot offset field should be specifiable in the AddBoxPlots function. In addition to a string argument to name the box...
Original [issue 96](https://code.google.com/p/plotinum/issues/detail?id=96) created by eaburns on 2012-11-05T14:00:15.000Z: Should make a plotutil function for adding bar charts. It should also allow one to add grouped bar charts. This may be...
Original [issue 76](https://code.google.com/p/plotinum/issues/detail?id=76) created by eaburns on 2012-09-03T13:41:43.000Z: Other packages allow you to fill in box plot boxes with a color. This could be useful when making grouped box plots...
Original [issue 72](https://code.google.com/p/plotinum/issues/detail?id=72) created by eaburns on 2012-08-24T13:12:20.000Z: n could be newMin and m could be newMax.
Original [issue 55](https://code.google.com/p/plotinum/issues/detail?id=55) created by eaburns on 2012-08-11T12:42:46.000Z: It should be possible to add shading above and below lines.
Original [issue 50](https://code.google.com/p/plotinum/issues/detail?id=50) created by eaburns on 2012-08-04T13:09:46.000Z: Compute a least-squares fit of some points.
Original [issue 38](https://code.google.com/p/plotinum/issues/detail?id=38) created by eaburns on 2012-06-21T12:20:38.000Z: It's nice to have the number of tick marks computed by DefaultTicks change based on the size of the plot. SPT (code.google.com/p/caml-spt)...
Original [issue 29](https://code.google.com/p/plotinum/issues/detail?id=29) created by eaburns on 2012-06-15T15:39:34.000Z: Currently, the tests don't really test anything. They are just used as a convenient way to look at sample plots as I...
Original [issue 21](https://code.google.com/p/plotinum/issues/detail?id=21) created by eaburns on 2012-06-13T19:38:10.000Z: Add a *TextStyle field to Tick. If it is nil then use the Axis.Tick.Label.TextStyle, otherwise use the pointed to style.
Original [issue 137](https://code.google.com/p/plotinum/issues/detail?id=137) created by eaburns on 2014-01-22T19:52:20.000Z: When you place a lot of data points with error bars you can end up with quite a bit of clutter. It...