085dec4d3c
Use drop down list to select raw or smooth plot or both. Fix plot color.
2024-08-20 00:02:17 -04:00
98a7e045bb
add smoothed plot to chart windows
2024-08-18 00:53:10 -04:00
a3990ad73f
update chart window less frequently than updating data. interval set in preferences
2024-08-16 23:01:47 -04:00
9ab07ecba6
don't return temporaries
2024-08-11 22:55:37 -04:00
23139db860
must use different conversion to const char* to avoid garbage output
2024-08-11 19:19:56 -04:00
490f3e6890
fix compilation
2024-07-29 15:07:51 -04:00
7c4b1bdc4a
update include files according to include-what-you-use testing
2024-07-29 01:18:08 -04:00
7bae7ea2f7
add export to YAML to chart viewer
2024-07-26 10:04:39 -04:00
3db7e1f9cf
avoid invalid data accesses
2023-10-13 06:50:06 -04:00
6ad5c0eced
port LAMMPS GUI to Qt6 while still supporting Qt5
2023-10-12 23:24:11 -04:00
35640dd72e
use event filter to bypass default shortcuts that conflict with our custom ones
2023-10-04 06:29:39 -04:00
ed631ecd44
add button to reset zoom/pan of chart viewer
2023-10-03 22:36:00 -04:00
a3c843f590
add support for shortcuts CTRL-/ (stop run) and CTRL-Q (quit) to most windows
2023-10-03 21:14:11 -04:00
37c1bfafa3
remove unused class member
2023-10-02 18:30:47 -04:00
3bf70c1b97
various chart window updates and improvements
...
- charts are reset if the thermo style changes
- charts are reset if the timestep is reset (to a lower value)
- charts are not updated if thermo data is not valid (e.g. during setup)
- use integer format for Steps on the x-axis
2023-08-15 01:05:54 -04:00
1b0967477b
add support to export collected Thermo data to gnuplot .dat and excel .csv
2023-08-09 00:33:31 -04:00
53eaca030b
complete chart view window with option to select chart from thermo columns
2023-08-09 00:32:46 -04:00
fe7681d0b3
add chart viewer window to show graphs of ongoing runs from thermo data
2023-08-09 00:32:34 -04:00