go-chart/drawing
gutmet 3e6f54fa68 fix paths from git.gutmet.org to fireandbrimst.one/aw 2023-09-21 21:33:55 +02:00
..
README.md readme. 2016-07-09 09:15:18 -07:00
color.go adding jet as a generator 2017-04-15 09:59:37 -07:00
constants.go need to be very specific about points vs. pixels. 2016-07-09 09:04:30 -07:00
curve.go Adds the ability to draw an XY scatter plot. (#27) 2017-03-05 16:54:40 -08:00
dasher.go removing 3rd party deps. 2016-07-08 17:57:14 -07:00
demux_flattener.go removing 3rd party deps. 2016-07-08 17:57:14 -07:00
drawing.go fix paths from git.gutmet.org to fireandbrimst.one/aw 2023-09-21 21:33:55 +02:00
flattener.go Adds the ability to draw an XY scatter plot. (#27) 2017-03-05 16:54:40 -08:00
free_type_path.go fix paths from git.gutmet.org to fireandbrimst.one/aw 2023-09-21 21:33:55 +02:00
graphic_context.go fix paths from git.gutmet.org to fireandbrimst.one/aw 2023-09-21 21:33:55 +02:00
image_filter.go removing 3rd party deps. 2016-07-08 17:57:14 -07:00
line.go removing 3rd party deps. 2016-07-08 17:57:14 -07:00
matrix.go can rotate text + add y axis names 2016-08-06 21:59:46 -07:00
painter.go fix paths from git.gutmet.org to fireandbrimst.one/aw 2023-09-21 21:33:55 +02:00
path.go pie charts! 2016-07-28 02:34:44 -07:00
raster_graphic_context.go fix paths from git.gutmet.org to fireandbrimst.one/aw 2023-09-21 21:33:55 +02:00
stack_graphic_context.go fix paths from git.gutmet.org to fireandbrimst.one/aw 2023-09-21 21:33:55 +02:00
stroker.go removing 3rd party deps. 2016-07-08 17:57:14 -07:00
text.go fix paths from git.gutmet.org to fireandbrimst.one/aw 2023-09-21 21:33:55 +02:00
transformer.go removing 3rd party deps. 2016-07-08 17:57:14 -07:00
util.go fix paths from git.gutmet.org to fireandbrimst.one/aw 2023-09-21 21:33:55 +02:00

README.md

go-chart > drawing

The bulk of the code in this package is based on draw2d, but with significant modifications to make the APIs more golang friendly and careful about units (points vs. pixels).