The easiest way to skyrocket your YouTube subscribers
Get Free YouTube Subscribers, Views and Likes

3D Charts in Matplotlib for Python: Multiple datasets scatter plot

Follow
sentdex

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/3dscatt...

   • Graphing in Matplotlib (chart generat...  

Sentdex.com
Facebook.com/sentdex
Twitter.com/sentdex

How to generate interactive 3d scatterplots in Matplotlib and Python with multiple datasets.

posted by megnug8y