python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
scatter3D in R Colouring Issue with Plane
I am using a scatter3D from the library plot3D and plotting a scatterplot with a plane of predictions:
library(plot3D)
scatter3D(x1,x2,y, bty = "g",
pch = 20, cex = 2, tickt...
Cinnamon
Votes: 0
Answers: 1
How fit='smooth' is done in scatter3d?
http://www.sthda.com/english/wiki/amazing-interactive-3d-scatter-plots-r-software-and-data-visualization
I see fit='smooth' is mentioned above. But it is not clear what is the underlying code to compu...
user1424739
Votes: 0
Answers: 0
scattering a set of 3d points over time
I have a data set of the following class:
class Event:
def __init__(self, timestamp, lx, ly, lz, nature):
try:
self.timestamp = datetime.strptime(timestamp, "%d/%m/%Y %H:%M")
...
Ali11H
Votes: 0
Answers: 0
Unrecognized marker array
I am trying to plot a 3D scatter plot in matplotlib and for some reason I keep getting this unrecognized marker error. I am not sure how to fix this error.
This is my code so far:
def display_3d_data(...
Rema Thomas
Votes: 0
Answers: 0