Commit fc3365b
committed
File tree
Expand file treeCollapse file tree
108 files changed
+931
-357
lines changedFilter options
- examples
- fastplotlib
- graphics
- layouts
- utils
- colormaps
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
108 files changed
+931
-357
lines changed+63-37Lines changed: 63 additions & 37 deletions
Large diffs are not rendered by default.
examples/gridplot_simple.ipynb
Copy file name to clipboardExpand all lines: examples/gridplot_simple.ipynb+209-21Lines changed: 209 additions & 21 deletions
Large diffs are not rendered by default.
examples/gridplot_simple.py
Copy file name to clipboard+53Lines changed: 53 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
+6-7Lines changed: 6 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
14 |
| - |
| 13 | + |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
| ||
23 | 22 |
|
24 | 23 |
|
25 | 24 |
|
26 |
| - |
| 25 | + |
27 | 26 |
|
28 | 27 |
|
29 | 28 |
|
| ||
51 | 50 |
|
52 | 51 |
|
53 | 52 |
|
54 |
| - |
| 53 | + |
55 | 54 |
|
56 | 55 |
|
57 | 56 |
|
58 | 57 |
|
59 | 58 |
|
60 | 59 |
|
61 |
| - |
| 60 | + |
62 | 61 |
|
63 | 62 |
|
64 | 63 |
|
| ||
70 | 69 |
|
71 | 70 |
|
72 | 71 |
|
73 |
| - |
| 72 | + |
74 | 73 |
|
75 | 74 |
|
76 | 75 |
|
| ||
115 | 114 |
|
116 | 115 |
|
117 | 116 |
|
118 |
| - |
| 117 | + |
119 | 118 |
|
120 | 119 |
|
121 | 120 |
|
|
+27-15Lines changed: 27 additions & 15 deletions
Large diffs are not rendered by default.
+26-11Lines changed: 26 additions & 11 deletions
Large diffs are not rendered by default.
+82-40Lines changed: 82 additions & 40 deletions
Large diffs are not rendered by default.
+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 | 1 |
|
5 | 2 |
|
| 3 | + |
6 | 4 |
|
7 | 5 |
|
8 | 6 |
|
|
fastplotlib/graphics/__init__.py
Copy file name to clipboard+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
6 | 6 |
|
7 |
| - |
| 7 | + |
fastplotlib/graphics/heatmap.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/heatmap.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
| 43 | + |
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
|
fastplotlib/graphics/histogram.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/histogram.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
|
fastplotlib/graphics/image.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/image.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
| 47 | + |
47 | 48 |
|
fastplotlib/graphics/line.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/line.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 |
| - |
| 9 | + |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
| 52 | + |
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
fastplotlib/graphics/scatter.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/scatter.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
fastplotlib/layouts/__init__.py
Copy file name to clipboard+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
0 commit comments