| Author |
Comment/Response |
Messo
|
12/31/05 01:23am
Hi I have a little function:
< -- START
points = {{0.1, 1.1}, {0.2, 20.9}, {0.315, 52.4}, {0.63, 92.5}, {1, 99.5}}
fugv = LogLinearListPlot[points, PlotRange -> {0, 100}, PlotPoints -> 10, GridLines -> {{0.1, 0.2, 0.315, 0.63, 1}, {20, 40, 50, 60, 80, 100}}, PlotJoined -> True]
-- END >
I would like to know, what is the x value when y = 50. And what is the y value when x=5 (for example)
Can u help me?
Very thx! // Sorry if my english is bad.
URL: , |
|