© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Abdulquadri Ishola
Passionate about learning and problem solving
Before I forget, I saw you scatter plot. The marks are a bit squished to the bottom left. You can use a log scale by setting logx=True and logy=True in your plot() function.
logx=True
logy=True
plot()
Just saying. 🤷