Calling pyplot.bar, not getting a chart

前端 未结 0 1386
北荒
北荒 2020-12-29 03:22

When I execute this code it doesn\'t produce a chart. I can\'t see why.

import matplotlib.pyplot as plt
import numpy as np
a = 75
c = 0
m = 2**(31) -1
x = 0.1         


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