Skip to content

Commit 1c082a9

Browse files
better example
1 parent a607372 commit 1c082a9

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

paper.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,25 @@ Many established simulation platforms, such as MathWorks Simulink [@simulink] or
4444

4545
# Example
4646

47-
A demonstration video is provided in the online documentation.
47+
`PathView` includes several pre-built example graphs in the [example_graphs](https://github.com/festim-dev/pathview/tree/main/example_graphs) directory that demonstrate different functionality:
48+
49+
- ``harmonic_oscillator.json`` - Simple oscillator simulation
50+
- ``pid.json`` - PID controller example
51+
- ``festim_two_walls.json`` - Two-wall diffusion model
52+
- ``linear_feedback.json`` - Linear feedback system
53+
- ``spectrum.json`` - Spectral analysis example
4854

49-
![Graph editor tab.\label{fig:example}](example.png){ width=80% }
55+
![Graph editor tab (harmonic oscillator demo_.\label{fig:example}](example.png){ width=80% }
5056

51-
![Results tab with interactive plotly graph.\label{fig:example_results}](example_results.png){ width=80% }
57+
![Results tab with interactive graph (harmonic oscillator demo_.\label{fig:example_results}](example_results.png){ width=80% }
5258

5359
# Features
5460

5561

5662
- **Node creation and connection**: Choose from 58 different simulation node types, configure parameters, and connect them visually.
5763
- **Custom styling**: Change node colours for improved readability.
5864
- **Integrated simulation**: Run `PathSim` simulations directly from the GUI.
59-
- **Interactive visualisation**: Embedded `plotly` plots for interactive data exploration.
65+
- **Interactive visualisation**: Embedded `plotly` plots for interactive data exploration. Export results data to CSV or export graph to HTML.
6066
- **Advanced global variables**: Define global variables, including via an integrated Python editor for complex expressions.
6167
- **Flexible I/O**: Save and load models in JSON format; export to Python scripts for advanced or automated use.
6268
- **Modular and extensible**: Designed for easy integration of new node types and custom functionality.

0 commit comments

Comments
 (0)