python3 -c 'import matplotlib.pyplot as pyplot; pyplot.pie([1,2,3]); pyplot.show()'