y = log₁₀(x) Function Plot
X: LINEAR
Y: LINEAR
📊 What This Demo Shows
This plots y = log₁₀(x) from x=0.1 to x=1000:
- Linear X, Linear Y: Exponential-looking curve
- Log X, Linear Y: Logarithmic-looking curve
- Linear X, Log Y: Exponential-looking curve
- Log X, Log Y: Straight diagonal line
Toggle each axis independently and see how view preservation maintains your current zoom/pan!
🔄 Coordinate Space
🔍 Zoom Controls
↔️ Pan Controls
📊 Current State
Transform Status
X-Axis:
Linear
Y-Axis:
Linear
Global Scale:
[1.000, 1.000]
Global Offset:
[0.000, 0.000]
View Bounds X:
[0.0, 1.0]
View Bounds Y:
[0.0, 1.0]
💡 Instructions
1. Use zoom/pan controls to explore the function
2. Toggle X and/or Y axis coordinate spaces independently - notice the view is preserved!
3. Watch the status panel to see how transforms work differently in each space
4. Open console (F12) for detailed explanations