NAME

PGPLOTx::Constants - Constants for use with PGPLOT

VERSION

version 0.01

SYNOPSIS

# import GREEN
use PGPLOTx::Constants 'GREEN';

# don't shout, import GREEN as green
use PGPLOTx::Constants 'GREEN' => { -as => 'green' } ;

# import all of the colors
use PGPLOTx::Constants -colors;

# import all of the colors, lower case 'em so your code doesn't shout
# but don't lower case the fots
use PGPLOTx::Constants -colors, { -as => 'lc' }, -fonts ;

# lower case everything that is imported
use PGPLOTx::Constants { as => 'lc' }, -colors, -fonts ;

DESCRIPTION

This module provides a number of constants for use with the PGPLOT plotting package.

Exporter::Tiny is used to provide the exported symbols, so its facilities can be used to customize the import experience, as shown in the "SYNOPSIS".

The constants can be imported individually, or as sets via associated tags.

The following sets are available:

INTERNALS

SUPPORT

Bugs

Please report any bugs or feature requests to bug-pgplotx-constants@rt.cpan.org or through the web interface at: https://rt.cpan.org/Public/Dist/Display.html?Name=PGPLOTx-Constants

Source

Source is available at

https://gitlab.com/djerius/pgplotx-constants

and may be cloned from

https://gitlab.com/djerius/pgplotx-constants.git

SEE ALSO

Please see those modules/websites for more information related to this module.

AUTHOR

Diab Jerius djerius@cpan.org

COPYRIGHT AND LICENSE

This software is Copyright (c) 2026 by Smithsonian Astrophysical Observatory.

This is free software, licensed under:

The GNU General Public License, Version 3, June 2007