Sziasztok!
Nagyon egyszerű, de gyakran bővülő folyamatábrák tervezéséhez keresek Linuxos szoftvert.
Szempontok:
- Egyszerű legyen
- Ne nekem kelljen rajzolni, nem rajzprogramot keresek
- Tudjon nyomtatni akár sok lapra szétterítve is, vagy csak egy részét az ábrának
- 2523 megtekintés
Hozzászólások
Talán a Dia a legismertebb és legegyszerűbb erre a célra.
Létezik Linuxra is meg Windowsra is.
http://dia-installer.de/
http://sourceforge.net/projects/dia-installer/
--
Tertilla; Tisztelem a botladozó embert és nem rokonszenvezem a tökéletessel! Hagyd már abba!; DropBox
- A hozzászóláshoz be kell jelentkezni
Itt nekem kell rajzolnom és adott esetben odébb húzogatnom az elemeket, igaz?
--
Kum G.
Linux pólót a PingvinBoltból!
- A hozzászóláshoz be kell jelentkezni
Előre elkészített szimbólum elemekből kell összerakni. De végül is te rajzolsz.
--
Tertilla; Tisztelem a botladozó embert és nem rokonszenvezem a tökéletessel! Hagyd már abba!; DropBox
- A hozzászóláshoz be kell jelentkezni
Olyat szeretnék, ahol nem nekem kell elhelyezni ezeket a szimbólumokat, hanem megcsinálja ezt maga a program az alapján, hogy én megmondtam neki hova mi jön.
--
Kum G.
Linux pólót a PingvinBoltból!
- A hozzászóláshoz be kell jelentkezni
Webes is jo?
https://www.draw.io/
-----
"Már nem csak tehetségekből, de a hülyékből is kifogytunk..."
- A hozzászóláshoz be kell jelentkezni
- A hozzászóláshoz be kell jelentkezni
Ez nagyon jó! Az import funkció kell nekem!
--
Kum G.
Linux pólót a PingvinBoltból!
- A hozzászóláshoz be kell jelentkezni
Visio, Adonis
Bocs, write only voltam
- A hozzászóláshoz be kell jelentkezni
Én legutóbb a LibreOffice Draw-t használtam. Bár az ábra nem volt valami nagy, csak egy oldal.
- A hozzászóláshoz be kell jelentkezni
A yEd -et más is írta, de a gliffy -t nem:
https://www.gliffy.com/
----
올드보이
- A hozzászóláshoz be kell jelentkezni
Regebben hasznaltam ezt ha jol emlexem.
prune(1) General Commands Manual prune(1)
NAME
prune - Prune directed graphs
SYNOPSIS
prune [ -n node ] [ -N attrspec ] [ files ... ]
DESCRIPTION
prune reads directed graphs in the same format used by dot(1) and removes subgraphs rooted at nodes
specified on the command line via options. These nodes themselves will not be removed, but can be given
attributes so that they can be easily located by a graph stream editor such as gvpr(1). prune correctly
handles cycles, loops and multi‐edges.
Both options can appear multiple times on the command line. All subgraphs rooted at the respective nodes
given will then be processed. If a node does not exist, prune will skip it and print a warning message
to stderr. If multiple attributes are given, they will be applied to all nodes that have been pro‐
cessed. prune writes the result to the stdout.
OPTIONS
-n name
Specifies name of node to prune.
-N attrspec
Specifies attribute that will be set (or changed if it exists) for any pruned node. attrspec is
a string of the form attr=value.
EXAMPLES
An input graph test.dot of the form
digraph DG {
A -> B;
A -> C;
B -> D;
B -> E;
}
, processed by the command
prune -n B test.dot
would produce the following output (the actual code might be formatted in a slightly different way).
digraph DG {
A -> B;
A -> C;
}
Another input graph test.dot of the form
digraph DG {
A -> B;
A -> C;
B -> D;
B -> E;
C -> E;
}
(note the additional edge from C to E ), processed by the command
prune -n B -N color=red test.dot
results in
digraph DG {
B [=red];
A -> B;
A -> C;
A -> C;
C -> E;
}
Node E has not been removed since its second parent C is not being pruned.
EXIT STATUS
prune returns 0 on successful completion. It returns 1 if an error occurs.
SEE ALSO
dot(1), gvpr(1)
AUTHOR
Marcus Harnisch
prune(1)
Ugy emlekszem exportaltam a keletkezett folyamatabrat pixeles kepbe, szoval nem te rajzolod oket.
---
--- A gond akkor van, ha látszólag minden működik. ---
---
- A hozzászóláshoz be kell jelentkezni
Szimpatikus, köszönöm!
--
Kum G.
Linux pólót a PingvinBoltból!
- A hozzászóláshoz be kell jelentkezni
A graphviz resze, mar beugrott.
http://www.linuxfromscratch.org/blfs/view/svn/general/graphviz.html
Es ami a legfontosabb:
DOT (graph description language)
https://en.wikipedia.org/wiki/DOT_%28graph_description_language%29
---
--- A gond akkor van, ha látszólag minden működik. ---
---
- A hozzászóláshoz be kell jelentkezni
Nekem ez jött be anno:
http://www.texample.net/tikz/examples/simple-flow-chart/
- A hozzászóláshoz be kell jelentkezni
+1
- A hozzászóláshoz be kell jelentkezni
Magam is ezt akartam írni.
- A hozzászóláshoz be kell jelentkezni
Tetszik, köszönöm!
--
Kum G.
Linux pólót a PingvinBoltból!
- A hozzászóláshoz be kell jelentkezni
Visual Paradigm -> http://www.visual-paradigm.com
- A hozzászóláshoz be kell jelentkezni