Demeter

Description Perl tools for X-ray Absorption Spectroscopy
Demeter > Perl Modules > Demeter::Plot::Gnuplot
Source

NAME

Demeter::Plot::Gnuplot - Using Gnuplot with Demeter

VERSION

This documentation refers to Demeter version 0.9.26.

SYNOPSIS

  use Demeter (:plotwith=gnuplot);

or

  use Demeter;
   ... and later ...
  Demeter -> plot_with("gnuplot");

DESCRIPTION

This base class of Demeter::Plot contains methods for interacting with Gnuplot via Graphics::GnuplotIF.

METHODS

plot_kylabel
plot_rylabel
plot_qylabel

Overridden methods generating y-axis labels using the current value of kweight.

CONFIGURATION AND ENVIRONMENT

See Demeter::Config for a description of the configuration system. The plot and ornaments configuration groups control the attributes of the Plot object.

DEPENDENCIES

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

File::Spec
Regexp::Assemble
String::Random

BUGS AND LIMITATIONS

Please report problems to the Ifeffit Mailing List (http://cars9.uchicago.edu/mailman/listinfo/ifeffit/)

Patches are welcome.

AUTHOR

Bruce Ravel (http://bruceravel.github.io/home)

http://bruceravel.github.io/demeter/

LICENCE AND COPYRIGHT

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.