Tagged Questions
3
votes
1answer
900 views
Matplotlib 3D Scatter Plot with Colorbar
Borrowing from the example on the Matplotlib documentation page and slightly modifying the code,
import numpy as np
from mpl_toolkits.mplot3d import Axes3D
import matplotlib.pyplot as plt
def ...
3
votes
5answers
4k views
Scatter Plot 3D for Web Application
I am looking for a Scatter Plot 3D component for a Web application. Right now I am using JMathPlot (inside a Java Applet) to produce something like this:
JMathPlot is fine, but is missing some ...
0
votes
1answer
51 views
Web 3D Scatter Plot (XYZ / RGB) using CSS or Canvas
Well, I am trying to graph RGB values so that I can easily know what to put as the value of K for the Kmean value theorem.
But what I am trying to figure out is how I should graph my 3 dimensional ...
0
votes
0answers
10 views
How to set desired Ranges of values for X,Y,Z in JMATH PLOT
I am using JMATH PLOT to plot 3D scatter plots.But the problem is, i am facing problems in scaling the X,Y and Z Axis like in the picture below.So can any one please help me how to do set ranges for ...
0
votes
2answers
241 views
How can I chart 3d scatter graphs in C++?
What is the best way to chart a 3D scatter graph in C++?
Or maybe it's easier to use an external programs. Can you recommend my anything?