Nathan
0
Q:

matplotlib does not support generators as input

list or tuple should be appropriate input for matplotlib.

A fixed length generator can always be converted to a list. 

vals_list = list(vals_generator)
0

New to Communities?

Join the community