Skip to content

Interactive 3d scatter plots in Python with matplotlib and/or plotly

License

Notifications You must be signed in to change notification settings

zatang007/pyscatter-3d

 
 

Repository files navigation

pyscatter-3d

Reads collections of .csv files and plots selected columns as an interactive 3d scatter-plot.

  • supports both
    • matplotlib, the standard Python plottling library, and
    • plotly, generating faster, more interactive figures viewed directly in a web browser
  • works with pandas DataFrame class, making it easy to manipulate the input data

An example dataset rendered with plotly (click here for an interactive figure): plotly interactive figure Same data drawn with matplotlib's axes3d projection: matplotlib 3d-scatter

About

Interactive 3d scatter plots in Python with matplotlib and/or plotly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%