Numpy - HDF5 file to diagram in python, The hdf5 files I use contains 2 sets of data, 2 differents curves. My goal is to get diagrams like this one. This is what I managed to do for the moment: import tables as tb import numpy as np import matplotlib.pyplot as plt h5file = tb....