-1

从数据:

     Efficiency  

ITV 剧情 98
C4 电影 101
更多 4 电影 92
E4 电影 106
Film4 100

如何获得如下输出?

在此处输入图像描述

4

2 回答 2

1

With your chart data, insert another row that is computed as the score - 100.

enter image description here

Select this row of data, and then do Insert | Chart, Column Chart:

enter image description here

From there it is a simple matter of making the formatting adjustments (remove the legend, add a title, set the axis scale & gridline display properties, etc).

于 2013-07-29T23:03:01.443 回答
1

我将这个问题解释为几乎完全与格式有关,并且旨在:

SO17935424 示例

这使用了一些解决方法:

  1. 由于并非所有低于 100 的值都具有相同的颜色,因此我认为没有“规则”可遵循,因此仅为整个系列选择了浅蓝色,然后选择了 ITV Drama 来更改其颜色。
  2. 100 处的 Film4 值消失在网格线后面,因此我在源代码中将其调整为 101。

对于图表,我发现只绘制值 (98, 101, 92, 106, 101.0) 更容易(从单独的相邻单元格 - 如有必要,文本到列),然后单独添加水平轴标签,作为轴标题,足够适合的空间。

显然y轴设置为固定最小值:50,最大值:150,主要单位:10,主要刻度线类型:外部和水平轴交叉:轴值:100。数字格式一般。其他设置默认。

于 2013-07-29T23:25:31.497 回答