In matplotlib, how to add a table to a subplot without resizing other subplots

后端 未结 0 911
不知归路
不知归路 2021-02-09 16:09

Consider this example:

import matplotlib.pyplot as plt

fig, axs = plt.subplots(1, 3, figsize=(9,3), constrained_layout=False)
[ax.plot([[0,0],[1,1]]) for ax in a         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题