example1:$(EXAMPLE_DIR)/graph-example-qec.py # PHONEY target avoids multiple executions with two real targets ('qec-all.pdf', 'qec-no-estimates.pdf'), but results in 'example1' always being executed if make is run on 'all' or 'example1'
handles,labels=plt.gca().get_legend_handles_labels()# tak til Ian Hincks: https://stackoverflow.com/questions/22263807/how-is-order-of-items-in-matplotlib-legend-determined\
order=[0,2,3,1]
plt.title('Note: Incomplete figure. See comment in python code.')