kinnala / scikit-fem

Simple finite element assemblers
https://scikit-fem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
500 stars 79 forks source link

add possibility to set the minlength in quiver #952

Closed HelgeGehring closed 1 year ago

kinnala commented 1 year ago

Seems mypy has changed its behaviour again...

Edit: Fixing this in #953. I have been introducing this plot_kwargs argument which I also plan to support. That is passed directly to matplotlib calls.

kinnala commented 1 year ago

In #953 you can write plot(m, plot_kwargs={'minlength': ...}).