ascii_graph works on primitive literals but not same(?) array from “zip”
I am trialing the ascii_graph
package for Python. If I assemble the histogram data using numpy.arange
and zip
, the plotting fails. If I assemble the data from primitive literals, it succeeds. Can anyone please explain what the difference is?