updated readme with correct url and interface
This commit is contained in:
@@ -7,9 +7,9 @@ conda create -y -n app-env python=3.10
|
||||
|
||||
conda activate app-env
|
||||
|
||||
3. The prompt should now read '(app-env)' on the left. The app is not published on Github or anywhere else. The link below points to my own personnal home server (I didn't find any way of getting a direct download link You are now ready to install everything with this command:
|
||||
3. The prompt should now read '(app-env)' on the left. The app is not published on Github or anywhere else. The link below points to the webserver running on the FibNas server. You are now ready to install everything with this command:
|
||||
|
||||
pip install http://130.92.113.172/dispersionapp_v0.1.0.zip
|
||||
pip install http://130.92.113.172/dispersionapp.zip
|
||||
|
||||
# Usage
|
||||
|
||||
@@ -32,15 +32,13 @@ from left to right :
|
||||
- a slider to quickly explore values
|
||||
- arrow buttons to move from one value to the next
|
||||
- a text box where you can input your desired value. The closest possible value will then be selected.
|
||||
- a button to automatically "play" the parameter from its current positition to its maximum
|
||||
- interval during which each parameter is displayed while playing.
|
||||
|
||||
To navigate the plot:
|
||||
- left-click + drag to move around
|
||||
- right-click + drag to zoom
|
||||
- scroll wheel to zoom
|
||||
- for each kind of movement, you can do it while the cursor is hovering over one of the axis. In that case, only that axis is affected.
|
||||
- to go back to a view that fits everything, click on the small "A" at the bottom left.
|
||||
- to go back to a view that fits everything, click on the small "A" at the bottom left. This is not ideal for the disperion plot, so you can find another reset button in the parameter list.
|
||||
- to hide/show a line, click on it in the legend. You can also click+drag on the legend to move it around.
|
||||
- double click on the purple title bar (left side or top) to pop out the plot in its own window.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user