An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/kpacha/treemap

Package treemap implements functions and structs for building treemaps TreeMaps are an alternative way to display properties of structured layered data (such as filesystems). Every data point can contain up to 4 different dimmensions: 3 numericals and a color encoded one. Consider the folowing description of a simple, hypotetical code analyzer report. In this case the dimm1 is the number of lines of code contained by the node, dimm2 is the number of types, dimm3, the number of functions and the color is encoding the complexity of the node (CCN-like mesure) treemap generates an extended version of the tree description, adding spatial coordinates and dimmensions for every package (block) in the tree. In this extended version, dimm1 will affect the width of the block; dimm2, its depth and dimm3 its height. The tiling algorithm is based in:

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/kpacha/treemap
License: Apache-2.0
Latest release: about 3 years ago
First release: about 3 years ago
Namespace: github.com/kpacha
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 2 months ago

    Loading...
    Readme
    Loading...