Python Forum

Full Version: Plotting Multiple files !
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I read multiple data files and plot them in the same frame (not separately), like in a video form; first map appears for couple of seconds, disappears then the next one comes up and so on ... ???
Any help Big Grin Big Grin Big Grin
The easiest way may be to using Pandas ,so read all files and apply then into one Dataframe.
Can look at his post for a couple of basic example with Matplotlib and Pandas.
Give it try as this is common task,and search as there are many examples out there.