Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1">
<LINK REL="Start" HREF="index.html">
<LINK REL="Contents" HREF="toc.html">
<LINK REL="Prev" HREF="26Knownbugsandomissions.html">
<LINK REL="Next" HREF="28Reportingbugsandsuggestingimprovements.html">
<STYLE TYPE="text/css"><!--
BODY { font-family: serif }
H1 { font-family: sans-serif }
H2 { font-family: sans-serif }
H3 { font-family: sans-serif }
H4 { font-family: sans-serif }
H5 { font-family: sans-serif }
H6 { font-family: sans-serif }
SUB { font-size: smaller }
SUP { font-size: smaller }
PRE { font-family: monospace }
A { text-decoration: none }
--></STYLE>
</HEAD>
<BODY>
<A HREF="toc.html">Contents</A>
<A HREF="26Knownbugsandomissions.html">Previous</A>
<A HREF="28Reportingbugsandsuggestingimprovements.html">Next</A>
<HR NOSHADE>
<H2><A NAME="2_7">2.7  Acknowledgments</A></H2>
<P> The idea for writing this library grew out of our own need for a
 high quality graph drawing library for PHP. When evaluating potential
 existing libraries we found (at that time around 2000) these three</P>
<OL>
<LI> &quot;chart 0.3&quot; http://quimby.gnus.org/circus/chart/chart-0.3.tar.gz,
 by Lars Magne Ingebrigtsen</LI>
<LI> &quot;ykcee.php&quot;, http://ykcee.sourceforge.net</LI>
<LI> &quot;phplot.php&quot;, http://www.phplot.com</LI>
</OL>
<P> All these libraries implements some fine graphic features but
 unfortunately none of those completely fulfilled our needs either for
 available functionality (for example none of these supported both two
 Y-scales, auto-scaling, and logarithmic scales), or general
 flexibility. We especially needed the option of two Y-scales, which
 none of the above packages supported. Our own preferences for design
 was closest to &quot;chart 0.3&quot; so we started by fixing some bugs in that
 package and adding some new features. However It was soon realized that
 to add all the features and flexibility we needed to &quot;chart 0.3&quot; it
 would require a complete rewrite since the original design wasn't
 flexible enough, especially adding a second Y-scale would require a
 more flexible OO architecture.</P>
<HR NOSHADE>
<A HREF="toc.html">Contents</A>
<A HREF="26Knownbugsandomissions.html">Previous</A>
<A HREF="28Reportingbugsandsuggestingimprovements.html">Next</A>
</BODY>
</HTML>