PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Images » Image_Graph » Bug #6941

Logarithmic axis values between 0 and 1

Details

Submitted2006-02-26 16:38 UTC
Fromthilo at hitnet dot rwth-aachen dot de
Assignednosey
StatusClosed
PackageImage_Graph
PHP Version4.4.0
OSDebian Sarge
Roadmaps(Not assigned)

Comments

[2006-02-26 16:38 UTC] thilo at hitnet dot rwth-aachen dot de

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 =& Image_Graph::factory('dataset');
Dataset->addPoint(0.063,5);
Dataset->addPoint(0.125,7);
Dataset->addPoint(0.25,8);
$Dataset->addPoint(0.5,10);
$Dataset->addPoint(1,15);
$Dataset->addPoint(2,30);
$Dataset->addPoint(4,45);
$Dataset->addPoint(8,80);
...

[2006-03-05 21:04 UTC] thilo at hitnet dot rwth-aachen dot de

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

[2006-03-05 21:38 UTC] thilo at hitnet dot rwth-aachen dot de

OK thanks
great work
Thilo