Tagged Questions

3
votes
1answer
234 views

dia python extensions - can you make code that does things based on the diagrams?

While creating some diagrams in Dia using the bpmn sheet I noticed that there's a capability for using python extensions on Dia. They have some examples on their site about doing so. Dia Project ...
1
vote
1answer
37 views

Draw scheme for algorithm

What program is modeled in this diagram?
1
vote
5answers
855 views

Using Visio (Dia) to Map Out Algorithms

I was just wondering how many experienced programers out there actually map out their process or algorithms in a program like MS Visio or Gnome Dia? I am trying to code some complex PHP for my ...
0
votes
1answer
164 views

Displaying & Modifying Diagrams / Flowgraphs in PyQt GUI

Essentially what I would like to do is draw a circuit diagram in a PyQt based on input given from another part of the GUI. My first thought was to simply use graphical tiles, and switch them out as ...
0
votes
1answer
375 views

Installing dia on macports: invalid command name “post-deactivate”

I'm trying to install dia on Mac OSX, but I get an odd error: invalid command name "post-deactivate" $ sudo port install -d dia ---> Computing dependencies for diaError: Unable to execute port: ...