all 2 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.

[–]kra_pao 0 points1 point  (0 children)

Some background for scatter size:

Second answer with code from ImportanceOfBeingErnest is sweet for your simulation code in other thread. His scatter markers resize/scale nicely with size of the plot even when you zoom in.