Software for drawing simple diagrams for reports

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 4K views
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.
 
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.