I have a main program that runs in pypy that creates three 2D numpy arrays. I want to save these to a file and then open them using python and plot them using matplotlib.pyplot.
Currently pypy does not work with numpy.save, is there an easy alternative method to save a group of numpy arrays to a file whilst using pypy?