You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: readme.md
+12-22
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,6 @@
1
1
##classybrew
2
2
3
-
**classybrew** uses the Jenks Natural Breaks Algorithm to generate classes based on intrinsic breaks in your data. **classybrew** will also generate a range of **sequential** color codes based on the number of breaks in your data and a user defined palette. The minified JavaScript file is only 18kb in size, and will integrate perfectly with your next **mapping** project.
4
-
5
-
[View Blog Post](http://tannerjt.github.io/geotanner/javascript/color-theory/2014/10/29/classybrew-jenks-heart-colorbrewer.html)
6
-
7
-
This tool was built with help from two outstanding open source repositories.
8
-
9
-
+[axismaps/colorbrewer](https://github.com/axismaps/colorbrewer) - Cynthia Brewers Color Theory
For more information about Jenk's Natural Breaks and a helpful python port of the algorithm, visit [Daniel J Lewis's Blog](http://danieljlewis.org/2010/06/07/jenks-natural-breaks-algorithm-in-python/).
3
+
**classybrew** lets you choose from several statistical algorithms (Jenks Natural Breaks, Quantile, Equal Interval) to generate class breaks based on your data. **classybrew** has [colorbrewer](https://github.com/axismaps/colorbrewer) color palettes built in to quickly generate choropleth maps, graphics, tables, etc. with ease.
0 commit comments