This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#compdef godoc | |
typeset -A opt_args | |
local context state line | |
local pkgdir usrpkgdir | |
pkgdir="$GOROOT/src/pkg" | |
usrpkgdir="$GOPATH/src" | |
godoctmpl=~/.godoc_templates |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 |
Uses constraint relaxation to calculate new label positions, then transitions when no more adjustments are needed.
Also see the average prices.
An improvement of Average Price Histories by using constraint relaxation to position the labels, borrowed from the Dorling Cartogram example.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This playbook has been removed as it is now very outdated. |