Forge Home

matplotlib

matplotlib module

8,519 downloads

8,519 latest version

2.1 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.0.1 (latest)
released Aug 19th 2013

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'DsA-matplotlib', '0.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add DsA-matplotlib
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install DsA-matplotlib --version 0.0.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

DsA/matplotlib — version 0.0.1 Aug 19th 2013

puppet-matplotlib

Puppet scripts for installing matplotlib via pip. This currently supports installation via pip on Debian/Ubuntu so that GUI is not required (e.g., avoid installing X11). Basic usage:

class { 'matplotlib': }

Want to use LaTeX to manage all of the text layout in matplotlib?

class { 'matplotlib':
  install_latex => true,
}

Note that the goal of this module is to provide a GUI-less version of matplotlib (which is useful for headless virtual machines, for example). If you want to install matplotlib, GUI and all, it is fairly straightforward to do so with any standard package manager.

Please feel free to contribute installation capability for other linux distributions and issue a pull request!