I am experiencing the same issue.
I wanted to generate matplotlib plots using the API, but run.history() shows different results at each call so that it is impossible to reproduce the wandb charts .
Hi @jaeheelee and @carloshernandezp,
I believe you are seeing this because we sample the data points when you call run.history(). You can use run.scan_history() if you would like to have the entire history returned. Here is some more information on this.