Description | Perl tools for X-ray Absorption Spectroscopy |
Demeter::Plot::Gnuplot - Using Gnuplot with Demeter
This documentation refers to Demeter version 0.9.26.
use Demeter (:plotwith=gnuplot);
or
use Demeter;
... and later ...
Demeter -> plot_with("gnuplot");
This base class of Demeter::Plot contains methods for interacting with Gnuplot via Graphics::GnuplotIF.
plot_kylabel
plot_rylabel
plot_qylabel
Overridden methods generating y-axis labels using the current value of kweight
.
See Demeter::Config for a description of the configuration system. The plot and ornaments configuration groups control the attributes of the Plot object.
This module requires Graphics::GnuplotIF and gnuplot itself. On a linux machine, I strongly recommend a version of gnuplot at 4.2 or higher so you can use the wonderful wxt terminal type.
Also
Breakage if trying to plot a path with no data
The file method is broken -- need to replace replot commands with continuations
Plotting parts other than fit in an rmr plot has repeated labels
Quadplot cannot currently do pre, post, or bkg dues to extensive use of replot not being consistent with multiplot
Please report problems to the Ifeffit Mailing List (http://cars9.uchicago.edu/mailman/listinfo/ifeffit/)
Patches are welcome.
Bruce Ravel (http://bruceravel.github.io/home)
http://bruceravel.github.io/demeter/
Copyright (c) 2006-2018 Bruce Ravel (http://bruceravel.github.io/home). All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlgpl.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.