What is a good (LINUX) software package for drawing diagrams?

AI Thread Summary
For creating high-quality physics diagrams on Linux, several software options are recommended. Inkscape and Dia are popular vector drawing programs suitable for diagrams that require straight and curved lines, vectors, and labels. Python's Matplotlib is also highlighted for its effectiveness in producing such diagrams. Additionally, gnuplot and xmgrace are mentioned as useful tools, along with the classic Xfig. These packages can help achieve the quality needed for reports similar to those found in Griffiths' Electromagnetism book.
SUDOnym
Messages
88
Reaction score
1
Can anyone recomment any good linux software for produce "physics type" diagrams that would be of acceptable quality for putting into reports? When I say "physics type", I mean we're basically talking about straight and curved lines, vectors (arrows), angles and so on... of course I want to be able to label them all nicely as well... .
If anyone is familiar with the book on Electromagnetism by Griffiths - I think these diagrams are an excellent example of what I mean by "physics type" and would love to know what software he used to make them!

Thanks
 
Physics news on Phys.org
I've used Inkscape and Dia. They're vector drawing programs, and are ok for diagrams.
 
Python Matplotlib works great for all of this kind of stuff.
 
gnuplot or xmgrace
 
Back
Top