sciapp / python-gr

Python wrapper for the GR framework
https://gr-framework.org
Other
30 stars 8 forks source link

Quiver plot function arguments appear to be slightly different in Python and Julia #13

Closed kojix2 closed 5 years ago

kojix2 commented 5 years ago

Julia

function quiver(x, y, u, v, color::Bool=false)

https://github.com/jheinen/GR.jl/blob/d774077076d8250117db356711df776590e348ab/src/GR.jl#L3569

python-gr

https://github.com/sciapp/python-gr/blob/9ef456a8d4f51e40e48a4b3277b5c40f6ab50746/gr/__init__.py#L315