Conversation
49d522b to
7e7d38b
Compare
a069588 to
9943b08
Compare
|
rebased. |
|
Very nice. While we are at it, I added a provisoric vectorplot. It needs some more tweaking with the arrow heads and tails and color customizations, but seems to work in principle. One can test it with the returned plot from Example201 in ExtendableFEM. However, reveal(plt) currently does not work, but show(plt) allows a peak. |
|
Maybe it is better to use unicode arrow characters (and color them according to their strength) instead to try to draw real arrows. However, that probably restricts the direction accuracy to 45 degree steps... |
|
Starts looking reasonable! I usually test things by running (well, yes, we neede some developer docs for this...) Two issues emerge in a quick check:
|
|
@j-fu thanks for the hint. |
|
@j-fu: this image should probably put into the README? |
it now matches the resolution in the terminal on minimal zoom
268021d to
6690e97
Compare
|
rebased. |
…limits in gridplot
…e border styles in UnicodePlots
|
This is the current state:
I think we are ready for merging. Thanks a lot @chmerdon ! |






To achieve this, we need to set the size of the subplots and hand over independent Gridvisualizers for the subplots
Results look promising:

Need to check if the changes break anything with the other Plotters