plot
plot copied to clipboard
A repository for plotting and visualizing data
Original [issue 131](https://code.google.com/p/plotinum/issues/detail?id=131) created by eaburns on 2013-07-01T01:17:26.000Z: All of the backing formats support (to a greater or lesser degree) embedding of bit mapped images. It would be useful for...
Original [issue 132](https://code.google.com/p/plotinum/issues/detail?id=132) created by eaburns on 2013-07-08T11:26:19.000Z: Currently, plot.New returns an error if it cannot find the default font. There are two concerns here: 1) if the default font...
Original [issue 133](https://code.google.com/p/plotinum/issues/detail?id=133) created by eaburns on 2013-07-17T13:22:42.000Z: Currently plotter.BoxPlot and plotter.BarChart (maybe others) use absolute values for their widths. It can be hard to predict a good width, and...
Original [issue 107](https://code.google.com/p/plotinum/issues/detail?id=107) created by eaburns on 2012-12-12T18:41:33.000Z: The default ticks are usually fine, but sometimes you want to specify your own, or maybe you want the default ticks but...
Original [issue 91](https://code.google.com/p/plotinum/issues/detail?id=91) created by eaburns on 2012-09-23T21:39:52.000Z: This would be like the examples page but would just contain a bunch of pretty images. The point would be to post...
Original [issue 90](https://code.google.com/p/plotinum/issues/detail?id=90) created by eaburns on 2012-09-23T21:38:19.000Z: Put one up on the wiki.
Original [issue 73](https://code.google.com/p/plotinum/issues/detail?id=73) created by eaburns on 2012-08-24T13:13:39.000Z: A wiki article could help demystify the plot's padX and padY functions a lot. X transform is x \* (da.Max - da.Min)...
Palettes specify a list of colors. Strictly this is always a specific list, though may of the implemented palettes can create a long list of colors. These are being used...
At the moment, a plot.GlyphBox represents a zero-sized point in the data space surrounded by an pair of offsets in the plot space. There is no way to represent the...
Currently plotutil uses the Color func to return a order set of colours for plots. Consider using a palette.Palette instead. Issue of whether to take a Palette parameter or continue...