Below are selected modules provided with XYPLOT version 3.0.0 to illustrate user-written extensions for XYPLOT.
You may browse all of the provided modules here. Please see the readme-modules.txt file for a description of the folders. See the user's guide section on installing modules for installing your own custom extensions.| xyplot.4th | XYPLOT interface and default module loading |
| xutils.4th | Utility words |
| grace.4th | Export/import graphs to/from Grace graphing program |
| template.4th | Make dataset and plot of function y = x |
| smooth.4th | 3-Point smoothing function ( screen shot) |
| lpf.4th | Low-pass filter function |
| abs.4th | Magnitude function |
| arithmetic.4th | Arithmetic between entire datasets (screen shot) |
| xyhistogram.4th | Make histogram of dataset |
| xypolyfit.4th | Polynomial fitting function |
| xyexpfit.4th | Exponential fitting function |
| xybaseline.4th | Polynomial baseline subtraction |
| autocorr.4th | Autocorrelation function |
| ylog.4th | Log function |
| yln.4th | Natural log function |
| xyderiv.4th | Numerical derivative function (screen shot) |
| xyarea.4th | Numerically integrate area of selected region |
| peak_search.4th | Peak finder algorithm |
| xypeaks.4th | Find peaks function ( screen shot) |
| xyswap.4th | Swap the x and y values of a dataset |
| xyjoin.4th | Join two datasets |
| yn_vs_ym.4th | Make dataset from y values of one xet vs y values of another set. |
| xysort.4th | Ascending sort of x,y dataset by x |
| xymap.4th | Map functions |
| anim1.4th | Animation Example: Wavepacket propagation |
| anim2.4th | Animation Example: Evolution of points under a Henon map |
| anim3.4th | Animation Example: Cube rotating in 3D |
| double-well.4th | Animation Example: Particle in a superposition state in a double-well potential |
| double-well-driven.4th | Animation Example: Particle driven at resonance frequency within a double-Well potential |