0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement DrawArea.squishY. More... almost 12 years ago
Oops, forgot to add this file. More... almost 12 years ago
Use unit-independent lengths. Fixes issue 8. More... almost 12 years ago
Rename the vecgfx package to vg. It's shorter, vecgfx was getting way too long. More... almost 12 years ago
The Axis glyphBoxes function now returns sizes in inches. Fixes issue 7. More... almost 12 years ago
Unexport a bunch of things. Fixes issue 6. More... almost 12 years ago
Use separate horizontal and vertical axis types. This elides the need to have horiz and vertical in the different method names. More... almost 12 years ago
Some preliminary DrawArea squishing code. More... almost 12 years ago
Make DrawArea.crop more intuitive. More... almost 12 years ago
Split up the data → draw coordinate transform between Axis and DrawArea. More... almost 12 years ago
Use the full word Size. More... almost 12 years ago
Spelling fix in a comment. More... almost 12 years ago
go fmt More... almost 12 years ago
Fix EPS header comments. More... almost 12 years ago
Change and add comments. More... almost 12 years ago
Add veceps. Fixes issue 2. More... almost 12 years ago
Fill a white background behind plots, for now. More... almost 12 years ago
Simplify Axis drawing by moving some of the smarts into separate methods. More... almost 12 years ago
Rename ConstTicks to ConstantTicks. More... almost 12 years ago
Compute tick mark locations at axis drawing time instead of axis creation time. This allows the tick marks to be kept in sync with the Min and Max fields of the axis even if these fields are changed after the axis has been created. More... almost 12 years ago
Use DrawArea.crop to add padding to a plot. More... almost 12 years ago
Move Point and Rect to draw.go. More... almost 12 years ago
Update and add some comments. More... almost 12 years ago
Add a crop method to DrawArea. This greatly simplifies temporary changes to the area of the draw area. More... almost 12 years ago
Unexport some of the methods on Point. More... almost 12 years ago
Change the package to plt and unexport some methods. More... almost 12 years ago
Rename plt/plotinumXXX to plt/pltXXX. More... almost 12 years ago
Move low-level plotting code to plt. Fixes issue 1. More... almost 12 years ago
Change import paths to use code.google.com. More... almost 12 years ago
Move everything back one directory. This gets rid of a bunch of studdering in the package's path. More... almost 12 years ago