Commit Graph

380 Commits

Author SHA1 Message Date
Will Charczuk
50b025e273 fixing examples 2017-05-12 17:06:45 -07:00
Will Charczuk
4d93883953 dont need to use curl, just using wget 2017-05-12 14:22:50 -07:00
Will Charczuk
9ca1b0466a sequence => seq 2017-05-12 14:17:43 -07:00
Will Charczuk
182c4eeed2 updates 2017-05-12 13:26:17 -07:00
Will Charczuk
fde118dd7c things work? 2017-05-01 22:51:23 -07:00
Will Charczuk
1556c5e843 updates 2017-05-01 22:34:58 -07:00
Will Charczuk
2f84185f46 changes. 2017-05-01 22:33:49 -07:00
Will Charczuk
c0fc2baa50 updates 2017-05-01 22:18:52 -07:00
Will Charczuk
41d81c82db updates 2017-04-30 01:12:15 -07:00
Will Charczuk
c47025edf6 updates 2017-04-30 00:39:38 -07:00
Will Charczuk
1c1430e3b8 api tweaks. 2017-04-29 23:17:28 -07:00
Will Charczuk
674e75d285 snapshot 2017-04-29 22:44:17 -07:00
Will Charczuk
6a4f3936c6 tweaks 2017-04-29 22:32:45 -07:00
Will Charczuk
814470733e snapshot. 2017-04-29 21:12:39 -07:00
Will Charczuk
472d04b3fa updates 2017-04-29 16:18:09 -07:00
Will Charczuk
255390c710 wtf 2017-04-29 13:21:26 -07:00
Will Charczuk
376a8efa36 updates 2017-04-29 13:19:17 -07:00
Will Charczuk
65a0895143 api cleaup 2017-04-28 16:07:36 -07:00
Will Charczuk
43212f871f poly tests! 2017-04-26 00:27:11 -07:00
Will Charczuk
39e9977724 sane default handling 2017-04-25 23:35:07 -07:00
Will Charczuk
b244fd675c fixing tests 2017-04-25 20:03:30 -07:00
Will Charczuk
da432bc1db ??? 2017-04-25 20:01:48 -07:00
Will Charczuk
fc75f205ee tweaks 2017-04-24 23:06:50 -07:00
Will Charczuk
685186cc4d tweaks 2017-04-24 23:00:28 -07:00
Will Charczuk
64d2ef25c7 comment update 2017-04-21 13:34:54 -07:00
Will Charczuk
b41d05a2f4 adds last value for poly reg 2017-04-21 13:31:19 -07:00
Will Charczuk
0cbbd0887a parameterize by index. 2017-04-19 15:27:31 -07:00
Will Charczuk
cee1a66a50 cow -> col 2017-04-18 23:53:29 -07:00
Will Charczuk
a211e88530 Adds matrix sub package & adds polynomial regression series (#36)
* updates

* updates

* tests.

* test coverage

* fixing test

* stride not rows + cols

* lu decomp implementation.

* poly regression!

* poly regression works.

* typo.
2017-04-18 20:20:29 -07:00
Chris Redford
b3dc3fef3c Separation of DotColorProvider and ColorProvider Interfaces (#34)
* fully functioning Viridis

* pure functions
2017-04-17 16:21:02 -07:00
Didip Kerabat
e53554fb04 Benchmarking the performance of drawing line charts. (#30)
* Another example for benchmarking the performance of drawing line charts.

* Cleanup the code a bit.
2017-04-16 10:37:39 -07:00
Will Charczuk
3f046bbba1 adding jet as a generator 2017-04-15 09:59:37 -07:00
Will Charczuk
c599f1a2a2 removing color translator 2017-04-15 09:43:59 -07:00
Will Charczuk
03ac305951 just passing the full range. 2017-04-15 09:07:59 -07:00
Will Charczuk
079c471daf updated example 2017-04-14 17:46:53 -07:00
Will Charczuk
5a9b0753ec spelling is poor 2017-04-14 17:46:34 -07:00
Will Charczuk
fdb1b191b2 color maps 2017-04-14 17:43:52 -07:00
Will Charczuk
4f15ced303 adding helper 2017-03-26 16:29:24 -07:00
Will Charczuk
fec5be6506 adding helper 2017-03-26 16:27:15 -07:00
Will Charczuk
a44401b5ca adding helper 2017-03-26 16:21:52 -07:00
Will Charczuk
66e49377ce adding helper 2017-03-26 16:19:25 -07:00
Will Charczuk
66b99eb8e3 fixing svg circles 2017-03-05 23:52:13 -08:00
Will Charczuk
10de6fa9bf whitespace 2017-03-05 23:39:37 -08:00
Will Charczuk
8e91a3446f wiring up pprof. 2017-03-05 23:37:30 -08:00
Will Charczuk
ee78cf8f2f do actually need to check that the ranges are set 2017-03-05 23:28:35 -08:00
Will Charczuk
7a3d6a6915 also do this for the secondary axis 2017-03-05 23:21:39 -08:00
Will Charczuk
182d5a199b potential fix for issue with large deltas rounding the y axis 2017-03-05 23:20:58 -08:00
Will Charczuk
b713ff85cc Adds the ability to draw an XY scatter plot. (#27)
* works more or less

* updating comment

* removing debugging printf

* adding output

* tweaks

* missed a couple series validations

* testing auto coloring

* updated output.png

* color tests etc.

* sanity check tests.

* should not use unkeyed fields anyway.
2017-03-05 16:54:40 -08:00
Will Charczuk
17b28beae8 fixing range validation and tests. 2017-03-02 14:39:32 -08:00
Will Charczuk
b2de33058f tweaks to range validation. 2017-03-02 14:26:21 -08:00