Use matplotlib make a scatter plot (2)

Today we learned matplotlib, mainly learned to use it to create a series of scatter. (As shown)
Here Insert Picture Description
the main contacts and several methods

  • plt.axes () get_xaxis () set_visible (False):.. cancel axis
  • plt.figure (figsize, dpi): figsize parameter representation drawing image window, screen resolution parameter represents dpi
Released seven original articles · won praise 1 · views 137

Guess you like

Origin blog.csdn.net/m0_46236946/article/details/104320511