]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/external_packages/phplot/contrib/README.txt
bacula-web: Sync with Davide repos
[bacula/bacula] / gui / bacula-web / external_packages / phplot / contrib / README.txt
1 This is the README for PHPlot Contributed Code\r
2 The project web site is http://sourceforge.net/projects/phplot/\r
3 Last updated on 2009-12-08\r
4 -----------------------------------------------------------------------------\r
5 \r
6 The PHPlot Contributed Code directory contains code you might find useful\r
7 with PHPlot, but that doesn't quite belong as part of PHPlot itself.\r
8 \r
9 You will have to read the comments in the code files, and see the example\r
10 files, to determine what these do and if they are useful to you. None of\r
11 these functions is documented in the PHPlot Reference Manual.\r
12 \r
13 You may include or paste these functions into your own scripts. Check the\r
14 files for details, but some of these are considered "public domain" with no\r
15 usage or license restrictions.\r
16 \r
17 -----------------------------------------------------------------------------\r
18 Contents:\r
19 \r
20 prune_labels: Reduce the number of labels along the X axis\r
21     prune_labels.php . . . . . . . . . . . . Code\r
22     prune_labels.example.php . . . . . . . . Example\r
23     prune_labels.test.php  . . . . . . . . . Test\r
24 \r
25 color_range: Create a gradient color map for data colors\r
26     color_range.php  . . . . . . . . . . . . Code\r
27     color_range.example.php  . . . . . . . . Example\r
28     color_range.test1.php  . . . . . . . . . Image creation test\r
29     color_range.test2.php  . . . . . . . . . Unit test\r
30 \r
31 -----------------------------------------------------------------------------\r