Updated for v0.4.0
parent
72cf82e092
commit
1705c1c1fb
1 changed files with 9 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
[← Previous chapter](https://git.ad5001.eu/Ad5001/LogarithmPlotter/wiki/User-Manual:-Chapter-2) | Chapter 3: Positioning objects ([≡ Index](User-Manual))
|
||||
|
||||
# Positioning objects
|
||||
Several objects that rely on position can be placed on the graph with your mouse using the "Positioning" interface. This interface can be accessed using the  button that can be seen on certain object rows.
|
||||
Several objects that rely on position can be placed on the graph with your mouse using the "Positioning" interface. This interface can be accessed using the  button that can be seen on certain object rows, or on certain properties in the editor.
|
||||
|
||||
List of supported objects:
|
||||
|
||||
|
@ -9,16 +9,21 @@ List of supported objects:
|
|||
- Texts
|
||||
- X Cursors¹
|
||||
|
||||
List of supported properties:
|
||||
- X
|
||||
- Y
|
||||
- Label's X Position
|
||||
|
||||

|
||||
|
||||
Click on the desired location to apply it to the selected object.
|
||||
|
||||
¹ Note: X Cursor only allow for X positioning so you will only see the vertical bar associated with it.
|
||||
¹ Note: X Cursor only allow for X positioning, so you will only see the vertical bar associated with it.
|
||||
|
||||
## Settings
|
||||
There are two settings available on the interface:
|
||||
|
||||
The "Pointer precision" setting allow you to set the amount of digits of precision of the cursor. For example, a pointer with a precision digit of `2` will round all pointed position to `2` digits after the decimal point. Setting a precision to `0` will tound all positions to integers.
|
||||
The "Pointer precision" setting allow you to set the amount of digits of precision of the cursor. For example, a pointer with a precision digit of `2` will round all pointed position to `2` digits after the decimal point. Setting a precision to `0` will round all positions to integers.
|
||||
|
||||
The "Snap to grid" checkbox rounds the selected position to the nearest intersection of the grid. It's useful for logarithmic scales when you want to quicly select a rounded logarithmic location at a few hundreds or thousands.
|
||||
The "Snap to grid" checkbox rounds the selected position to the nearest intersection of the grid. It's useful for logarithmic scales when you want to quickly select a rounded logarithmic location at a few hundreds or thousands.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue