The question is purely on plotting trick, which helps to understand the data better. I have a data file with position (RA and DEC) of the source, error in RA/DEC and energy observed in the source. For example,
RA || DEC || Ang_error || Energy
25.4 || 45.5 || 2 || 10
35.6 || -12.7 || 3 || 5
Basically, I like to plot a map using RA in x-axis and DEC in the y-axis with angular error information. So each entry in the map should be a circle with RA and DEC as its centre and error as its radius. This is the first requirement and the second is, I would like to represent each circle in different colours corresponding to the energy value. Say, if I choose "RdBu" colour map, Red colour represents the lowest energy and "blue" represents the highest energy or vice versa.
Could someone help with this situation?