UIntPlot is a program for plotting different ED intensity functions produced by UNEX.

Binaries of UIntPlot are bundled with respective versions of UNEX, which can be found on the Downloads page.

Examples


Experimental sM(s) with lines and points.

uintplot --curves ed31 --data mol --style_imol=3 --ptype_imol=3  unex.out
UIntPlot3

Combining curves and data types and saving the image to PNG file.

uintplot --curves ed41,ed42,ed51,ed52 --data tot,bgr --png uintplot2.png unex.out
UIntPlot2

Experimental sM(s) are with error bars, on the bottom are residuals on the filled areas corresponding to errors. Errors are three times standard deviations.

uintplot --curves ed15,ed25 --data mol,mmol,dmol,mols --elw=1.0 --imolerrbars --imolef=3.0 --dmollerrfill --png intplot1.png unex.out
UIntPlot1