Questions tagged [scatter3d]

Three-Dimensional Scatterplots and Point Identification

The scatter3d function uses the rgl package to draw 3D scatterplots with various regression surfaces. The function identify3d allows you to label points interactively with the mouse: Press the right mouse button (on a two-button mouse) or the centre button (on a three-button mouse), drag a rectangle around the points to be identified, and release the button. Repeat this procedure for each point or set of “nearby” points to be identified. To exit from point-identification mode, click the right (or centre) button in an empty region of the plot.

244 questions
-1
votes
1 answer

How to edit the legend of a scatter plot?

I made a plot with legend. By this code: scatter3d(x = red, y = green, z = blue, groups = C1class$V1, surface. col = 1:21, grid = FALSE, surface = FALSE) legend3d("right", legend = levels(C1class$V1), col = rainbow(21), pch = 16, inset =…
TheMentee
  • 31
  • 4
-1
votes
1 answer

Names for each point in scatter3, Matlab.

I have been trying to name each point in space for scatter3 plot in matlab, and came up with this code. x = [-30;-50;-40;-60;-60;-60;-30;30;60;60;60;40;50;30]; y = [50;30;30;0;20;-60;-80;-80;-60;20;0;30;30;50]; z =…
Akshay
  • 2,622
  • 1
  • 38
  • 71
-3
votes
1 answer

How to create 3d scatter plot

Proficients in Plotly, help me please. I have a matrix with heights. I need to build an analogue of go.Surface using Scatter. If this is not possible, then mark the points (vertices) on the Surface chart. All this is needed to better determine the…
-3
votes
1 answer

Change marker size in scatter3 plot

I generated a scatter plot with scatter3 function in MATLAB. I need to change the marker size in the plot.Right now I am using a basic code that goes as…
shivi
  • 1
1 2 3
16
17