Unix Technical Forum

Anything even close to Visio for Linux?

This is a discussion on Anything even close to Visio for Linux? within the Linux Operating System forums, part of the Unix Operating Systems category; --> I am lookinf for a tool that does half of what Visio can do - really a nice graphics ...


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-18-2008, 08:16 AM
~./where
 
Posts: n/a
Default Anything even close to Visio for Linux?

I am lookinf for a tool that does half of what Visio can do - really a nice
graphics library set. I'm not wanting to use Dia or xfig...these are FREE
but are not exactly a Network Admins friend.

Any suggestion asides from writing one? Or where can we suggest this in the
Linux world? All we need are some nice icon / graphics library set...for
now.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-18-2008, 08:17 AM
Chris Cox
 
Posts: n/a
Default Re: Anything even close to Visio for Linux?

~./where wrote:
> I am lookinf for a tool that does half of what Visio can do - really a nice
> graphics library set. I'm not wanting to use Dia or xfig...these are FREE
> but are not exactly a Network Admins friend.
>
> Any suggestion asides from writing one? Or where can we suggest this in the
> Linux world? All we need are some nice icon / graphics library set...for
> now.
>
>


I use Visio under Linux.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-18-2008, 08:17 AM
Frank Hahn
 
Posts: n/a
Default Re: Anything even close to Visio for Linux?

On Tue, 29 Mar 2005 16:44:02 -0600, Chris Cox
<ccox_nopenotthis@airmail.net> wrote:
> ~./where wrote:
>> I am lookinf for a tool that does half of what Visio can do - really a nice
>> graphics library set. I'm not wanting to use Dia or xfig...these are FREE
>> but are not exactly a Network Admins friend.
>>
>> Any suggestion asides from writing one? Or where can we suggest this in the
>> Linux world? All we need are some nice icon / graphics library set...for
>> now.
>>

>
> I use Visio under Linux.
>

I have used the drawing tool in OpenOffice. I have found networking
icons and flowchart symbols out on the Internet. It is not near as
easy as Visio but it is workable.

--
Frank Hahn

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-18-2008, 08:17 AM
prg
 
Posts: n/a
Default Re: Anything even close to Visio for Linux?


~./where wrote:
> I am lookinf for a tool that does half of what Visio can do - really

a nice
> graphics library set. I'm not wanting to use Dia or xfig...these are

FREE
> but are not exactly a Network Admins friend.
>
> Any suggestion asides from writing one? Or where can we suggest this

in the
> Linux world? All we need are some nice icon / graphics library

set...for
> now.


Not sure if this will meet your needs -- haven't done more than play
with it.

KDE's KOffice comes with Kivio.

http://www.koffice.org/kivio/

Their commercial version is available here:

http://www.thekompany.com/projects/kivio/

The KOffice stencil set is so-so while theKompany sells a fair variety.
The "basic" set comes with the demo download and you can purchase
more.

http://www.thekompany.com/products/kivio/stencils.php3

hth,
prg

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-18-2008, 08:17 AM
7
 
Posts: n/a
Default Re: Anything even close to Visio for Linux?

~./where wrote:

> I am lookinf for a tool that does half of what Visio can do - really a
> nice
> graphics library set. I'm not wanting to use Dia or xfig...these are FREE
> but are not exactly a Network Admins friend.
>
> Any suggestion asides from writing one? Or where can we suggest this in
> the
> Linux world? All we need are some nice icon / graphics library set...for
> now.


The package Dia has hundreds of premade symbols like flowcharts, UML,
networking etc.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-18-2008, 08:17 AM
Trent Buck
 
Posts: n/a
Default Re: Anything even close to Visio for Linux?

Spake ~./where:
> I am lookinf for a tool that does half of what Visio can do


Here is a list of UML programs I collated recently.

[52]Unimodeller
Dunno, never tried it.

[53]Umbrello (KDE)
I'll write this one later. You can't export to PostScript or PDF
from the command line, only via the GUI. Therefore you can't
automate exporting with Make.

[54]Dia (GTK2)
Built as a clone of Visio (before Microsoft bought it). Klugy
interface, but a fancy GUI to edit class internals. Automated
edge placement, but it doesn't cope well if you move nodes
around. Exports to PostScript or C++ stubs (via script).

Fig / XFig (Motif?)
Yecch. Klugy, mouse-centric interface. Difficult (AFAIK) to
change placed objects. Has a lot of momentum, because it's about
the oldest vector tool around.

[55]Inkscape (GTK2)
What XFig would like to be. Fantastic interface design, but
deals with vector graphics in general rather than diagrams, so
it (currently) lacks important stuff like "attaching" edges to
nodes.

[56]Graphviz (CLI)
Graphviz is primarily a graph layout tool, but it has been
extended for in class diagrams. By far the most readable source
files, especially if you preprocess with e.g. CPP and #define
CLASS shape=.... Graphviz automatically lays out both nodes and
edges, so kluges are sometimes necessary to get a better layout.

[57]PST-UML (LaTeX)
A LaTeX package using PSTricks. Never tried it.

[58]ArgoUML (Java)
I Don't Do Java, so I've never tried it.

[59]OmniGraffle (OS X)
Commercial. Very pretty, but when I played with it I didn't like
it's UML support. Nice interface.

IBM Rational Rose (Windows)
I Don't Do Windows, so I've never tried it.

[60]Violet (Java)
I Don't Do Java, so I've never tried it.

[61]Microsoft Visio (Windows)
I Don't Do Windows, so I've never tried it. Public opinion is
that it has gone downhill since Microsoft bought it.

52. http://www.unimodeler.com/
53. http://uml.sf.net/
54. http://www.gnome.org/projects/dia
55. http://inkscape.org/
56. http://graphviz.org/
57. http://ctan.tug.org/tex-archive/grap...ntrib/pst-uml/
58. http://argouml.tigris.org/
59. http://www.omnigroup.com/applications/omnigraffle/
60. http://www.horstmann.com/violet/
61. http://office.microsoft.com/en-us/FX010857981033.aspx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-18-2008, 08:19 AM
Robert E A Harvey
 
Posts: n/a
Default Re: Anything even close to Visio for Linux?

"~./where" <home@home.com> wrote in message news:<gok2e.5254$c76.4598@newssvr11.news.prodigy.c om>...
> I am lookinf for a tool that does half of what Visio can do - really a nice
> graphics library set. I'm not wanting to use Dia or xfig...these are FREE
> but are not exactly a Network Admins friend.
>
> Any suggestion asides from writing one? Or where can we suggest this in the
> Linux world? All we need are some nice icon / graphics library set...for
> now.



OOo draw does most of it, but you will need a stencil set - the
gallery works well once loaded.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-18-2008, 08:20 AM
Mark Bratcher
 
Posts: n/a
Default Re: Anything even close to Visio for Linux?

Robert E A Harvey wrote:
> "~./where" <home@home.com> wrote in message news:<gok2e.5254$c76.4598@newssvr11.news.prodigy.c om>...
>
>>I am lookinf for a tool that does half of what Visio can do - really a nice
>>graphics library set. I'm not wanting to use Dia or xfig...these are FREE
>>but are not exactly a Network Admins friend.
>>
>>Any suggestion asides from writing one? Or where can we suggest this in the
>>Linux world? All we need are some nice icon / graphics library set...for
>>now.

>
>
>
> OOo draw does most of it, but you will need a stencil set - the
> gallery works well once loaded.


If you're running K Desktop, you might try Kivio.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 01-18-2008, 08:20 AM
Marcin =?ISO-8859-2?Q?D=EAbicki?=
 
Posts: n/a
Default Re: Anything even close to Visio for Linux?

Trent Buck kiedys napisal:

>
> IBM Rational Rose (Windows)
> I Don't Do Windows, so I've never tried it.
>


https://www14.software.ibm.com/webap...&S_CMP=DEVXLNX

Sorry for long URL

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 01-18-2008, 08:31 AM
Raistlin Daruma
 
Posts: n/a
Default Re: Anything even close to Visio for Linux?

Chris Cox schrieb:
> ~./where wrote:
>
>> I am lookinf for a tool that does half of what Visio can do - really a
>> nice graphics library set. I'm not wanting to use Dia or xfig...these
>> are FREE but are not exactly a Network Admins friend.
>>
>> Any suggestion asides from writing one? Or where can we suggest this
>> in the Linux world? All we need are some nice icon / graphics library
>> set...for now.
>>

>
> I use Visio under Linux.


Native or with Crossover-Office?
--
GMU/L d- s+:+ a17 C++ UL++ P+ L++ E--- W-- N+ o? K- w-- O- M+ V- PS+
PE-- Y-- PGP t- 5 X- R tv+ b++ DI D++ G e* h! r y+
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 04:20 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com