35
|
1 = numerics =
|
|
2
|
|
3 /python experiments in numerics + plotting/
|
|
4
|
174
|
5 == Installation ==
|
|
6
|
176
|
7 Because `numerics` is largely a bunch of experiments, it requires
|
|
8 several packages. Some of them *may* be challenging to install.
|
|
9 Here's how, as best I know.
|
|
10
|
174
|
11 === OSX ===
|
|
12
|
177
|
13 For matplotlib:
|
|
14
|
174
|
15 http://superuser.com/questions/242190/how-to-install-matplotlib-on-os-x
|
|
16
|
177
|
17 You may also have to manually refresh the font cache:
|
|
18
|
|
19 cd ~/.matplotlib/
|
|
20 fc-list # Should take a couple minutes.
|
|
21
|
|
22 (From: http://stackoverflow.com/questions/17490444/import-matplotlib-pyplot-hangs )
|
|
23
|
35
|
24 == Libraries ==
|
0
|
25
|
35
|
26 The following libraries, listed by language, may be worth investigating.
|
|
27
|
|
28 === JavaScript ===
|
|
29
|
|
30 - http://metricsgraphicsjs.org/
|
143
|
31 - https://github.com/mikedewar/d3py : python -> d3 bridge
|
0
|
32
|
|
33 ----
|
|
34
|
|
35 Jeff Hammel
|
|
36
|
35
|
37 http://k0s.org/hg/numerics
|
0
|
38
|