Skip to content

Arrays are now converted to numpy arrays before passing to matplotlib functions as some of them expect numpy arrays, not python lists#19

Open
Rob-Rau wants to merge 5 commits intokoji-kojiro:masterfrom
Rob-Rau:master
Open

Arrays are now converted to numpy arrays before passing to matplotlib functions as some of them expect numpy arrays, not python lists#19
Rob-Rau wants to merge 5 commits intokoji-kojiro:masterfrom
Rob-Rau:master

Conversation

@Rob-Rau
Copy link

@Rob-Rau Rob-Rau commented Oct 23, 2020

Matplotlib expects Numpy ranges for some of its plotting routines. Mainly streamplot but I'm sure their are others. This PR explicitly takes incoming arrays and converts them to numpy arrays instead of python lists. This should not be a problem as Numpy is a direct dependency of matplotlib so it will be installed if matplotlib is expected to work.

… functions as some of them expect numpy arrays, not python lists
@Rob-Rau
Copy link
Author

Rob-Rau commented Nov 6, 2020

@koji-kojiro Any thoughts on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant