Subversion Repositories cheapmusic

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
98 - 1
This is the README for PHPlot Contributed Code
2
The project web site is http://sourceforge.net/projects/phplot/
3
Last updated on 2011-08-05
4
-----------------------------------------------------------------------------
5
 
6
The PHPlot Contributed Code directory contains code you might find useful
7
with PHPlot, but that doesn't quite belong as part of PHPlot itself.
8
 
9
You will have to read the comments in the code files, and see the example
10
files, to determine what these do and if they are useful to you. None of
11
these functions is documented in the PHPlot Reference Manual.
12
 
13
You may include or paste these functions into your own scripts. Check the
14
files for details, but some of these are considered "public domain" with no
15
usage or license restrictions.
16
 
17
-----------------------------------------------------------------------------
18
Contents:
19
 
20
prune_labels: Reduce the number of labels along the X axis
21
    prune_labels.php . . . . . . . . . . . . Code
22
    prune_labels.example.php . . . . . . . . Example
23
    prune_labels.test.php  . . . . . . . . . Test
24
 
25
color_range: Create a gradient color map for data colors
26
    color_range.php  . . . . . . . . . . . . Code
27
    color_range.example.php  . . . . . . . . Example
28
    color_range.test1.php  . . . . . . . . . Image creation test
29
    color_range.test2.php  . . . . . . . . . Unit test
30
 
31
data_table: Draw a table of data values on the plot
32
    data_table.php . . . . . . . . . . . . . Code
33
    data_table.example1.php  . . . . . . . . Example: Stand-alone tables
34
    data_table.example2.php  . . . . . . . . Example: Line plot with table
35
    data_table.example3.php  . . . . . . . . Example: Pie chart with table
36
 
37
-----------------------------------------------------------------------------