Ethan Burns

Results 74 issues of Ethan Burns

The godoc comment for MetaData is out of control. Also, the fields of StreamInfo need some comments. What are the units on StreamInfo.MinBlock and friends? I haven't looked at the...

enhancement

Peggy supports rule templates, but the README.md does not document them at all.

The input grammar uses YACC. This is not ideal, because it is newline sensitive: a newline that is not inside of a code block begins a new rule. This makes...

enhancement

The peg package has a pretty printer. However, I can think of a few other useful ways to pretty-print a tree. It may be good to add a pretty printer...

enhancement

Original [issue 138](https://code.google.com/p/plotinum/issues/detail?id=138) created by eaburns on 2014-02-03T00:24:33.000Z: For example, each call to plotutil.AddLines will restart the color pallet. If you want to cycle through the colors, you have to...

enhancement

Original [issue 114](https://code.google.com/p/plotinum/issues/detail?id=114) created by eaburns on 2013-02-20T19:08:16.000Z: In the plot below, the tick marks are "top heavy" (or "right heavy" if you consider the X axis). If the major...

enhancement

Original [issue 128](https://code.google.com/p/plotinum/issues/detail?id=128) created by eaburns on 2013-06-08T12:44:54.000Z: All other vg backends seem to insert an implicit Move to the start of a new path, and they seem to insert...

bug
gonum

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...

enhancement

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...

enhancement