Python Forum
How to plot this - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: How to plot this (/thread-23760.html)



How to plot this - Ness - Jan-15-2020

Hey I've got barely no experience with python whatsoever I enjoy its plotting. However I need to rush through a kind of simple plot that I need to hand in, because the deadline knocks soon. My worksheet is about portraying some x and y values (if possible as crosses) on a double log scale and then draw a fit-function through the points/crosses. (might be just a linear-fit). How do I proceed?
I hope u can help me out with your superior experience, because, see, it lacks of time.

Kind Regards, Ness Heart


RE: How to plot this - jefsummers - Jan-15-2020

Show us what you have so far