用vincent库和python改变轴测量

时间:2015-10-28 12:30:23

标签: python vincent

我会在确定的时间内创建一个带有主题标签分布的图。当我完成它时,我发现y轴的度量是错误的,它设置为十进制度量,而不是一个有序度量:enter image description here

我的所有值都大于1,这是我y轴的最高值。我能做什么? 这是我用来制作情节的代码:

time_chart = vincent.Line(malaria)
time_chart.axis_titles(x='Time', y='Freq')
time_chart.to_json('time_chart.json')
time_chart.to_json('time_chart.json', html_out=True, html_path='timechart.html')

0 个答案:

没有答案