A light-cone diagram in Gnuplot

  • Thread starter Thread starter sketos
  • Start date Start date
  • Tags Tags
    Diagram Gnuplot
AI Thread Summary
The discussion focuses on generating a light-cone diagram in GNUPLOT, referencing a specific example from a provided link. The user has a data file containing redshift and right ascension values and seeks guidance on creating a polar plot similar to the one in the linked document. It is noted that GNUPLOT has routines available for drawing sections of a circle, which can be utilized to achieve the desired plot. The conversation emphasizes the need for specific GNUPLOT commands or techniques to effectively visualize the data in the requested format.
sketos
Messages
55
Reaction score
0
Hello,

If you visit this link (http://maia.ice.cat/cosmocomp/bcn_workshop/woodward.pdf ) you will see in page 3 a light-cone diagram!

How is it possible to generate it in GNUPLOT?

Note: i have a "data.file" with points and the columms are:
1) z (redshift)
2)Right ascension (RA)

Simillarly with the graph in the above link,
Thanks!
 
Last edited by a moderator:
Physics news on Phys.org
Basically, that is a polar plot. There are routines in gnuplot to draw a section of a circle.
 
Back
Top