472,354 Members | 1,968 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,354 software developers and data experts.

Python module for making org charts?

Folks,

Does anyone know of a Python module for building organization charts? I've
looked at gdchart and JPGraph, but neither of them do org charts, as far as
I can tell. Seems it can be done with wxOGL in wxPython, but that's the
brute force approach. Any other options? Thanks.

Paul Gardella
Jul 18 '05 #1
4 10078
"Paul Gardella" <pg******@bbn.com> writes:
Does anyone know of a Python module for building organization charts? I've
looked at gdchart and JPGraph, but neither of them do org charts, as far as
I can tell. Seems it can be done with wxOGL in wxPython, but that's the
brute force approach. Any other options? Thanks.


Neither of these specifically know about org charts, but Graphviz (use
dot) and Reportlab are two options. But it shouldn't be much work in
any decent vector graphics API, I'd imagine. It's possible that dia
or sketch have code (maybe plugins) that specifically does org charts,
though.
John
Jul 18 '05 #2
John J. Lee wrote:
"Paul Gardella" <pg******@bbn.com> writes:
Does anyone know of a Python module for building organization
charts? I've looked at gdchart and JPGraph, but neither of them
do org charts, as far as
I can tell. Seems it can be done with wxOGL in wxPython, but
that's the
brute force approach. Any other options? Thanks.


Neither of these specifically know about org charts, but Graphviz
(use
dot) and Reportlab are two options. But it shouldn't be much work
in
any decent vector graphics API, I'd imagine. It's possible that
dia or sketch have code (maybe plugins) that specifically does org
charts, though.


That sounds like an answer to the output side, i.e. the need to
print org charts.

Related question -- Is there support for a digraph (directed graph)
*editor* in Python? I'd like to be able to edit state diagrams
and FSMs (finite state machines). I'm hoping to hook the Python
source code into my work on FSMs so that business rules and
processes can be encoded as FSMs.

I'm looking into PyUt. The documentation talks about some UML
diagrams (class, sequence, and use case diagrams), but I have not
found support for state transition diagrams. Maybe PyUt could be
extended.

Any other suggestions.

Dave

--
Dave Kuhlman
http://www.rexx.com/~dkuhlman
dk******@rexx.com
Jul 18 '05 #3
Dave Kuhlman <dk******@rexx.com> writes:
John J. Lee wrote:
"Paul Gardella" <pg******@bbn.com> writes:
Does anyone know of a Python module for building organization
charts? I've looked at gdchart and JPGraph, but neither of them
[...] Neither of these specifically know about org charts, but Graphviz
(use dot) and Reportlab are two options. But it shouldn't be much
work in any decent vector graphics API, I'd imagine. It's
possible that dia or sketch have code (maybe plugins) that
specifically does org charts, though.
That sounds like an answer to the output side, i.e. the need to
print org charts.


No, it was primarily an answer to the "how to create" question. The
data structure / objects part looks easy, glancing at a few examples
on the web. Am I wrong?

Related question -- Is there support for a digraph (directed graph)
*editor* in Python? I'd like to be able to edit state diagrams

[...]

A GUI editor, you mean?
John
Jul 18 '05 #4
John J. Lee wrote:
Dave Kuhlman <dk******@rexx.com> writes:
[snip] No, it was primarily an answer to the "how to create" question.
The data structure / objects part looks easy, glancing at a few
examples
on the web. Am I wrong?

Related question -- Is there support for a digraph (directed
graph)
*editor* in Python? I'd like to be able to edit state diagrams

[...]

A GUI editor, you mean?


Right. I'd like to be able to (1) drop down bubbles/circles
(states), (2) connect then with arrows (transitions), (3) drag the
bubbles and watch the arrows stretch, (4) annotate the bubbles
(with names and comments) and arrows (with conditions and actions),
and (5) save the FSM as XML.

I can edit the XML representation of an FSM with my text editor
now. But, I'd like to be able to do it in a GUI editor. And, if
that GUI editor had connections of some sort to some kind of CASE
tools so much the better. PyUt + UML would seem to have that, but
PyUt does not support state transition diagrams.

I'm also investigating Leo. It's an outline/tree editor. That does
give some support for structure, but still does not let one "see"
the connections (arrows, transitions).

Dave

--
Dave Kuhlman
http://www.rexx.com/~dkuhlman
dk******@rexx.com
Jul 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Moosebumps | last post by:
Is there anything that is made to generate web pages which have charts similar to the yahoo finance stock charts? Not looking to graph stocks specifically, but anything. I like how you can zoom...
3
by: John Hunter | last post by:
matplotlib is a 2D plotting library for python. You can use matplotlib interactively from a python shell or IDE, or embed it in GUI applications (WX, GTK, and Tkinter). matplotlib supports many...
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it so the python app could use a http request to get...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and credentials and received a successful connection...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.