Matplotlib imshow: Data rotated?

前端 未结 4 1198
清酒与你
清酒与你 2021-02-07 02:21

I was trying to plot some data with scatter. My code is

import matplotlib.pyplot as plt
import matplotlib as mpl
import numpy as np
from scipy.interpolate import         


        
4条回答
  •  感情败类
    2021-02-07 02:22

    BTW, you could use marker='s' to draw squares in your scatter plot instead of circles and then just keep your original code.

提交回复
热议问题