gpt4 book ai didi

axis - 使用plotly时如何反转 Axis 值?

转载 作者:行者123 更新时间:2023-12-04 14:55:55 32 4
gpt4 key购买 nike

这是我使用的程序:

library(plotly)

mydata = read.csv("data_to_plot.txt")
df = as.data.frame(mydata)

p <- df %>%
group_by(X) %>%
plot_ly(x = ~Y, y = ~X, z = ~Z, type = "scatter3d", mode = "lines")
p

以下是“mydata”的摘录:

df[1:12,]
X Y Z
1 1 0.2818017 0.0005993884
2 1 0.2832173 0.0007896421
3 1 0.2846330 0.0010293849
4 1 0.2860487 0.0013282462
5 1 0.2874643 0.0016969544



我想在 X Axis 上反转 X 值,但找不到如何修改我的程序。详情 plotly语法对我来说很模糊。有人可以提供一些帮助吗?
非常感谢。

绘制的数据:
enter image description here

最佳答案

关于axis - 使用plotly时如何反转 Axis 值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40643288/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com