GithubHelp home page GithubHelp logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
Have you tried matplotlib.pylab.show()? Are you running this in IPython? If so, 
are
you running it with or without -pylab?

Original comment by [email protected] on 10 Oct 2008 at 11:43

from scipy-cluster.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
I am not running it in IPython, but as a script in the following Python version:

Python 2.5.1 (r251:54863, Feb  4 2008, 21:48:13) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin

I tried the matplotlib.pylab.show() command, and a python app 'opened' but 
didn't actually display anything.  I 
wonder if I'm just using the wrong syntax some how.  What would the full chain 
of events look like once I have 
a cluster object (Z)?

dendro = denrogram(Z)
matplotlib.pylab.show(dendro)

or

dendro.matplotlib.pylab.show()

or what exactly?

Thanks!

Original comment by [email protected] on 13 Oct 2008 at 2:32

from scipy-cluster.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024

The full chain of events should look something like:

matplotlib.pylab.figure()
dendrogram(Z)
matplotlib.pylab.show()

Were you able to run the Iris example?

Original comment by [email protected] on 20 Oct 2008 at 5:00

from scipy-cluster.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
Please see http://www.soe.ucsc.edu/~eads/iris.html

Original comment by [email protected] on 20 Oct 2008 at 5:08

from scipy-cluster.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
I have not heard back from you in 15 months so I will assume this issue is 
resolved.

Original comment by [email protected] on 16 Jan 2010 at 7:19

  • Changed state: Fixed

from scipy-cluster.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
Using figure() and show() worked for me on Ubuntu 10.10.  Can you add this 
information to the home page so that other people won't get confused when the 
dendrogram doesn't show up? Thanks.

Original comment by [email protected] on 2 Mar 2011 at 4:48

from scipy-cluster.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.