3D Charts in Matplotlib for Python: Multiple datasets scatter plot
Link to the full playlist:
Sometimes people want to plot a scatter plot and compare different datasets to see if there is any similarities. Here, you are shown how to chart two sets of data and how to specifically mark them and color them differently.
The following sample code utilizes the Axes3D function of matplot3d in Matplotlib. We use two sample sets, each with their own X Y and Z data. From here, we use .scatter to plot them up, 'c' to reference color and 'marker' to reference the shape of the plot marker.
Sample code: http://pythonprogramming.net/3d-scatter-plot-customizing/
http://www.youtube.com/playlist?list=PLQVvvaa0QuDfpEcGUM6ogsbrlWtqpS5-1
Sentdex.com
Facebook.com/sentdex
Twitter.com/sentdex
How to generate interactive 3d scatterplots in Matplotlib and Python with multiple datasets.