GithubHelp home page GithubHelp logo

alexpagnoni / phplot Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 328 KB

Ampoliros library providing PHPlot integration as a HUI widget

License: GNU General Public License v2.0

Shell 0.16% HTML 27.74% PHP 71.55% CSS 0.55%

phplot's Introduction

This is a class for creating scientific and business charts. 
To start extract the files with

	tar -zxvf phplot-5.0rc1.tar.gz 
    
and then point your browser to 

	doc/index.php.

There are some configuration settings that you will need to make 
based on your setup. 

1. File Type: Depending on the version of GD you are using, 
   you may or may not have GIF or PNG file ability. That is 
   set with the function. 
   
        SetFileFormat("<filetype>") where <filetype> is png, gif, jpeg, ...
        
   or edit the file phplot.php and change the line
   
        var $file_format = "<filetype>";

2. TTF: If you have TTF installed then use (and read the docs)

        SetUseTTF(TRUE);
        
   otherwise use
   
	SetUseTTF(FALSE);

Everything else should be independent of what version you are using.
This has been tested with PHP3, PHP4, GD1.2 and GD 3.8. 

To start please see doc/index.php. There you'll find examples, tests and
some introductory documents.

--------------------------

This is distributed with NO WARRANTY and under the terms of the GNU GPL
and PHP licenses. If you use it - a cookie or some credit would be nice.

You can get a copy of the GNU GPL at http://www.gnu.org/copyleft/gpl.html
You can get a copy of the PHP License at http://www.php.net/license.html

See http://www.sourceforge.net/projects/phplot/ for the latest changes.

phplot's People

Contributors

alexpagnoni avatar

Watchers

James Cloos 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.