matplotlib doesn't save graph as file on raspberrypi

前端 未结 0 1941
陌清茗
陌清茗 2021-01-20 18:14

I have a question about the matplotlib on raspberry pi I have following code:

import matplotlib.pyplot as plt

data = [100, 200, 500, 700, 300, 200, 500]
x =[         


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