next up previous [pdf]

Next: Conclusions Up: Processing exercises Previous: Normal Moveout

Advanced plotting

Sometimes, we need to combine different plots either by overlaying them on top of each other or by putting them side by side. Here is an example of accomplishing it with RSF and SCons.

Start by creating common plotting plotting arguments and plotting the data in greyscale.

Next, plot the wiggle traces twice: the fist time, using thick black lines (plotcol=0 plotfat=10), and the second time, using thinner white lines (plotcol=7 plotfat=5).

The plots are combined by overlaying or by putting them side by side.

The resultant plots are shown in Figures 7 and 8.

overplot
overplot
Figure 7.
To see this figure on your screen, run scons overplot.view
[pdf] [png] [scons]

sidebyside
sidebyside
Figure 8.
To see this figure on your screen, run scons sidebyside.view
[pdf] [png] [scons]


next up previous [pdf]

Next: Conclusions Up: Processing exercises Previous: Normal Moveout

2012-07-19