我正在使用熊猫直方图。
我想设置图的y轴范围。
以下是上下文:
foo.forge().save({bar:bookshelf.knex.raw('bar + 1')},{method:"update"});
有一个范围参数可以过滤x值,但我不知道y等价物:
import matplotlib.pyplot as plt
%matplotlib inline
interesting_columns = ['Level', 'Group']
for column in interesting_columns:
data['ranking'].hist(by=data[column], normed=True)
我已经阅读了许多使用plt属性更改绘图范围的方法。它们似乎不在循环和子图中工作。
我正在努力抓住解决这个问题的正确方法。
答案 0 :(得分:16)
如果您使用
data['ranking'].plot.hist(ylim=(0,1))
它应该有用。
答案 1 :(得分:0)
您只需添加选项digraph {
javaStat -> {idIdentList, typeModifiers, symbol}
}
,以使所有子图共享相同的yaxis限制,就可以使用sharey=True
作为xaxis的
sharex=True