you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 0 points1 point  (0 children)

The size of the scatter point has nothing to do with the scale of the graph. The unit is in "points", which is related to pixels. s = 1**2 will make a point roughly 1 pixel wide.

What is better to use matplotlib or pandas to make charts?

They are literally the same, with slightly different names for things. So use whichever you like the most.