如何绘制“带标记的线”像这样的图表?

发布于 2024-11-01 20:29:25 字数 92 浏览 0 评论 0原文

请查看此图片(焦点为红色区域):

在此处输入图片描述

Please view this image (focus to red around area):

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

七秒鱼° 2024-11-08 20:29:25

我无法让它处理字母,但我可以让它处理数字 (=CODE(A1)-CODE("a")+1):

Scatter

阅读 Jean-François 的答案后更新(但在另一台计算机上):

  • 仅针对自定义标签添加了第二个系列
  • 显示数据新系列的标签
  • 明确将 Y 轴最小值设置为 0
  • 删除了原来的 X 轴标签
  • 删除了第二个系列的图例条目

Scatter2

还有一些步骤如下:

  • 将X轴值乘以10,调整定位内容的粒度,
  • 为series1值减去5,获取使用series2值播放的主要刻度线之间的中间数据
  • ,以获得标签也在主要刻度线之间

Scatter3

I cannot get it to work with the letters, but I can get it to work with numbers (=CODE(A1)-CODE("a")+1):

Scatter

UPDATE after reading Jean-François's answer (but on another computer):

  • Added a second series just for the custom labels
  • Show data labels for the new series
  • Explicitly set the Y axis minimum at 0
  • Deleted the original X axis labels
  • Deleted the legend entry of the second series

Scatter2

A few more steps and we're there:

  • multiplied the X axis values by 10, to adjust granularity for positioning stuff
  • subtracted 5 for series1 values, to get the data in the middle between major tick marks
  • played with series2 values, to get the labels also in the middle between major tick marks

Scatter3

-小熊_ 2024-11-08 20:29:25

这是一个更简单的方法。

像这样设置数据:

Data for Chart with letter axis labels

选择前两列(蓝色)并插入一列图表(零值列不出现):
柱形图

选择并复制第三列和第四列(红色),选择图表,选择性粘贴为新系列,选中第一列和第一行框(它作为另一列添加):
以 XY 数据作为另一列的柱形图

右键单击​​新柱形系列,选择更改系列图表类型,然后选择带线的 XY风格:
柱形图和 XY 图表

右键单击 XY 系列,选择“设置数据系列格式”,更改为“主轴线”:
带有字母 X 轴标签的完成的 XY 图表

Here's an easier way.

Set up the data like this:

Data for chart with letter axis labels

Select the first two columns (blue) and insert a column chart (zero value columns do not appear):
Column Chart

Select and copy third and fourth columns (red), select the chart, Paste Special as new series, check first column and first row boxes (it's added as another column):
Column chart with XY data as another column

Right click new column series, choose Change Series Chart Type, and select the XY with Lines style:
Column and XY Chart

Right click XY series, choose Format Data Series, change to Primary Axis:
Finished XY chart with letter X axis labels

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文