Software for drawing diagrams - MathOverflow [closed] most recent 30 from http://mathoverflow.net 2013-05-24T11:59:38Z http://mathoverflow.net/feeds/question/78520 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://mathoverflow.net/questions/78520/software-for-drawing-diagrams Software for drawing diagrams Lost 2011-10-19T02:27:18Z 2011-10-19T08:42:54Z <p>Dear All,</p> <p>Can someone recommend a simple graphics-based software to create figures for a latex document? </p> <p>Thanks!</p> http://mathoverflow.net/questions/78520/software-for-drawing-diagrams/78521#78521 Answer by Russell Brown for Software for drawing diagrams Russell Brown 2011-10-19T02:32:04Z 2011-10-19T02:32:04Z <p>I use xfig on linux.</p> http://mathoverflow.net/questions/78520/software-for-drawing-diagrams/78523#78523 Answer by Pedro Teixeira for Software for drawing diagrams Pedro Teixeira 2011-10-19T02:53:46Z 2011-10-19T02:53:46Z <p>jPicEdt has served me well in the past.</p> <p><a href="http://jpicedt.sourceforge.net/" rel="nofollow">http://jpicedt.sourceforge.net/</a></p> http://mathoverflow.net/questions/78520/software-for-drawing-diagrams/78530#78530 Answer by David Eppstein for Software for drawing diagrams David Eppstein 2011-10-19T03:42:32Z 2011-10-19T03:42:32Z <p>I don't use it myself (what I use isn't inexpensive), but my students seem to like <a href="http://tclab.kaist.ac.kr/ipe/" rel="nofollow">Ipe</a>.</p> http://mathoverflow.net/questions/78520/software-for-drawing-diagrams/78534#78534 Answer by Per Alexandersson for Software for drawing diagrams Per Alexandersson 2011-10-19T05:27:05Z 2011-10-19T05:27:05Z <p>I use Graphics in Mathematica, or xypic package for LaTeX.</p> http://mathoverflow.net/questions/78520/software-for-drawing-diagrams/78552#78552 Answer by Marcel Bischoff for Software for drawing diagrams Marcel Bischoff 2011-10-19T08:42:54Z 2011-10-19T08:42:54Z <p>I like to use TikZ for LaTex because it looks really clean, you have the same fonts then in the text, you can even use it easily inside formulae etc. But you have to "program" the pictures using coordinates, so it has a bit of a learning curve.</p> <p>Some examples of TikZ can be found here <a href="http://www.texample.net/tikz/examples/area/mathematics/" rel="nofollow">http://www.texample.net/tikz/examples/area/mathematics/</a></p>