About 3,940,000 results
Open links in new tab
  1. plot - Tree plotting in Python - Stack Overflow

    3 For a 2021 solution, I wrote a Python wrapper of the TreantJS library. The package creates an HTML file with a tree visualization. The user can optionally invoke R's webshot library to render high-res …

  2. graph - Python equivalent of D3.js - Stack Overflow

    Oct 19, 2012 · Can anyone recommend a Python library that can do interactive graph visualization? I specifically want something like d3.js but for python and ideally it would be 3D as well. I have looked at:

  3. python - How can I plot a confusion matrix? - Stack Overflow

    Feb 23, 2016 · I am using scikit-learn for classification of text documents(22000) to 100 classes. I use scikit-learn's confusion matrix method for computing the confusion matrix. model1 = …

  4. python - Visualizing decision tree in scikit-learn - Stack Overflow

    I am trying to design a simple Decision Tree using scikit-learn in Python (I am using Anaconda's Ipython Notebook with Python 2.7.3 on Windows OS) and visualize it as follows: from pandas import

  5. python - Plot correlation matrix using pandas - Stack Overflow

    I have a data set with huge number of features, so analysing the correlation matrix has become very difficult. I want to plot a correlation matrix which we get using dataframe.corr() function from ...

  6. Make 3D plot interactive in Jupyter Notebook - Stack Overflow

    For 3-D visualization pythreejs is the best way to go probably in the notebook. It leverages the interactive widget infrastructure of the notebook, so connection between the JS and python is seamless.

  7. how to draw directed graphs using networkx in python?

    Nov 22, 2013 · This is just simple how to draw directed graph using python 3.x using networkx. just simple representation and can be modified and colored etc. See the generated graph here.

  8. python - How do I plot in real-time in a while loop? - Stack Overflow

    I am trying to plot some data from a camera in real time using OpenCV. However, the real-time plotting (using matplotlib) doesn't seem to be working. I've isolated the problem into this simple exa...

  9. python - Matplotlib and Numpy - Create a calendar heatmap - Stack …

    Sep 10, 2015 · Even so, this question is a first page Google result for "python calendar heatmap", so I will leave this here. I recommend using pandas anyway. You probably already have it as a …

  10. colors - 2D grid data visualization in Python - Stack Overflow

    2D grid data visualization in Python Asked 14 years, 3 months ago Modified 6 years, 10 months ago Viewed 74k times