Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为我的数据绘制一个范围柱形图,类似于这个。有什么建议吗?
GraphViz 不适合这种图表 - 它绘制“节点和边”类型的图表,而不是这种风格。
看起来“范围柱”图本质上是一个堆叠条形图,每个堆叠中有四个元素,底部元素和第三个元素绘制时没有边框和透明填充。所以,我建议尝试使用一个传统的图形库,它可以提供足够的灵活性来控制条形图来产生你想要的东西。