Sets log scale in x. Call update() thereafter to make the change visible (if the image is shown already).
()
| 783 | * (if the image is shown already). */ |
| 784 | |
| 785 | public void setLogScaleX() { |
| 786 | setAxisXLog(true); |
| 787 | } |
| 788 | |
| 789 | public void setLogScaleY() { |
| 790 | setAxisYLog(true); |