• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Ideas to implement a view displaying a graph
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ideas to implement a view displaying a graph


  • Subject: Re: Ideas to implement a view displaying a graph
  • From: email@hidden
  • Date: Mon, 17 Apr 2006 12:28:41 -0500 (CDT)


Depending on your requirements you might like to look at the GraphViz (http://www.graphviz.org/) which is open source. While it may be overkill for your specific task you could chop it down to what you need and embed it or simply run it in an NSTask. It is capable of returning a single page PDF file, which you can then simply load into an NSImageView (possibly wrapped in an NSScrollView).


did the source to the pixelglow port of graphviz to OSX ever get released?

that might be handy... even though, as i recall, it tracked what is now a slightly older version of graphviz.

you might also use the Framework that the builds of R for the Mac provide; R has good social network mapping capabilities, including the bits to plot graphs with opengl using various layout algorithms (kamada-kawai force directed placement, circular layouts, fruchterman-rheingold, MDS-based layouts, etc.)...... that's a little more work, i guess, to integrate -- but your results will be quite spectacular.

--e
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Ideas to implement a view displaying a graph (From: Damien Bobillot <email@hidden>)
 >Re: Ideas to implement a view displaying a graph (From: Nicko van Someren <email@hidden>)

  • Prev by Date: Re: Ideas to implement a view displaying a graph
  • Next by Date: Re: Adjusting appearance of a valid dragDestination (was:Adjusting appearance of dragImage)
  • Previous by thread: Re: Ideas to implement a view displaying a graph
  • Next by thread: YAMDBP
  • Index(es):
    • Date
    • Thread