Questions tagged [diagram]

16 questions
57
votes
14 answers

Nice network diagram editor?

Writing a commercial proposal, I want to create a nice graphic showing the clients the architecture I thought of for their IT network, with servers, network connections, firewall, load-balancing, etc. For years I have been using dia, but I am tired…
Nicolas Raoul
  • 11,921
13
votes
4 answers

SQL modeling and design tools?

I would like to know which tool do you use for modeling tables, relationships, etc, generic database modeling, in Ubuntu. It would be good if that tool generate SQL scripts, and a plus with those scripts are SQLite compatible, but thats not…
8
votes
2 answers

Scientific diagram drawing software

I want to draw mathematical pictures like graphs but just simple ones like a quick sketch of an exponential decay crossing at a point marked A or something like that, and I want to draw a picture of a diagram of some equipment, like a lens and a…
6
votes
1 answer

Where are Dia diagram shapes located on Linux?

I recently installed this wonderful diagram creation tool Dia, and also downloaded the AWS Diagram icons in SVG format. I tried to locate *.shape (because all of them need to end in *.shape) but couldn't find anything, only unrelated files. Does…
6
votes
4 answers

How do I create a state transition diagram?

I am drawing a state transition diagram using LibreOffice draw on Ubuntu 11.04. I am able to get almost everything that I needed except the final state. Typically we use two circles embedded in for showing a final state of a state transition…
samarasa
  • 4,971
5
votes
3 answers

Is there an Postgres ERD tool (or pgAdmin III plugin)?

Don't hold it against me, but I have a fond memory of MS SQL Server Management Studio. I could very easily generate an ERD diagram from an existing database. Tables, relationships, the works. You could even use the diagram to edit the database…
5
votes
4 answers

Tool for creating pie charts

I need a tool for creating high quality customizable pie charts, then export them to some graphic format (e.g. png). I need something which allows me to put in some data and which is more customizable than OpenOffice.org.
jesper
  • 235
4
votes
2 answers

Using Libre Office Draw to draw UML class diagrams

I have been using "Dia" to draw UML class diagrams in Linux environments. However, it seems that Dia is not under active development, and its UI is not as good as LibreOffice Draw. Could I also use Libre Office Draw to draw UML diagrams…
chanwcom
  • 221
3
votes
0 answers

graphviz embed svg image

I am trying to generate a diagram with embedded SVG images. If I run Graphviz with the regular svg command, the images are only referenced: dot -Tsvg diagram.dot -O Here it says to build with -Tsvg:cairo but I get the following: $ dot -Tsvg:cairo…
3
votes
1 answer

Software Engineering UML modeling Tool For Ubuntu

I need UML modeling tool for Ubuntu such as STARUML. I need to design Sequences, Activity, UseCases for My Projects.
2
votes
1 answer

Which Open Source Tool can I use to create a website tree diagram using Ubuntu?

Which Open Source Tool can I use to create a website tree diagram using Ubuntu ? I was looking in Dia but it is not that simple. Something like this would be good : Thanks.
Natim
  • 1,197
2
votes
1 answer

How can I insert a greek letter in Dia diagram software?

I need to insert a greek letter in a diagram. Is it possible to do this and how?
user10853
  • 1,626
2
votes
1 answer

Get a logical diagram of a python code

I'm working on a big python script that is getting more and more complex. I would like to generate a diagram (flow-chart?) of my code to have a better understanding of all the conditions and loops that are involved, even if the diagram doesn't…
B.T
  • 145
1
vote
0 answers

What are alternatives to Miro Software?

I'm using Ubuntu 20.04 (kde) and I need a diagram creator software like Miro https://miro.com/login/ . I have already found some alternatives like Dia, LibreOffice Draw, Calligra Flow but they are not so handy. I would like to install a software…
Daniele
  • 11
0
votes
1 answer

Gnuplot - change colour within block

I have a file with several blocks of data. Each block consists of several columns. Does anyone know how to plot each column combination within the same block with different colors either automatically or not?
1
2