Blame | Last modification | View Log | RSS feed
This is the README for PHPlot Contributed CodeThe project web site is http://sourceforge.net/projects/phplot/Last updated on 2011-08-05-----------------------------------------------------------------------------The PHPlot Contributed Code directory contains code you might find usefulwith PHPlot, but that doesn't quite belong as part of PHPlot itself.You will have to read the comments in the code files, and see the examplefiles, to determine what these do and if they are useful to you. None ofthese functions is documented in the PHPlot Reference Manual.You may include or paste these functions into your own scripts. Check thefiles for details, but some of these are considered "public domain" with nousage or license restrictions.-----------------------------------------------------------------------------Contents:prune_labels: Reduce the number of labels along the X axisprune_labels.php . . . . . . . . . . . . Codeprune_labels.example.php . . . . . . . . Exampleprune_labels.test.php . . . . . . . . . Testcolor_range: Create a gradient color map for data colorscolor_range.php . . . . . . . . . . . . Codecolor_range.example.php . . . . . . . . Examplecolor_range.test1.php . . . . . . . . . Image creation testcolor_range.test2.php . . . . . . . . . Unit testdata_table: Draw a table of data values on the plotdata_table.php . . . . . . . . . . . . . Codedata_table.example1.php . . . . . . . . Example: Stand-alone tablesdata_table.example2.php . . . . . . . . Example: Line plot with tabledata_table.example3.php . . . . . . . . Example: Pie chart with table-----------------------------------------------------------------------------