Commit 9785f0b
Add unicode multiplot (#120)
* UnicodePlots: Enable multiplot layout by reducing the resolution
* UnicodePlots: add autoscale to scalarplot 2D
* UnicodePlots: Adjust total resolutions to make multiplots more consistent
* UnicodePlots: use normal text color where useful
* first draft of 2d vectorplot with UnicodePlots
* improved vector plot
* UnicodePlots: Make scalarplot 2d slightly larger
* use colormap for arrow coloring
* use ansi_color
* old arrow directions were correct
* provisoric colorbar for vectorplot
* removed debug line
* UnicodePlots: handle clear=true correctly in 1D Scalarplot
* much nicer vectorplot with outside colorbar
* vectorplot colorbar now changes with ctx[:colormap], ctx[:vscale] changes arrowtypes
* reveal only existing subplots
* Show placeholders for incomplete multiplots
* Reduce sizing of plots a bit further
it now matches the resolution in the terminal on minimal zoom
* fix names and labels in scalarplot
* Respect scaling and xlimits
* Comply to plot_multiscene interface
* Test UnicodePlots
* Add UnicodePlots image to README
* coordinate limits in vectorplot, less padding and shorter coordinate limits in gridplot
* check only if plot_multiscene is crashing
* Update pre-commit
* restored old padding in gridplot, added new border kwarg to toggle the border styles in UnicodePlots
* Update unicode plot image
* moved legend and limits to outside labels, removed padding in gridplots
* Update unicode plot image
---------
Co-authored-by: chmerdon <christian.merdon@wias-berlin.de>1 parent 941ea1d commit 9785f0b
9 files changed
Lines changed: 286 additions & 65 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | | - | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
82 | | - | |
| 84 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | | - | |
| 141 | + | |
| 142 | + | |
143 | 143 | | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
169 | 173 | | |
170 | 174 | | |
171 | 175 | | |
| |||
Loading
0 commit comments