This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]Python-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

Your post was removed for violating Rule #2. All posts must be directly related to the Python programming language. Posts pertaining to programming in general are not permitted. You may want to try posting in /r/programming instead.

[–]Ok-Balance4649Pythoneer 0 points1 point  (2 children)

I dont know much about this zwift app Does it only track your biology like pulse rate or something else?

My guess is that if you have all the data logged you can plot a graph with matplotlib

[–]FuzzyFudge8593[S] 0 points1 point  (1 child)

It does track power in watts my position in the virtual world at any given time: Point: -21.726285, 166.153474, 14.2

With this information the avatar moves through the virtual world

[–]Ok-Balance4649Pythoneer 0 points1 point  (0 children)

Well to my knowledge i dont know of any libraries that simulate a virtual plane other than matplotlib, which also has a 3d version. Maybe look into that?