简体   繁体   中英

3D Scatter Plot with Plotly in R without lines

I've been struggling with this for a while. I know I can turn off most hover functionality by including hoverinfo = 'none', but I still see the lines that connect to the 3 axes when plotting a 3D Scatter Plot. Is there a way to turn off that functionality? I included a picture that hopefully makes clear what lines I'm trying to get rid off.

在此处输入图像描述

Thanks in advance!

This was solved by including showspikes = FALSE in the layout. I should read documentation more carefully. I am an idiot!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM