Giter VIP home page Giter VIP logo

gd-3dbargrapher's Introduction

GD-3DBarGrapher

3DBarGrapher was written primarily to create "professional looking" 3D bar
graphs.

It features:

  - customisable colours, fonts and dimensions 
  - bar or column styles 
  - gradient fill option for columns and plot area background 
  - random bar colour feature to easily make multiple graphs on the same
    page more distinct 
  - XHTML image map output to enable displaying of values when moving mouse
    cursor over the bars
    
Example usage:

  use GD::3DBarGrapher qw(creategraph);
        
  my @data = (
      ['Apples', 28],
      ['Pears',  43],
      ...etc 
  );

  my %options = (
      'file' => '/webroot/images/mygraph.jpg',
  );

  my $imagemap = creategraph(\@data, \%options);
  

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install
    

DEPENDENCIES

This module requires these other modules and libraries:

  GD 2.0.1 or greater


AUTHOR

S.I.Warhurst <swarhurst _AT_ cpan.org>

http://www.creationfactor.net


COPYRIGHT AND LICENCE

Copyright (C) 2009 S.I.Warhurst

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself. See:
http://www.perl.com/language/misc/Artistic.html

gd-3dbargrapher's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.