| Bug #6941 | Logarithmic axis values between 0 and 1 |
| Submitted: |
2006年02月26日 16:38 UTC |
| From: |
thilo at hitnet dot rwth-aachen dot de |
Assigned: |
nosey |
| Status: |
Closed |
Package: |
Image_Graph (version cvs) |
| PHP Version: |
4.4.0 |
OS: |
Debian Sarge |
| Roadmaps: |
(Not assigned) |
[2006年02月26日 16:38 UTC] thilo at hitnet dot rwth-aachen dot de
(Thilo)
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);
...
Comments
[2006年02月28日 22:15 UTC] User who submitted this comment has not confirmed identityIf you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE. Write a message to pear-dev@lists.php.net
to request the confirmation link. All bugs/comments/patches associated with this
email address will be deleted within 48 hours if the account request is not confirmed!
[2006年03月05日 21:04 UTC] thilo at hitnet dot rwth-aachen dot de
[2006年03月05日 21:22 UTC] User who submitted this comment has not confirmed identityIf you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE. Write a message to pear-dev@lists.php.net
to request the confirmation link. All bugs/comments/patches associated with this
email address will be deleted within 48 hours if the account request is not confirmed!
[2006年03月05日 21:38 UTC] thilo at hitnet dot rwth-aachen dot de
OK thanks
great work
Thilo