matplotlib 中的条形图/柱状图损坏?
在 matplotlib 中,有没有办法绘制破碎的条形图/柱形图。我寻找的案例有一个比其他条形规模更大的条形。 Excel 中的示例如下所示: 示例
我查看了 Matplotlib 库和文档,并且找到了断条的方法,但是不太一样。
Is there a way, in matplotlib, to plot a broken bar/column chart. The case I seek has one bar that is on a larger scale than the others. An example from Excel looks like this: example
I have looked in the Matplotlib gallery and documentation and found broken bar methods, but they are not quite the same.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
列出了两种为线图制作不连续轴的方法 此处。对于条形图来说,它的过程本质上应该是相同的(无论哪种情况)。如果任一方法都不起作用,请发表评论。
Two methods for making a discontinuous axis for a line plot are laid out here. It should be essentially the same process (in either case) for a bar graph. Please leave a comment if either method does not work.