[svg-developers] logarithmic scale with svg

2008-10-30 Thread saitmesutcan121
Hi guys.We are developing web applications with Ruby on Rails.We use
Svg to display graphs.I just wanted to know if we can do logarithmic
scale in svg?Do you know if this is possible?Thanks a lot.




-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



[svg-developers] logarithmic scale in svg

2008-10-30 Thread Sait Mesutcan Ýlhaner
Hi guys.We are developing web applications with Ruby on Rails.We use

Svg to display graphs.I just wanted to know if we can do logarithmic

scale in svg? Do you know if this is possible?Thanks a lot.


  

[Non-text portions of this message have been removed]




-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



[svg-developers] logarithmic scale in svg

2008-10-30 Thread Sait Mesutcan Ýlhaner
Hi guys.We are developing web applications with Ruby on Rails.We use



Svg to display graphs.I just wanted to know if we can do logarithmic



scale in svg? Do you know if this is possible?Thanks a lot.


  

[Non-text portions of this message have been removed]




-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



RE: [svg-developers] logarithmic scale in svg

2008-10-30 Thread Dailey, David P.
I'm not sure quite what you mean. One could certainly plot a set of axes in 
which one axis progressed linearly and the other logarithmically; whence one 
could plot data as (x, y) pairs into that space.  Is that what you're hoping to 
accomplish?
 
DD



From: svg-developers@yahoogroups.com on behalf of Sait Mesutcan Ýlhaner
Sent: Thu 10/30/2008 6:11 PM
To: svg-developers@yahoogroups.com
Subject: [svg-developers] logarithmic scale in svg



Hi guys.We are developing web applications with Ruby on Rails.We use

Svg to display graphs.I just wanted to know if we can do logarithmic

scale in svg? Do you know if this is possible?Thanks a lot.

[Non-text portions of this message have been removed]



 


[Non-text portions of this message have been removed]




-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



RE: [svg-developers] logarithmic scale in svg

2008-10-30 Thread Sait Mesutcan Ýlhaner
Yeah,that is exactly what I am looking for.Thanks a lot.Do you know how to do 
it?

--- On Fri, 10/31/08, Dailey, David P. [EMAIL PROTECTED] wrote:
From: Dailey, David P. [EMAIL PROTECTED]
Subject: RE: [svg-developers] logarithmic scale in svg
To: svg-developers@yahoogroups.com
Date: Friday, October 31, 2008, 12:16 AM











I'm not sure quite what you mean. One could certainly plot a set of 
axes in which one axis progressed linearly and the other logarithmically; 
whence one could plot data as (x, y) pairs into that space.  Is that what 
you're hoping to accomplish?

 

DD



 _ _ __



From: svg-developers@ yahoogroups. com on behalf of Sait Mesutcan Ýlhaner

Sent: Thu 10/30/2008 6:11 PM

To: svg-developers@ yahoogroups. com

Subject: [svg-developers] logarithmic scale in svg



Hi guys.We are developing web applications with Ruby on Rails.We use



Svg to display graphs.I just wanted to know if we can do logarithmic



scale in svg? Do you know if this is possible?Thanks a lot.



[Non-text portions of this message have been removed]



[Non-text portions of this message have been removed]




  




 

















  

[Non-text portions of this message have been removed]




-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



Re: [svg-developers] logarithmic scale in svg

2008-10-30 Thread ddailey
Well take a look at 
http://srufaculty.sru.edu/david.dailey/svg/newstuff/coords.svg

This is linear by  linear generated with JavaScript. To make it log by linear, 
I'd probably just decide on a set of points:
[.01,.1, 1, 10, 100, 1000, 1] that would represent the range, then generate 
the points log(x) for x=2 through 9 -- drawing tick marks at the intermediate 
values and lines at the major points.


cheers
DD
  - Original Message - 
  From: Sait Mesutcan Ýlhaner 
  To: svg-developers@yahoogroups.com 
  Sent: Thursday, October 30, 2008 7:15 PM
  Subject: RE: [svg-developers] logarithmic scale in svg


  Yeah,that is exactly what I am looking for.Thanks a lot.Do you know how to do 
it?

  --- On Fri, 10/31/08, Dailey, David P. [EMAIL PROTECTED] wrote:
  From: Dailey, David P. [EMAIL PROTECTED]
  Subject: RE: [svg-developers] logarithmic scale in svg
  To: svg-developers@yahoogroups.com
  Date: Friday, October 31, 2008, 12:16 AM

  I'm not sure quite what you mean. One could certainly plot a set of axes in 
which one axis progressed linearly and the other logarithmically; whence one 
could plot data as (x, y) pairs into that space. Is that what you're hoping to 
accomplish?

  DD

   _ _ __

  From: svg-developers@ yahoogroups. com on behalf of Sait Mesutcan Ýlhaner

  Sent: Thu 10/30/2008 6:11 PM

  To: svg-developers@ yahoogroups. com

  Subject: [svg-developers] logarithmic scale in svg

  Hi guys.We are developing web applications with Ruby on Rails.We use

  Svg to display graphs.I just wanted to know if we can do logarithmic

  scale in svg? Do you know if this is possible?Thanks a lot.

  [Non-text portions of this message have been removed]

  [Non-text portions of this message have been removed]











  [Non-text portions of this message have been removed]



   

[Non-text portions of this message have been removed]




-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/