<?xml version="1.0"?>
<?xml-stylesheet 
 href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/6941/bug">
    <title>PEAR Bug #6941</title>
    <link>http://pear.php.net/bugs/6941</link>
    <description>[Closed] Logarithmic axis values  between 0 and 1</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bugs/6941"/>
      <rdf:li rdf:resource="http://pear.php.net/bugs/6941/2006-03-05+16%3A38%3A37#2006-03-05+16%3A38%3A37"/>
      <rdf:li rdf:resource="http://pear.php.net/bugs/6941/2006-03-05+16%3A22%3A34#2006-03-05+16%3A22%3A34"/>
      <rdf:li rdf:resource="http://pear.php.net/bugs/6941/2006-03-05+16%3A04%3A17#2006-03-05+16%3A04%3A17"/>
      <rdf:li rdf:resource="http://pear.php.net/bugs/6941/2006-02-28+17%3A15%3A35#2006-02-28+17%3A15%3A35"/>
     </rdf:Seq>
    </items>
  </channel>
    <item rdf:about="http://pear.php.net/bugs/6941">
      <title>thilo@... [2006-02-26 11:38:44]</title>
      <link>http://pear.php.net/bugs/6941</link>
      <description><![CDATA[<pre>Image_Graph Bug
Reported by thilo@...
2006-02-26T16:38:44-00:00
PHP: 4.4.0 OS: Debian Sarge Package Version: cvs

Description:
------------
Hi,
see the script ;-)
I have to use X values between 0.063 - 80.
Sorry! My english is very bad.
I hope the Script is enough.

Thilo

Test script:
---------------
http://barbara.fs5-1.rwth-aachen.de/testseite/line2.php

...
$Plotarea = Image_Graph::factory('plotarea', array('axis_log','axis'))
...
//Points
$Dataset =&amp; Image_Graph::factory('dataset');
Dataset-&gt;addPoint(0.063,5);
Dataset-&gt;addPoint(0.125,7);
Dataset-&gt;addPoint(0.25,8);
$Dataset-&gt;addPoint(0.5,10);
$Dataset-&gt;addPoint(1,15);
$Dataset-&gt;addPoint(2,30);
$Dataset-&gt;addPoint(4,45);
$Dataset-&gt;addPoint(8,80);
...</pre>]]></description>
      <content:encoded><![CDATA[<pre>Image_Graph Bug
Reported by thilo@...
2006-02-26T16:38:44-00:00
PHP: 4.4.0 OS: Debian Sarge Package Version: cvs

Description:
------------
Hi,
see the script ;-)
I have to use X values between 0.063 - 80.
Sorry! My english is very bad.
I hope the Script is enough.

Thilo

Test script:
---------------
http://barbara.fs5-1.rwth-aachen.de/testseite/line2.php

...
$Plotarea = Image_Graph::factory('plotarea', array('axis_log','axis'))
...
//Points
$Dataset =&amp; Image_Graph::factory('dataset');
Dataset-&gt;addPoint(0.063,5);
Dataset-&gt;addPoint(0.125,7);
Dataset-&gt;addPoint(0.25,8);
$Dataset-&gt;addPoint(0.5,10);
$Dataset-&gt;addPoint(1,15);
$Dataset-&gt;addPoint(2,30);
$Dataset-&gt;addPoint(4,45);
$Dataset-&gt;addPoint(8,80);
...</pre>]]></content:encoded>
      <dc:date>2006-02-26T16:38:44-00:00</dc:date>
    </item>
    <item rdf:about="http://pear.php.net/bugs/6941/2006-03-05+16%3A38%3A37#2006-03-05+16%3A38%3A37">
      <title>thilo@... [2006-03-05 21:38]</title>
      <link>http://pear.php.net/bugs/6941#1141594717</link>
      <description><![CDATA[<pre>OK thanks
great work
Thilo</pre>]]></description>
      <content:encoded><![CDATA[<pre>OK thanks
great work
Thilo</pre>]]></content:encoded>
      <dc:date>2006-03-05T21:38:37-00:00</dc:date>
    </item>
    <item rdf:about="http://pear.php.net/bugs/6941/2006-03-05+16%3A22%3A34#2006-03-05+16%3A22%3A34">
      <title>nosey [2006-03-05 21:22]</title>
      <link>http://pear.php.net/bugs/6941#1141593754</link>
      <description><![CDATA[<pre>This _is_ solved by using the new forceMinimum() method. You simply use (fx) $Axis-&gt;forceMinimum(0.050) 

this yields

http://pear.veggerby.dk/dump/log_axis_low.png

If you mean something else, then please elaborate, cause then I'm missing your point</pre>]]></description>
      <content:encoded><![CDATA[<pre>This _is_ solved by using the new forceMinimum() method. You simply use (fx) $Axis-&gt;forceMinimum(0.050) 

this yields

http://pear.veggerby.dk/dump/log_axis_low.png

If you mean something else, then please elaborate, cause then I'm missing your point</pre>]]></content:encoded>
      <dc:date>2006-03-05T21:22:34-00:00</dc:date>
    </item>
    <item rdf:about="http://pear.php.net/bugs/6941/2006-03-05+16%3A04%3A17#2006-03-05+16%3A04%3A17">
      <title>thilo@... [2006-03-05 21:04]</title>
      <link>http://pear.php.net/bugs/6941#1141592657</link>
      <description><![CDATA[<pre>Hi, 
thanks for your work but that is not which I needs.  I need the values between 0 and 1
Please take al look at
http://barbara.fs5-1.rwth-aachen.de/testseite/mittelwert_diagramm.php
and
http://barbara.fs5-1.rwth-aachen.de/testseite/mittelwert_diagramm2.php

thanks
Thilo</pre>]]></description>
      <content:encoded><![CDATA[<pre>Hi, 
thanks for your work but that is not which I needs.  I need the values between 0 and 1
Please take al look at
http://barbara.fs5-1.rwth-aachen.de/testseite/mittelwert_diagramm.php
and
http://barbara.fs5-1.rwth-aachen.de/testseite/mittelwert_diagramm2.php

thanks
Thilo</pre>]]></content:encoded>
      <dc:date>2006-03-05T21:04:17-00:00</dc:date>
    </item>
    <item rdf:about="http://pear.php.net/bugs/6941/2006-02-28+17%3A15%3A35#2006-02-28+17%3A15%3A35">
      <title>nosey [2006-02-28 22:15]</title>
      <link>http://pear.php.net/bugs/6941#1141164935</link>
      <description><![CDATA[<pre>This bug has been fixed in CVS.

If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET).

If this was a problem with the pear.php.net website, the change should be live shortly.

Otherwise, the fix will appear in the package's next release.

Thank you for the report and for helping us make PEAR better.</pre>]]></description>
      <content:encoded><![CDATA[<pre>This bug has been fixed in CVS.

If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET).

If this was a problem with the pear.php.net website, the change should be live shortly.

Otherwise, the fix will appear in the package's next release.

Thank you for the report and for helping us make PEAR better.</pre>]]></content:encoded>
      <dc:date>2006-02-28T22:15:35-00:00</dc:date>
    </item>
</rdf:RDF>