| | |
bool absclip=n [y/n] | Clipping is done for all gathers rather than per frame (y/n)
|
int aspect=1 | Aspect ratio
|
string barlabel= | Colorbar label
|
string bg=None | Background for animation. Zero if not supplied
|
string bgcmap=viridis | Background colormap. See https://matplotlib.org/users/colormaps.html
|
float figx=10 | Figure x size in inches
|
float figy=8 | Figure y size in inches
|
float fontsize=16 | Font size
|
float fps=15 | Frames per second (when saving file)
|
int jsnap=1 | Number of timesteps at which to plot wavefield
|
float pclip=100 | Clip amplitude percentage from (0-100)
|
string savefile= | Save animation to file. If not present, display animation.
|
bool scalebar=y [y/n] | Colorbar
|
float speedup=10 | Delay between frames (in milliseconds) will be speedup*dt
|
bool timetext=y [y/n] | Time text
|
float tmax=None | Maximum time
|
float tmin=None | Minimum time
|
bool verb=n [y/n] | Verbosity flag
|
string wflcmap=gray | Wavefield colormap (should be sequential)
|
int xints=None | Max number of x intervals
|
int yints=None | Max number of y intervals
|
|