0

I'm asking my question here because I haven't find any information that could solve my problem. With FuncAnimation, I'm plotting the coordinates of a moving point on a world map. Every coordinates that I take from a CSV file come from a function where I implement myself the time spending. The data are then send to a csv file that I call in my FuncAnimation function. This is how my CSV file look like: enter image description here

All the plotting is working but I want to improve it. This is how my plot looks like at a period t:

enter image description here

I would like to know if someone knows a command that would permit me to plot my coordinates and the time (on the bottom left for example) like the time spending at the bottom left of the window on my computer, something like plt.time(position= 'bottom left', time_list).

The time value would be taken from my CSV, and open as a list (time_list) at the beginning of the code.

I tried to find the function on internet but didn't find anything except how to put the time as an axe which is not what I want.

medium-dimensional
  • 1,974
  • 10
  • 19
rom1
  • 1
  • 1
  • Could you please format the question and make sure it's a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example)? Please add data directly to the question as text and [not as an image](https://meta.stackoverflow.com/questions/285551/why-should-i-not-upload-images-of-code-data-errors). – medium-dimensional Dec 15 '22 at 17:44

0 Answers0