Software for drawing simple diagrams for reports

AI Thread Summary
For creating simple technical diagrams, users recommend software like Inkscape, which is a vector drawing tool that can output SVG files suitable for web and document use. OpenOffice's presentation tool is also suggested for its ease of use, similar to PowerPoint. Tikz is mentioned as a LaTeX package that can produce high-quality diagrams, although it may have a steeper learning curve. Users express a desire for simpler tools that yield good results without extensive time investment. Overall, Inkscape and OpenOffice are highlighted as accessible options for drawing diagrams.
cocopops
Messages
11
Reaction score
0
I'm looking for some software I can use to draw reasonable technical diagrams- the sort of diagrams you'd find in online lecture notes, or in maths/engineering textbooks, i.e. simple shapes, arrows, curves etc.

It's hard to describe what I mean, hence why I've came after nothing on Google. For graphs I'll import them from Matlab to the Latex document, so its really just for diagrams which I need to draw myself (hopefully without resorting to pen and paper then scanning...).

Also note, it can be Mac, Windows or Linux software, thanks.
 
Physics news on Phys.org
There's ways to do it in LaTex. It can generate great results but can also be a pretty big pain. I think one package for this is Tikz.
 
Last edited:
kai_sikorski said:
There's way's to do it in LaTex. It can generate great results but can also be a pretty big pain. I think one package for this is Tikz.

I agree, the results from this are exactly what I'm looking for, but I'm not sure that I have the time to learn how to use it well, at the same time as trying to write reports, study, etc. If there was an easier tool to use with similar results, that would be what I'd use.

Thanks for you're help kai.
 
For simple diagrams you could use OpenOffice's presentation tool (similar to Powerpoint)

there's some vector drawing tools that can output svg that can be used in web pages or converted to images for documents. svg is great because you can reorder the drawing elements or resize them or adjust their polygon points...

http://inkscape.org/

Also the iPad has a similar vector drawing app called inkpad with the same kinds of features.

http://itunes.apple.com/us/app/inkpad/id400083414?mt=8
 
jedishrfu said:
For simple diagrams you could use OpenOffice's presentation tool (similar to Powerpoint)

there's some vector drawing tools that can output svg that can be used in web pages or converted to images for documents. svg is great because you can reorder the drawing elements or resize them or adjust their polygon points...

http://inkscape.org/

Also the iPad has a similar vector drawing app called inkpad with the same kinds of features.

http://itunes.apple.com/us/app/inkpad/id400083414?mt=8

Inkscape is one that's came up in a few searches now, so I'll have a look into it, thanks!

Looked a little more into Tikz, and it might not seem as complicated as I first thought, so I might give it a go too.
 
Back
Top