File tree
21 files changed
+478
-397
lines changedFilter options
- .github/workflows
- docs/source/api/layouts
- examples
- gridplot
- image_widget
- notebooks
- screenshots
- tests
- fastplotlib
- graphics
- layouts
- ui
- widgets/image_widget
21 files changed
+478
-397
lines changed.github/workflows/ci-pygfx-release.yml
Copy file name to clipboardExpand all lines: .github/workflows/ci-pygfx-release.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
85 |
| - |
| 85 | + |
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
91 |
| - |
| 91 | + |
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
docs/source/api/layouts/figure.rst
Copy file name to clipboardExpand all lines: docs/source/api/layouts/figure.rst+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
| 30 | + |
29 | 31 |
|
30 | 32 |
|
31 | 33 |
|
| ||
36 | 38 |
|
37 | 39 |
|
38 | 40 |
|
| 41 | + |
39 | 42 |
|
40 | 43 |
|
41 | 44 |
|
42 |
| - |
43 | 45 |
|
44 |
| - |
45 | 46 |
|
docs/source/api/layouts/imgui_figure.rst
Copy file name to clipboardExpand all lines: docs/source/api/layouts/imgui_figure.rst+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
| 32 | + |
31 | 33 |
|
32 | 34 |
|
33 | 35 |
|
| ||
39 | 41 |
|
40 | 42 |
|
41 | 43 |
|
| 44 | + |
42 | 45 |
|
43 | 46 |
|
44 | 47 |
|
45 | 48 |
|
46 |
| - |
47 | 49 |
|
48 |
| - |
49 | 50 |
|
docs/source/api/layouts/subplot.rst
Copy file name to clipboardExpand all lines: docs/source/api/layouts/subplot.rst-4Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
35 | 34 |
|
36 | 35 |
|
37 | 36 |
|
| ||
58 | 57 |
|
59 | 58 |
|
60 | 59 |
|
61 |
| - |
62 | 60 |
|
63 | 61 |
|
64 | 62 |
|
65 | 63 |
|
66 |
| - |
67 | 64 |
|
68 |
| - |
69 | 65 |
|
examples/gridplot/gridplot_viewports_check.py
Copy file name to clipboard+37Lines changed: 37 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 | + |
examples/image_widget/image_widget_viewports_check.py
Copy file name to clipboard+35Lines changed: 35 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 | + |
examples/notebooks/nb_test_utils.py
Copy file name to clipboardExpand all lines: examples/notebooks/nb_test_utils.py+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
97 | 117 |
|
98 | 118 |
|
99 | 119 |
|
|
examples/notebooks/quickstart.ipynb
Copy file name to clipboardExpand all lines: examples/notebooks/quickstart.ipynb-16Lines changed: 0 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1695 | 1695 |
|
1696 | 1696 |
|
1697 | 1697 |
|
1698 |
| - |
1699 |
| - |
1700 |
| - |
1701 |
| - |
1702 |
| - |
1703 |
| - |
1704 |
| - |
1705 |
| - |
1706 |
| - |
1707 |
| - |
1708 |
| - |
1709 |
| - |
1710 |
| - |
1711 |
| - |
1712 |
| - |
1713 |
| - |
1714 | 1698 |
|
1715 | 1699 |
|
1716 | 1700 |
|
|
examples/screenshots/gridplot_viewports_check.png
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
Loading
examples/screenshots/image_widget_viewports_check.png
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
Loading
examples/screenshots/no-imgui-gridplot_viewports_check.png
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
Loading
examples/tests/test_examples.py
Copy file name to clipboardExpand all lines: examples/tests/test_examples.py+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 |
| - |
| 61 | + |
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
| 65 | + |
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
| ||
103 | 103 |
|
104 | 104 |
|
105 | 105 |
|
| 106 | + |
106 | 107 |
|
107 | 108 |
|
108 | 109 |
|
109 |
| - |
110 |
| - |
111 | 110 |
|
112 | 111 |
|
113 | 112 |
|
|
fastplotlib/graphics/_axes.py
Copy file name to clipboardExpand all lines: fastplotlib/graphics/_axes.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
516 | 516 |
|
517 | 517 |
|
518 | 518 |
|
519 |
| - |
| 519 | + |
520 | 520 |
|
521 | 521 |
|
522 | 522 |
|
|
0 commit comments