Closed jpfleischer closed 3 years ago
finished and documented at https://github.com/cloudmesh/cloudmesh-mpi/blob/main/doc/chapters/report-mpi.md#mandelbrot
import matplotlib.pyplot as plt
plt.plot([1,2,3], [5,7,4]) plt.savefig("mygraph.png")
replace pyplot show with savefig perhaps refer to julia futures to accomplish this
also numba missing in requirements.txt
finished and documented at https://github.com/cloudmesh/cloudmesh-mpi/blob/main/doc/chapters/report-mpi.md#mandelbrot
import matplotlib.pyplot as plt
plt.plot([1,2,3], [5,7,4]) plt.savefig("mygraph.png")
replace pyplot show with savefig perhaps refer to julia futures to accomplish this
also numba missing in requirements.txt