What are the best tools for creating accurate astronomical figures?

  • Thread starter Thread starter solarblast
  • Start date Start date
  • Tags Tags
    Drawing Photoshop
AI Thread Summary
The discussion centers on creating coordinate figures and astronomical graphics, highlighting various tools and methods. Users express a desire for better drawing capabilities than those offered by Word, suggesting alternatives like Inkscape for interactive SVG-based drawing. Asymptote is mentioned as a powerful programming language for high-quality graphics, though it may have a steep learning curve. Gnuplot is recommended for scientific plotting, with specific techniques for drawing ellipses and incorporating LaTeX code for symbols. The conversation reflects a need for accessible, high-quality graphic creation tools tailored to physics and astronomy.
solarblast
Messages
146
Reaction score
2
Every once in awhile, I'd like to draw a coordinate figure or something else related to astronomy. I can make a fair cut at it using Word, but something like the attachment would really be good. That goes for the equations to which I believe were probably done with LaTex. For graphics, photoshop, cad program, ...?
 

Attachments

  • astro_draw.jpg
    astro_draw.jpg
    37.4 KB · Views: 537
Physics news on Phys.org
That looks nice...this is one of those images that are a lot easier to 'paint' than to actually draw.

For 'painting' it, you may be able to interactively do it with something like Inkscape, which is SVG based.

Then, there is a programming language called Asymptote that I found out about a few weeks ago; it seems very powerful, I am sure you can do whatever you want with it, but you need to learn how to use it...it might be worth your time, if you will find yourself drawing to publication quality.
 
Thanks. Looks a little daunting. Too bad there isn't something aimed at physics or astronomy. I guess the pros hire someone or their organizations have the talent. I might try to contact the fellow who produced the figure I provided.
 
I'd use gnuplot, as it is kind of a standard in scientific plotting and you can find many examples for similar graphics on the internet. Set the ellipses in parametric form.
The various segments cann be filled with the filledcurves option. I suppose the symbols can be included as latex code.
Here is an example of how to draw ellipsis segments in gnuplot:
http://www.phyast.pitt.edu/~zov1/gnuplot/html/pie.html
 
Last edited:
Back
Top