I'm trying to plot photon path traversals around probabilisitic
singularity regions. The trick is, I need to be able to place all on
the same graph.
What I'd like gnuplot to do is:
1) plot the dozen or so singularity regions, with color 1
2) plot the single photon path traversal, with color 2
...all on the same graph / grid space.
Also if possible, I'd also like to draw a boundary around the
collection of points defining each of the singularity regions, and
fill each in with a certain color.
I've looked at the 'multiplot' command. However, it doesn't seem to
allow me to overlay the plots on top of each other. And I don't see
how to draw the singularity boundary regions, nor fill them in with a
particular color.
Thanks for your help!
Alex