+ 1

How to plot hand-made physics lines and graphs

Hello! I'd like to try out some physics plotting with python. What do you recommend me? (How to do it properly, libraries, etc.) Any help is welcome!

26th Oct 2024, 5:07 PM
Ugulberto Sánchez
Ugulberto Sánchez - avatar
4 Respostas
+ 6
Ugulberto Sánchez There are alternative libraries, but I think matplotlib is the most widespread in Python. You could also use R, if you know that language, instead of Python. R is quite widespread among data scientists.
26th Oct 2024, 5:41 PM
Jan
Jan - avatar
+ 3
Jan i thought about that but... There must be more comfortable ways maybe to do this... Thanks for you comment anyways
26th Oct 2024, 5:20 PM
Ugulberto Sánchez
Ugulberto Sánchez - avatar
+ 1
If you do it without library then opengl is good, because you can scale the graph to infinity in any dimension and you can do camera control to scroll anyway on the plot. I have do it before but c++ I used Then you ask yourself, is it 3d physics graph or 2d, and you make the graph. And you ask again, can I animate in the graph or is it a one time function graph
27th Oct 2024, 7:33 AM
Sharpneli
Sharpneli - avatar