更改 ggplot2 中 x 值的比例
我正在撰写大学论文,需要为黄鳍金枪鱼创建一些潜水形状剖面图。我已经创建了图表,但 X 轴的比例有问题,因为它是一个时间值,而且我有一个 6 面板图。我的时间范围是 5 分钟间隔,每张图总计 15 分钟。我的图表的时间范围如下:(a)2019 年 1 月 20 日上午 11:45 至下午 12 点,15 分钟时间跨度。 (b) 15 分钟时间跨度 16:47-17:02PM 26/1/2019。 (c) 15 分钟时间跨度 16:40-16:55 2019 年 8 月 2 日。 (d) 15 分钟时间跨度 17:10-17:25 2019 年 2 月 14 日。 (e) 15 分钟时间跨度 16:15-16:30 26/2/2019。 (f) 15 分钟时间跨度 16:40-16:55 2019 年 9 月 3 日。请注意,日期不一定重要,但附加到我的图表中将是额外的好处。将规模固定在 500m 深度也很棒。每个面板都是一个单独的 Excel 电子表格。
I am undergoing my university dissertation and need to create some dive shape profiles for Yellowfin tuna. i have created the graph but am having issues with the scale of my X axis, as it is a time value and i have a 6 panel plot. My time-frame is in 5 minute intervals, adding up to 15 mins per graph. The time frames for my graph are as follows: (a)15-minute timespan 11:45AM-12 PM 20/1/2019. (b) 15-minute timespan 16:47-17:02PM 26/1/2019. (c) 15-minute timespan 16:40-16:55 8/2/2019. (d) 15-minute timespan 17:10-17:25 14/2/2019. (e) 15-minute timespan 16:15-16:30 26/2/2019. (f) 15-minute timespan 16:40-16:55 9/3/2019. Note that the dates do not matter necessarily, but would be an extra bonus to attach to my graph. Fixing the scale to 500m in depth would be fantastic also. Each of these panels, are a separate excel spreadsheet.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果没有更多示例,我有点不清楚您要做什么,但如果您想更改轴但查看 ggplot scale_x_discrete()
I'm a little unclear of what you're trying to do without more of an example but if you're trying to change the axis but look into ggplot scale_x_discrete()