Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dotty(1) [centos man page]

DOTTY(1)						      General Commands Manual							  DOTTY(1)

NAME
dotty - A Customizable Graph Editor SYNOPSIS
dotty [ -V ] [ -lmmode ] [ -ellev ] [ file ] DESCRIPTION
dotty is a graph editor for the X Window System. It may be run as a standalone editor, or as a front end for applications that use graphs. It can control multiple windows viewing different graphs. dotty is written on top of dot and lefty. lefty is a general-purpose programmable editor for technical pictures. It has an interpretive programming language similar to AWK and C. The user interface and graph editing operations of dotty are written as lefty functions. Pro- grammer-defined graph operations may be loaded as well. Graph layouts are made by dot, which runs as a separate process that communicates with lefty through pipes. If the input graph contains xdot attributes, dotty will use that to display the graph. Otherwise, it runs dot to obtain layout information. USAGE
The file name is optional. If present, the graph contained in that file is displayed in the dotty window. OPTIONS
-V Prints the version. -lmmode Sets the layout mode. The mode can be sync or async. The default is async. -ellev Sets the mesage level. The lev can be 0 or 1. The default is 0. BUGS
The lefty parser does not accept anonymous graphs. SEE ALSO
dot(1), lefty(1), lneato(1), xdot(3) dotty user guide. DOTTY(1)

Check Out this Related Man Page

LNEATO(1)						      General Commands Manual							 LNEATO(1)

NAME
lneato - A Customizable Graph Editor SYNOPSIS
lneato [ -V ] [ -lmmode ] [ -ellev ] [ file ] DESCRIPTION
lneato is a graph editor for the X Window System. It may be run as a standalone editor, or as a front end for applications that use graphs. It can control multiple windows viewing different graphs. lneato is written on top of neato and lefty. lefty is a general-purpose programmable editor for technical pictures. It has an interpre- tive programming language similar to AWK and C. The user interface and graph editing operations of lneato are written as lefty functions. Programmer-defined graph operations may be loaded as well. Graph layouts are made by neato, which runs as a separate process that communi- cates with lefty through pipes. If the input graph contains xdot attributes, lneato will use that to display the graph. Otherwise, it runs neato to obtain layout informa- tion. USAGE
The file name is optional. If present, the graph contained in that file is displayed in the lneato window. OPTIONS
-V Prints the version. -lmmode Sets the layout mode. The mode can be sync or async. The default is async. -ellev Sets the mesage level. The lev can be 0 or 1. The default is 0. SEE ALSO
neato(1), lefty(1), dotty(1), xdot(3), dotty user guide. LNEATO(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

AWK help please - beginner

Hi, I'm in dire need of some help for AWK. I'm a college student and my statistics professor decided he'd teach AWK in the last two days of our class, even when it's not programming class and we don't even have computers in class to experiment. Anyway, I tried looking at AWK tutorials, but it... (4 Replies)
Discussion started by: COLLEGE
4 Replies

2. Programming

how to change Editor in perl

i have following code that runs fine on my Ubuntu workstation. However when i run this on a HPUX it wont open the text file i am trying to open for editing. I figured i just have to change gvim editor to vi, but that didnt work out well. Can some one help me out here? This is written in Perl ... (1 Reply)
Discussion started by: usustarr
1 Replies

3. UNIX for Dummies Questions & Answers

multiple graphs on same window

Hi All, I have written a script to get live data after 5 minutes from a remote system and then plot the graph using gnuplot.All this has been working correctly with only one problem where i need to pull all these graphs into one page.I am not able to get this working.I tried reading about... (1 Reply)
Discussion started by: pistachio
1 Replies

4. Programming

How to put dot(.) in a string in C?

Hi all, Can anybody please tell me how can I put dot(.) in a string using C programming. for example -- I am having string "10111988" and I want to convert it as "10.11.1988" I will appriciate and thanks in advance.. (4 Replies)
Discussion started by: smartgupta
4 Replies

5. Programming

File Program issue in c

B17 -> B19 ; B17 -> B21 ; B18 -> B19 ; Can any one help with the pointer solution to check for this -> symbol and one it finds the symbol it should move behind 4 characters and store the string B17 in an array and then move 4 characters ahead and similarly save B21 likewise for each line... (7 Replies)
Discussion started by: zinat
7 Replies