Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   C++ (http://www.velocityreviews.com/forums/f39-c.html)
-   -   plot graphs (http://www.velocityreviews.com/forums/t953225-plot-graphs.html)

pbasaras@gmail.com 10-10-2012 12:53 PM

plot graphs
 
Hello, im currently working on social networks. I have input in my programm .txt files and i would like to visualize the networks.

How can i do this ??

thanks for your time...

Victor Bazarov 10-10-2012 03:57 PM

Re: plot graphs
 
On 10/10/2012 8:53 AM, pbasaras@gmail.com wrote:
> Hello, im currently working on social networks. I have input in my programm .txt files and i would like to visualize the networks.
>
> How can i do this ??
>
> thanks for your time...
>


Read about Gnuplot.

V
--
I do not respond to top-posted replies, please don't ask

Marco Nawijn 10-10-2012 05:21 PM

Re: plot graphs
 
On Wednesday, October 10, 2012 2:53:03 PM UTC+2, pbas...@gmail.com wrote:
> Hello, im currently working on social networks. I have input in my programm .txt files and i would like to visualize the networks.
>
>
>
> How can i do this ??
>
>
>
> thanks for your time...


You might also be interested in Graphviz (www.graphviz.org).
If you look on gallery page, you will find useful examples.

You can either plot directly from C++ (through the provide API), you can generate the structure of the social network in a text file and than use Graphviz to plot it. You can probably also stream the information directly fromC++ to Graphviz (I have no experience in this though).

Marco


All times are GMT. The time now is 07:57 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57