README
上传用户:shbosideng
上传日期:2013-05-04
资源大小:1555k
文件大小:4k
源码类别:

SNMP编程

开发平台:

C/C++

  1. This is GIFgraph 1.10, a package to generate GIF charts, using Lincoln
  2. Stein's GD.pm.
  3. INSTALLATION
  4. needed to install (also see TESTED PLATFORMS):
  5. perl 5.004
  6. GD > 1.14
  7. to install:
  8. perl Makefile.PL
  9. make
  10. make test
  11. make install
  12. NB: make test may report errors. If you are not using GD 1.18 this is
  13. normal. Because of differences in the way GD implements fonts and
  14. polygons in the various versions, the produced GIFs will differ very
  15. slightly. If you see this behaviour, please 'make' the samples in the
  16. samples directory, and check the produced GIFs visually. If they look
  17. ok, then GIFgraph is ok.
  18. to see some samples:
  19. cd samples
  20. make
  21. That should generate a set of gifs, which you can view using the HTML
  22. pages in the same directory (or whichever other way pleases you).
  23. The documentation available is contained in GIFgraph.pm, as pod.
  24. The latest release should normally be available from CPAN and from 
  25. http://www.tcp.chem.tue.nl/~tgtcmv/perl/
  26. TESTED PLATFORMS (also see NOTES FOR WIN32)
  27. Latest version:
  28. - perl 5.004_04 on Solaris 2.6, GD 1.18
  29. - perl 5.005_02 on Solaris 2.6, GD 1.18
  30. Version 1.01:
  31. - perl 5.004_04 on Solaris 2.5.1, GD 1.15
  32. - perl 5.004_02 for win32 by Gurusamy Sarathy, GD (1.14 I think)
  33. - perl 5.004_04 HP-UX 10.20, GD 1.18 (Ronald Post)
  34. AUTHOR
  35. Martien Verbruggen
  36. mgjv@comdyn.com.au
  37. tgtcmv@chem.tue.nl
  38. MOST IMPORTANT CHANGES SINCE VERSION 1.04
  39. - added bar_spacing option
  40. - added limited support for numerical X axis for equidistant X values
  41.   (NOT for a real numerical graph!), thanks to Scott Prahl.
  42. - routines to automatically 'guess' nice upper and lower values for
  43.   graphs have been replaced by one written by Scott Prahl
  44. MOST IMPORTANT CHANGES SINCE VERSION 1.03
  45. - Added mixed type graph.
  46.   GIFgraph::mixed
  47.   options types and default_type
  48. - Added callback functionality to format y values
  49.   option y_number_format
  50. - Added control over axis label placement
  51.   option [xy]_label_position
  52. MOST IMPORTANT CHANGES SINCE VERSION 1.01
  53. - Vertical printing of X axis labels
  54. - CHANGED DEFAULTS for zero_axis and zero_axis_only
  55. - Fixed problems with negative values, data ranges without 0, and
  56.   printing of the x axis labels (I hope)
  57. - No more support for perl 5.003. Since perl 5.005 is out, and I don't
  58.   have a 5.003 here to test all the time, I won't support it anymore.
  59. MOST IMPORTANT CHANGES SINCE VERSION 0.91
  60. - Legends
  61. - Support for negative numbers
  62. - Ticks for X axis
  63. - line types and widths
  64. - Allow entries in data set to be undef (to skip them)
  65. - Changed 'zero' angle for pie charts (was right, now is front/bottom)
  66. - Definition of colours now possible. See GIFgraph::colour::read_rgb
  67.   for details
  68. - See file CHANGES for more
  69. TODO
  70. - 3d look for graphs
  71. - logarithmic scaling
  72. - numerical X axes (halfway there)
  73. - Autoloading/splitting, etc
  74. BUG FIXES IN THIS VERSION
  75. See file BUGS
  76. NOTES FOR WIN32
  77. GIFgraph installs and runs well under Gurusamy Sarathy's port of perl
  78. for win32, and its usage is exactly the same as documented.
  79. The ActiveState port 5.003 for win32 can be used with Dave Roth's port
  80. of GD for win32. This port, however has a peculiarity. It is
  81. impossible to manipulate the gif data in memory (the GD::Image::gif()
  82. method always writes to a file descriptor, instead of returning the
  83. data). This makes the use of GIFgraph with that port impossible
  84. without a lot of work.
  85. This means that until someone ports GD for the ActiveState perl with
  86. full support for all its functionality, GIFgraph will not work on
  87. ActiveState's port 5.003. 
  88. It may very well, and _should_ work on the 5.005 ports, although I
  89. have personally not tested that yet.
  90. THANKS
  91. Scott Prahl
  92. brian d foy
  93. Honza Pazdziora
  94. Dave Belcher
  95. Vegard Vesterheim
  96. COPYRIGHT
  97. Copyright (c) 1995-1997 Martien Verbruggen. All rights reserved.
  98. This package is free software; you can redistribute it and/or
  99. modify it under the same terms as Perl itself.