Re: Recommendation for drawing graphs and creating tables, saving as PDF

2021-06-12 Thread Chris Nyland
s make the best choices and then it is a bit of a burden to get it to do what you want. That was also years ago though so maybe the functionality has expanded. I used it then to create huge hierarchical graphs. Additionally Graphviz is more like a framework and there are in reality many backends to c

Re: Recommendation for drawing graphs and creating tables, saving as PDF

2021-06-11 Thread Martin Di Paola
You could try https://plantuml.com and http://ditaa.sourceforge.net/. Plantuml may not sound as the right tool but it is quite flexible and after a few tweak you can create a block diagram as you shown. And the good thing is that you *write* which elements and relations are in your diagram an

Re: Recommendation for drawing graphs and creating tables, saving as PDF

2021-06-11 Thread Neal Becker
Jan Erik Moström wrote: > I'm doing something that I've never done before and need some advise for > suitable libraries. > > I want to > > a) create diagrams similar to this one > https://www.dropbox.com/s/kyh7rxbcogvecs1/graph.png?dl=0 (but with more > nodes) and save them as PDFs or some forma

Re: Recommendation for drawing graphs and creating tables, saving as PDF

2021-06-11 Thread Rich Shepard
On Fri, 11 Jun 2021, Jan Erik Moström wrote: I looked around around but could only find two types of libraries for a) libraries for creating histograms, bar charts, etc, b) very basic drawing tools that requires me to figure out the layout etc. I would prefer a library that would allow me to sta

Recommendation for drawing graphs and creating tables, saving as PDF

2021-06-11 Thread Jan Erik Moström
I'm doing something that I've never done before and need some advise for suitable libraries. I want to a) create diagrams similar to this one https://www.dropbox.com/s/kyh7rxbcogvecs1/graph.png?dl=0 (but with more nodes) and save them as PDFs or some format that can easily be converted to PD

RE: Working with graphs - Kevin Bacon game - WOT

2019-01-09 Thread Avi Gross
tever it is we are supposed to waste our breath "talking" about here. -Original Message- From: Python-list On Behalf Of jsk...@gmail.com Sent: Wednesday, January 9, 2019 4:54 AM To: python-list@python.org Subject: Working with graphs - Kevin Bacon game I am working on Kevin Baco

Re: Working with graphs - Kevin Bacon game

2019-01-09 Thread MRAB
On 2019-01-09 14:09, Josip Skako wrote: I get it now, basically you are accessing class atributes with "self.something", thank You. So now I get this: "['Apollo 13 (1995)', 'Bill Paxton', 'Tom Hanks', 'Kevin Bacon\n', 'Begyndte ombord, Det (1937)', 'Aage Schmidt', 'Valso Holm\n', 'Bersaglio m

Re: Working with graphs - Kevin Bacon game

2019-01-09 Thread Josip Skako
I get it now, basically you are accessing class atributes with "self.something", thank You. So now I get this: "['Apollo 13 (1995)', 'Bill Paxton', 'Tom Hanks', 'Kevin Bacon\n', 'Begyndte ombord, Det (1937)', 'Aage Schmidt', 'Valso Holm\n', 'Bersaglio mobile (1967)', 'Dana Young', 'Bebe Drake\

Re: Working with graphs - Kevin Bacon game

2019-01-09 Thread MRAB
On 2019-01-09 12:46, Josip Skako wrote: Thank You for Your answer, I am not sure what to try anymore, I guess I have to return "ime" from __slots__ at cvor() class to show proper strings and I am not able to do it. With: class cvor: __slots__ = ('ime','susjed') def __repr__(self):

Re: Working with graphs - Kevin Bacon game

2019-01-09 Thread Josip Skako
Thank You for Your answer, I am not sure what to try anymore, I guess I have to return "ime" from __slots__ at cvor() class to show proper strings and I am not able to do it. Now I am not sure that I am going at right direction to do Kevin Bacon game and will I be able to load this data into gr

Re: Working with graphs - Kevin Bacon game

2019-01-09 Thread Josip Skako
Thank You for your answer, I fixed everything as You said. -- https://mail.python.org/mailman/listinfo/python-list

Re: Working with graphs - Kevin Bacon game

2019-01-09 Thread MRAB
On 2019-01-09 09:53, jsk...@gmail.com wrote: I am working on Kevin Bacon game. I have "movies.txt" text file that looks like: Apollo 13 (1995);Bill Paxton;Tom Hanks;Kevin Bacon Begyndte ombord, Det (1937);Aage Schmidt;Valso Holm Bersaglio mobile (1967);Dana Young;Bebe Drake Bezottsovshchina (19

Re: Working with graphs - Kevin Bacon game

2019-01-09 Thread Chris Angelico
On Wed, Jan 9, 2019 at 8:56 PM wrote: > class cvor: > __slots__ = ('ime','susjed') > > My problem is that when I print graph with "print (graph)" I am getting: > > "[<__main__.cvor object at 0x01475275EBE0>, <__main__.cvor object at > 0x01475275EEF0>, <__main__.cvor object at 0x01

Working with graphs - Kevin Bacon game

2019-01-09 Thread jskako
I am working on Kevin Bacon game. I have "movies.txt" text file that looks like: Apollo 13 (1995);Bill Paxton;Tom Hanks;Kevin Bacon Begyndte ombord, Det (1937);Aage Schmidt;Valso Holm Bersaglio mobile (1967);Dana Young;Bebe Drake Bezottsovshchina (1976);Yelena Maksimova;Lev Prygunov Dark, The (19

Re: Compact connected regular graphs

2016-03-06 Thread Mark Lawrence
On 06/03/2016 11:04, jonas.thornv...@gmail.com wrote: Den söndag 6 mars 2016 kl. 12:01:02 UTC+1 skrev Mark Lawrence: On 06/03/2016 10:39, jonas.thornv...@gmail.com wrote: How come all graphs using 42 links and more then 84 nodes have compact regular connected solutions? Did turn off

Re: Compact connected regular graphs

2016-03-06 Thread jonas . thornvall
Den söndag 6 mars 2016 kl. 12:01:02 UTC+1 skrev Mark Lawrence: > On 06/03/2016 10:39, jonas.thornv...@gmail.com wrote: > > How come all graphs using 42 links and more then 84 nodes have compact > > regular connected solutions? > > > > Did turn off animation for more th

Re: Compact connected regular graphs

2016-03-06 Thread Mark Lawrence
On 06/03/2016 10:39, jonas.thornv...@gmail.com wrote: How come all graphs using 42 links and more then 84 nodes have compact regular connected solutions? Did turn off animation for more than a couple of thousands of links so the animation is off when searching but script give message and

Compact connected regular graphs

2016-03-06 Thread jonas . thornvall
How come all graphs using 42 links and more then 84 nodes have compact regular connected solutions? Did turn off animation for more than a couple of thousands of links so the animation is off when searching but script give message and numerical results on search. http://jt.node365.se

Re: graphs

2016-01-09 Thread Sven R. Kunze
20and%20aggregate.ipynb Best, Sven On 07.01.2016 16:36, Saini, Sakshi wrote: I have a complex dataset and I wish to write a code to create different graphs from it. I was wondering if it is possible for Python/ matplotlib/ seaborn to return a cumulative or mean distribution bar graph based on values in

Re: graphs

2016-01-08 Thread Oscar Benjamin
On 7 January 2016 at 15:36, Saini, Sakshi wrote: > I have a complex dataset and I wish to write a code to create different > graphs from it. I was wondering if it is possible for Python/ matplotlib/ > seaborn to return a cumulative or mean distribution bar graph based on values

graphs

2016-01-08 Thread Saini, Sakshi
I have a complex dataset and I wish to write a code to create different graphs from it. I was wondering if it is possible for Python/ matplotlib/ seaborn to return a cumulative or mean distribution bar graph based on values in your dataset? E.g. I have a certain volume in m3 for each rainfall

Re: Python dashboard tutorials/frameworks for interactive, D3.js graphs in IPython Notebooks

2015-11-06 Thread Chris Angelico
On Fri, Nov 6, 2015 at 5:13 PM, wrote: > On Thursday, July 9, 2015 at 8:10:16 PM UTC-4, Matt Sundquist wrote: >> For more background, refer to our Python docs: https://plot.ly/python/, our >> Python framework for making dashboards: https://github.com/plotly/dash, our >> data science blog: http:

Re: Python dashboard tutorials/frameworks for interactive, D3.js graphs in IPython Notebooks

2015-11-05 Thread srinath . nathan
On Thursday, July 9, 2015 at 8:10:16 PM UTC-4, Matt Sundquist wrote: > Hi all, > > I'm part of Plotly, and we've just finished a few releases I thought I'd pass > along. > > These tools make it easy to craft interactive graphs and dashboards with > D3.js

Python dashboard tutorials/frameworks for interactive, D3.js graphs in IPython Notebooks

2015-07-09 Thread Matt Sundquist
Hi all, I'm part of Plotly, and we've just finished a few releases I thought I'd pass along. These tools make it easy to craft interactive graphs and dashboards with D3.js using Python. We're especially drawn towards matplotlib, pandas, and IPython. We're still earl

Re: Diff between object graphs?

2015-04-24 Thread Cem Karan
On Apr 23, 2015, at 11:05 AM, Steve Smaldone wrote: > On Thu, Apr 23, 2015 at 6:34 AM, Cem Karan wrote: > > On Apr 23, 2015, at 1:59 AM, Steven D'Aprano > wrote: > > > On Thursday 23 April 2015 11:53, Cem Karan wrote: > > > >> Precisely. In order to make my simulations more realistic, I us

Re: Diff between object graphs?

2015-04-23 Thread Steve Smaldone
On Thu, Apr 23, 2015 at 6:34 AM, Cem Karan wrote: > > On Apr 23, 2015, at 1:59 AM, Steven D'Aprano < > steve+comp.lang.pyt...@pearwood.info> wrote: > > > On Thursday 23 April 2015 11:53, Cem Karan wrote: > > > >> Precisely. In order to make my simulations more realistic, I use a lot > of > >> ra

Re: Diff between object graphs?

2015-04-23 Thread Cem Karan
On Apr 23, 2015, at 1:59 AM, Steven D'Aprano wrote: > On Thursday 23 April 2015 11:53, Cem Karan wrote: > >> Precisely. In order to make my simulations more realistic, I use a lot of >> random numbers. I can fake things by keeping the seed to the generator, >> but if I want to do any sort of

Re: Diff between object graphs?

2015-04-22 Thread Steven D'Aprano
On Thursday 23 April 2015 11:53, Cem Karan wrote: > Precisely. In order to make my simulations more realistic, I use a lot of > random numbers. I can fake things by keeping the seed to the generator, > but if I want to do any sort of hardware in the loop simulations, then > that approach won't w

Re: Diff between object graphs?

2015-04-22 Thread Cem Karan
On Apr 22, 2015, at 9:56 PM, Dave Angel wrote: > On 04/22/2015 09:46 PM, Chris Angelico wrote: >> On Thu, Apr 23, 2015 at 11:37 AM, Dave Angel wrote: >>> On 04/22/2015 09:30 PM, Cem Karan wrote: On Apr 22, 2015, at 8:53 AM, Peter Otten <__pete...@web.de> wrote: > Anot

Re: Diff between object graphs?

2015-04-22 Thread Dave Angel
On 04/22/2015 09:46 PM, Chris Angelico wrote: On Thu, Apr 23, 2015 at 11:37 AM, Dave Angel wrote: On 04/22/2015 09:30 PM, Cem Karan wrote: On Apr 22, 2015, at 8:53 AM, Peter Otten <__pete...@web.de> wrote: Another slightly more involved idea: Make the events pickleable, and save the simul

Re: Diff between object graphs?

2015-04-22 Thread Cem Karan
On Apr 22, 2015, at 9:46 PM, Chris Angelico wrote: > On Thu, Apr 23, 2015 at 11:37 AM, Dave Angel wrote: >> On 04/22/2015 09:30 PM, Cem Karan wrote: >>> >>> >>> On Apr 22, 2015, at 8:53 AM, Peter Otten <__pete...@web.de> wrote: >>> Another slightly more involved idea: Make th

Re: Diff between object graphs?

2015-04-22 Thread Chris Angelico
On Thu, Apr 23, 2015 at 11:37 AM, Dave Angel wrote: > On 04/22/2015 09:30 PM, Cem Karan wrote: >> >> >> On Apr 22, 2015, at 8:53 AM, Peter Otten <__pete...@web.de> wrote: >> >>> Another slightly more involved idea: >>> >>> Make the events pickleable, and save the simulator only for every 100th >>>

Re: Diff between object graphs?

2015-04-22 Thread Dave Angel
On 04/22/2015 09:30 PM, Cem Karan wrote: On Apr 22, 2015, at 8:53 AM, Peter Otten <__pete...@web.de> wrote: Another slightly more involved idea: Make the events pickleable, and save the simulator only for every 100th (for example) event. To restore the 7531th state load pickle 7500 and apply

Re: Diff between object graphs?

2015-04-22 Thread Cem Karan
both >> time-consuming and a space hog. This is true even when using bz2.open() >> to create a compressed file on the fly. >> >> This leaves me with two choices; first, pick the data I want to save, and >> second, find a way of generating diffs between object graphs

Re: Diff between object graphs?

2015-04-22 Thread Peter Otten
file on the fly. > > This leaves me with two choices; first, pick the data I want to save, and > second, find a way of generating diffs between object graphs. Since I > don't yet know all the questions I want to ask, I don't want to throw away > information prematurely, wh

Re: Diff between object graphs?

2015-04-22 Thread CFK
ttp://tukaani.org/lzma/benchmarks.html > I had no idea, I'll try my tests using gzip as well, just to see. That said, I could still use the diff between object graphs; saving less state is definitely going to be a speed/space improvement over saving everything! Thanks, Cem Karan -- https://mail.python.org/mailman/listinfo/python-list

Re: Diff between object graphs?

2015-04-22 Thread Rustom Mody
On Wednesday, April 22, 2015 at 4:07:35 PM UTC+5:30, Cem Karan wrote: > Hi all, I need some help. I'm working on a simple event-based simulator for > my dissertation research. The simulator has state information that I want to > analyze as a post-simulation step, so I currently save (pickle) the

Diff between object graphs?

2015-04-22 Thread Cem Karan
ces; first, pick the data I want to save, and second, find a way of generating diffs between object graphs. Since I don't yet know all the questions I want to ask, I don't want to throw away information prematurely, which is why I would prefer to avoid scenario 1. So that bring

has anyone used collusion API for creating graphs?

2015-04-11 Thread Pippo
I want to create graphs with using collusion API from annotated text has anyone used the api? do you have any better suggestion too? -- https://mail.python.org/mailman/listinfo/python-list

Re: I need help with graphs in python (2.7.3.1)

2012-12-18 Thread Terry Reedy
On 12/18/2012 6:29 AM, hevymet...@gmail.com wrote: Hi there, I hope that there is someone willing to help me out, I need to generate a graph in Python 2.7.3.1, There is only 2.7.3, no 2.7.3.1, at least not officially. I had to make a .CSV file from my Windows system logs (already did that), a

Re: I need help with graphs in python (2.7.3.1)

2012-12-18 Thread Thomas Bach
Hi, Most of the tasks you have to do can be achieved quite easily with the standard library (except the plotting). On Tue, Dec 18, 2012 at 03:29:49AM -0800, hevymet...@gmail.com wrote: > These are some steps I need to do first before creating the graph: > - Get the name of a CSV file from an ini

I need help with graphs in python (2.7.3.1)

2012-12-18 Thread hevymetl07
Hi there, I hope that there is someone willing to help me out, I need to generate a graph in Python 2.7.3.1, but I am not that skilled with Python and I am completely stuck :( I had to make a .CSV file from my Windows system logs (already did that), and the following steps must bw written in th

Web application for drawing directed graphs from the output of Python's cProfile

2012-11-04 Thread David Wong
I recently built startgraphi.com. It's a web application that draws directed graphs of running times and function calls from the output of Python's cProfile. It also creates a sortable table of running times and function calls. I hope someone finds it useful. -- http://mail.python.o

Re: Best data structure for DFS on large graphs

2012-07-03 Thread Dan Stromberg
On Tue, Jul 3, 2012 at 3:08 PM, Miheer Dewaskar wrote: > On Tue, Jul 3, 2012 at 8:10 PM, Tim Chase > wrote: > I want it to be a generic Game solver.So the number of states depends > on the game. > Keep in mind that it would probably be a generic game solver for games that have simple board evalu

Re: Best data structure for DFS on large graphs

2012-07-03 Thread Miheer Dewaskar
On Tue, Jul 3, 2012 at 8:10 PM, Tim Chase wrote: > On 07/03/12 08:39, Miheer Dewaskar wrote: >> On Tue, Jul 3, 2012 at 4:53 PM, Stefan Behnel wrote: >>> >>> Miheer Dewaskar, 03.07.2012 13:11: I am not sure,but if there are large number of states Dictionaries wont help much right? >>> >>

Re: Best data structure for DFS on large graphs

2012-07-03 Thread Tim Chase
On 07/03/12 08:39, Miheer Dewaskar wrote: > On Tue, Jul 3, 2012 at 4:53 PM, Stefan Behnel wrote: >> >> Miheer Dewaskar, 03.07.2012 13:11: >>> I am not sure,but if there are large number of states Dictionaries wont >>> help much right? >> >> Dicts are fast for lookup, not for searching. >> > What d

Re: Best data structure for DFS on large graphs

2012-07-03 Thread Miheer Dewaskar
On Tue, Jul 3, 2012 at 4:53 PM, Stefan Behnel wrote: > > Miheer Dewaskar, 03.07.2012 13:11: > > I am not sure,but if there are large number of states Dictionaries wont > > help much right? > > Dicts are fast for lookup, not for searching. > What do you mean by searching in the context of Dicts? >

Re: Best data structure for DFS on large graphs

2012-07-03 Thread Stefan Behnel
Miheer Dewaskar, 03.07.2012 13:11: > I want to make a combinatorial game solver in python.The algorithm is to > perform Depth First Search (DFS) on the states of the game. > For DFS I,would need to keep a record of the visited states.What is the > best data structure for it,keeping in mind that the

Best data structure for DFS on large graphs

2012-07-03 Thread Miheer Dewaskar
I want to make a combinatorial game solver in python.The algorithm is to perform Depth First Search (DFS) on the states of the game. For DFS I,would need to keep a record of the visited states.What is the best data structure for it,keeping in mind that the number of states could be large? I was th

Re: Making Line Graphs

2011-02-22 Thread Andrea Crotti
On Feb 22, 4:28 pm, Paul Anton Letnes wrote: > +1, I like matplotlib a lot. Consider python(x,y) as an easy install > path. It both shows plots interactively and let you save to file. I even > use it for publications. > > Paul. +1 for matplotlib, incredibly powerful and (if you know a bit about

Re: Making Line Graphs

2011-02-22 Thread Paul Anton Letnes
Den 21.02.11 10.34, skrev Jean-Michel Pichavant: spam head wrote: I'm looking for an easy way to display simple line graphs generated by a python program in Windows. It could be done from within the program, or I could write the information out to a file and call an external program. Eith

Re: Making Line Graphs

2011-02-21 Thread Jean-Michel Pichavant
spam head wrote: I'm looking for an easy way to display simple line graphs generated by a python program in Windows. It could be done from within the program, or I could write the information out to a file and call an external program. Either is fine. Does anybody have any recommendation

Re: Making Line Graphs

2011-02-19 Thread Jeremy Sanders
spam head wrote: > Does anybody have any recommendations for a good program from > generating these simple graphs? Have a look at Veusz, written in python: http://home.gna.org/veusz/ (I am the lead author). Jeremy -- http://mail.python.org/mailman/listinfo/python-list

Re: Making Line Graphs

2011-02-19 Thread jkn
Graphviz? http://www.graphviz.org/ HTH Jon N -- http://mail.python.org/mailman/listinfo/python-list

Re: Making Line Graphs

2011-02-18 Thread Waldemar Osuch
Standard answer in such a case is matplotlib http://matplotlib.sourceforge.net/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Making Line Graphs

2011-02-18 Thread Paul Rubin
spam head writes: > I'm looking for an easy way to display simple line graphs generated by > a python program in Windows. It could be done from within the > program, or I could write the information out to a file and call an > external program. Either is fine. I've used g

Making Line Graphs

2011-02-18 Thread spam head
I'm looking for an easy way to display simple line graphs generated by a python program in Windows. It could be done from within the program, or I could write the information out to a file and call an external program. Either is fine. Does anybody have any recommendations for a good pr

graphs in Python during debugging

2010-05-11 Thread Sandy Sandy
Hi friends Can you help pls to find how to plot graphs in Python during debugging without destroying figures to continue to debug the mutter is: during debugging the debug processes stacks when fig is created for example, in code import random import matplotlib.pyplot as plt from pylab

Re: Which graph library is best suited for large graphs?

2009-12-12 Thread Tiago de Paula Peixoto
etworkx is mostly pure python. I have made this library due to my own requirements of being able to work with large graphs. The only other library I can think of which may be comparable in performance is igraph, which is implemented in C. But I think graph-tool's interface is a bit more pol

Re: Which graph library is best suited for large graphs?

2009-12-11 Thread geremy condra
On Fri, Dec 11, 2009 at 5:12 AM, Wolodja Wentland wrote: > Hi all, > > I am writing a library for accessing Wikipedia data and include a module > that generates graphs from the Link structure between articles and other > pages (like categories). > > These graphs could easily

Re: Which graph library is best suited for large graphs?

2009-12-11 Thread Brian J Mingus
On Fri, Dec 11, 2009 at 3:12 AM, Wolodja Wentland < wentl...@cl.uni-heidelberg.de> wrote: > Hi all, > > I am writing a library for accessing Wikipedia data and include a module > that generates graphs from the Link structure between articles and other > pages (like categori

Re: Which graph library is best suited for large graphs?

2009-12-11 Thread anand jeyahar
On 12/11/2009 10:27 PM, Neal Becker wrote: Which library would you choose? Hmm i have tried python-graph and was happy with itbut the most use i did was for complete graphs of 60-65 nodes.. Also there is an experimental branch for faster implementations, which is under

Re: Which graph library is best suited for large graphs?

2009-12-11 Thread Neal Becker
Wolodja Wentland wrote: > On Fri, Dec 11, 2009 at 08:55 -0500, Neal Becker wrote: >> Bearophile wrote: >> > Wolodja Wentland: >> >> Which library would you choose? > >> > This one probably uses low memory, but I don't know if it works still: >> > http://osl.iu.edu/~dgregor/bgl-python/ > >> How a

Re: Which graph library is best suited for large graphs?

2009-12-11 Thread Wolodja Wentland
nd render it > there? Huh? I am not really concerned about rendering the graphs but after a library with a small memory footprint. Preferably one that contains a number of typical algorithms. -- .''`. Wolodja Wentland : :' : `. `'` 4096R/CAF14EFC

Re: Which graph library is best suited for large graphs?

2009-12-11 Thread IngoognI
On Dec 11, 11:12 am, Wolodja Wentland wrote: > > Which library would you choose? looking at the galery at networx, it seems to be all balls 'n sticks, how about writing the data to a file POV-Ray can read and render it there? -- http://mail.python.org/mailman/listinfo/python-list

Re: Which graph library is best suited for large graphs?

2009-12-11 Thread Wolodja Wentland
On Fri, Dec 11, 2009 at 08:55 -0500, Neal Becker wrote: > Bearophile wrote: > > Wolodja Wentland: > >> Which library would you choose? > > This one probably uses low memory, but I don't know if it works still: > > http://osl.iu.edu/~dgregor/bgl-python/ > How about python interface to igraph? Don

Re: Which graph library is best suited for large graphs?

2009-12-11 Thread Neal Becker
Bearophile wrote: > Wolodja Wentland: >> Which library would you choose? > > This one probably uses low memory, but I don't know if it works still: > http://osl.iu.edu/~dgregor/bgl-python/ > > Bye, > bearophile How about python interface to igraph? -- http://mail.python.org/mailman/listinfo/p

Re: Which graph library is best suited for large graphs?

2009-12-11 Thread Wolodja Wentland
ph-tool [1] is based on boost as well, so I don't see the advantage in choosing bgl-python over graph-tool. The point is, that I am not sure if using graph-tool has any advantages over networkx at all. It looks like a great library, supports filtered graphs which I find pretty useful, but hav

Re: Which graph library is best suited for large graphs?

2009-12-11 Thread Bearophile
Wolodja Wentland: > Which library would you choose? This one probably uses low memory, but I don't know if it works still: http://osl.iu.edu/~dgregor/bgl-python/ Bye, bearophile -- http://mail.python.org/mailman/listinfo/python-list

Which graph library is best suited for large graphs?

2009-12-11 Thread Wolodja Wentland
Hi all, I am writing a library for accessing Wikipedia data and include a module that generates graphs from the Link structure between articles and other pages (like categories). These graphs could easily contain some million nodes which are frequently linked. The graphs I am building right now

Re: Graph library recommendations for large graphs

2009-08-25 Thread Neal Becker
much memory -- my > initial tests suggest that a graph with 3M nodes and 12M edges creates > substantial memory pressure on my machine. > > Can anybody who has worked with large graphs before give a recommendation? > > Thanks, > > Van > How about python-igraph? --

Re: Graph library recommendations for large graphs

2009-08-24 Thread Istvan Albert
On Aug 24, 5:37 pm, VanL wrote: > > Can anybody who has worked with large graphs before give a recommendation? > when using large graphs another limitation may come from the various graph algorithm run times. Most likely you will need to squeeze out as much as possible and

Re: Graph library recommendations for large graphs

2009-08-24 Thread Bearophile
You may try the Python bindings for the Boost Graph Library, the graph you talk about may fit in 2GB of a 32 bit OS too (this is the first link I have found, it's a lot of time I don't use those graph bindings): http://banyan.usc.edu/log/c_cpp/boost-graph-library-python-bindings Bye, bearophile --

Re: Graph library recommendations for large graphs

2009-08-24 Thread Diez B. Roggisch
-- my initial tests suggest that a graph with 3M nodes and 12M edges creates substantial memory pressure on my machine. Can anybody who has worked with large graphs before give a recommendation? My initial tests show otherwise. The below test-script creates 3 million nodes with 12 million

Graph library recommendations for large graphs

2009-08-24 Thread VanL
tests suggest that a graph with 3M nodes and 12M edges creates substantial memory pressure on my machine. Can anybody who has worked with large graphs before give a recommendation? Thanks, Van -- http://mail.python.org/mailman/listinfo/python-list

Library for generating indicators and graphs for weather stations

2009-03-17 Thread Joel Koltner
Hello, Could someone suggest a Python library for generating the indicators and graphs that "weather station software" typically produces, e.g., similar to those seen here: http://www.weather-display.com/wdfull.html ... and here: http://www.weather-display.com/index.php ? I did stum

Re: how to find all completely connected sub-graphs?

2009-03-03 Thread odeits
On Mar 2, 11:26 pm, Hyunchul Kim wrote: > Dear Odeits, > > Yes, I meant directly connected to each other. > > Thanks. > > Hyunchul > > odeits wrote: > > On Mar 2, 10:35 pm, Hyunchul Kim wrote: > > >> Hi, all, > > >> How can I find all "completely connected subgraphs" in a graph when node > >> and

Re: how to find all completely connected sub-graphs?

2009-03-03 Thread andrew cooke
if you mean "strongly connected components" then see http://en.wikipedia.org/wiki/Strongly_connected_component. there is no need to invent a solution; standard methods already exist. andrew Hyunchul Kim wrote: > Hi, all, > > How can I find all "completely connected subgraphs" in a graph when n

Re: how to find all completely connected sub-graphs?

2009-03-03 Thread wwwayne
Hi Hyunchul, On Tue, 03 Mar 2009 15:35:11 +0900, Hyunchul Kim wrote: >Hi, all, > >How can I find all "completely connected subgraphs" in a graph when node >and edge data are available? > >"completely connected subgraph" is a group, all members of which are >connected to each other. Since you'

Re: how to find all completely connected sub-graphs?

2009-03-03 Thread odeits
On Mar 3, 12:07 am, Andre Engels wrote: > On Tue, Mar 3, 2009 at 7:35 AM, Hyunchul Kim wrote: > > How can I find all "completely connected subgraphs" in a graph when node and > > edge data are available? > > > "completely connected subgraph" is a group, all members of which are > > connected to e

Re: how to find all completely connected sub-graphs?

2009-03-03 Thread Andre Engels
On Tue, Mar 3, 2009 at 7:35 AM, Hyunchul Kim wrote: > How can I find all "completely connected subgraphs" in a graph when node and > edge data are available? > > "completely connected subgraph" is a group, all members of which are > connected to each other. Here is an algorithm I came up with in

Re: how to find all completely connected sub-graphs?

2009-03-02 Thread Hyunchul Kim
Dear Odeits, Yes, I meant directly connected to each other. Thanks. Hyunchul odeits wrote: On Mar 2, 10:35 pm, Hyunchul Kim wrote: Hi, all, How can I find all "completely connected subgraphs" in a graph when node and edge data are available? "completely connected subgraph" is a group,

Re: how to find all completely connected sub-graphs?

2009-03-02 Thread odeits
On Mar 2, 10:35 pm, Hyunchul Kim wrote: > Hi, all, > > How can I find all "completely connected subgraphs" in a graph when node > and edge data are available? > > "completely connected subgraph" is a group, all members of which are > connected to each other. > > Thanks, > > Hyunchul Do you mean a

how to find all completely connected sub-graphs?

2009-03-02 Thread Hyunchul Kim
Hi, all, How can I find all "completely connected subgraphs" in a graph when node and edge data are available? "completely connected subgraph" is a group, all members of which are connected to each other. Thanks, Hyunchul -- http://mail.python.org/mailman/listinfo/python-list

Re: can graphs be made in python as we make in java

2008-12-07 Thread mmanns
On Sun, 7 Dec 2008 00:29:13 -0800 (PST) suku <[EMAIL PROTECTED]> wrote: > HI folks... > > i need some suggestion on making graphs. Will this be possible > with normal python setup file or do i need to download add ons for > that.. > >help

Re: can graphs be made in python as we make in java

2008-12-07 Thread Grant Edwards
On 2008-12-07, suku <[EMAIL PROTECTED]> wrote: > i need some suggestion on making graphs. Will this be possible > with normal python setup file or do i need to download add ons for > that.. gnuplot-py matplotlib vtk -- Grant -- http://mail.python.org/mailman/listinfo/python-list

Re: can graphs be made in python as we make in java

2008-12-07 Thread James Stroud
suku wrote: HI folks... i need some suggestion on making graphs. Will this be possible with normal python setup file or do i need to download add ons for that.. help me out I like pychart. It has the advantage of being pure python and makes very nice looking plots. You might

Re: can graphs be made in python as we make in java

2008-12-07 Thread Chris Rebert
On Sun, Dec 7, 2008 at 12:29 AM, suku <[EMAIL PROTECTED]> wrote: > HI folks... > > i need some suggestion on making graphs. Will this be possible > with normal python setup file or do i need to download add ons for > that.. Python includes no such module for that in

can graphs be made in python as we make in java

2008-12-07 Thread suku
HI folks... i need some suggestion on making graphs. Will this be possible with normal python setup file or do i need to download add ons for that.. help me out -- http://mail.python.org/mailman/listinfo/python-list

Re: Database specialized in storing directed graphs?

2008-10-28 Thread Aaron Brady
On Oct 27, 7:32 pm, Carl Banks <[EMAIL PROTECTED]> wrote: > I was wondering if anyone had any advice on this. > > This is not to study graph theory; I'm using the graph to represent a > problem domain.  The graphs could be arbitrarily large, and could > easily have m

Re: Database specialized in storing directed graphs?

2008-10-28 Thread flyingfrog
Don't really know if this will be useful but i'd try pytables: http://www.pytables.org/moin it deals very well with every kind of hierarchical data sets, doesn't matter the size. It will let you load only significant data, and you'll be able to query your data. It's built on top of HDF5 libraries b

Re: Database specialized in storing directed graphs?

2008-10-28 Thread bearophileHUGS
Sorry Carl Banks for the answering delay, there are problems in Google Groups. > This is not to study graph theory; I'm using the graph to represent a > problem domain. The graphs could be arbitrarily large, and could > easily have millions of nodes, and most nodes have a substanti

Re: Database specialized in storing directed graphs?

2008-10-28 Thread George Sakkis
On Oct 27, 8:32 pm, Carl Banks <[EMAIL PROTECTED]> wrote: > I was wondering if anyone had any advice on this. > > This is not to study graph theory; I'm using the graph to represent a > problem domain.  The graphs could be arbitrarily large, and could > easily have m

Re: Database specialized in storing directed graphs?

2008-10-28 Thread M.-A. Lemburg
On 2008-10-28 01:32, Carl Banks wrote: > I was wondering if anyone had any advice on this. > > This is not to study graph theory; I'm using the graph to represent a > problem domain. The graphs could be arbitrarily large, and could > easily have millions of nodes, a

Re: Database specialized in storing directed graphs?

2008-10-28 Thread Chris Rebert
On Mon, Oct 27, 2008 at 5:32 PM, Carl Banks <[EMAIL PROTECTED]> wrote: > I was wondering if anyone had any advice on this. > > This is not to study graph theory; I'm using the graph to represent a > problem domain. The graphs could be arbitrarily large, and could > eas

Database specialized in storing directed graphs?

2008-10-27 Thread Carl Banks
I was wondering if anyone had any advice on this. This is not to study graph theory; I'm using the graph to represent a problem domain. The graphs could be arbitrarily large, and could easily have millions of nodes, and most nodes have a substantial amount of data associated with

Re: Plotting Graphs + Bestfit lines

2008-06-13 Thread Bas
I am not going to reverse engineer your code, but it looks like your writing your own least-squares fitting algorithm and doing some simple plots. Also, from your many posts last days, it looks like you are a newbie struggling with a python interface to gnuplot. May I suggest that you have a look

Re: Plotting Graphs + Bestfit lines

2008-06-13 Thread arslanburney
Got the problem solved finally. Missed out theses two lines: plot1 = Gnuplot.PlotItems.Data(original, title="Original") plot2 = Gnuplot.PlotItems.Data(expected, title="Expected") plot3 = Gnuplot.PlotItems.Data(actual, title="Acutal") plot4 = Gnuplot.PlotItems.Func('%f * x+%f'%(bf1[

Re: Plotting Graphs + Bestfit lines

2008-06-13 Thread Peter Otten
[EMAIL PROTECTED] wrote: >> > Still confused though i get the instance part ur trying to tell me. > Tried that out too. No error however, best fit lines still not being > made on the graph. Only the 3 plot lines show up. Gave it another shot. You might want something like from __future__ import

Re: Plotting Graphs using Gnuplot

2008-06-13 Thread Helmut Jarausch
[EMAIL PROTECTED] wrote: Hello. Was trying to create a simple plotting function. Wasnt working however. If i write the same code without putting it inside a function it works. :S. Could some1 tell me the problem? Heres the code: # File name Plotting2 import Gnuplot def plot(original, expected

  1   2   >