ResearchOS / Biomech-Analysis-Platform-MATLAB

A GUI-based operating system framework to facilitate biomechanical data analysis. This platform attempts to manage the non-scientific part of coding without restricting the direction or method of scientific analysis.
MIT License
4 stars 0 forks source link

Plot tab TODO's #108

Closed mtillman14 closed 1 year ago

mtillman14 commented 1 year ago
  1. Implement subplots (in usual subplot(a,b,c) syntax).
  2. Standardized axes limits by project/subject/condition/subject & condition/trial, for movies & static plots.
  3. Create plots for all trials
  4. Manually/interactively edit graphics objects properties persistently.
mtillman14 commented 1 year ago
  1. When refreshing an axes object, have the option in the context menu to refresh all of the components on that axes at once.
  2. Allow resetting object properties to default values
  3. Show the example trial name in the GUI, for reference.
mtillman14 commented 1 year ago
  1. In Plot & Stats tab, change the assign variables implementation to be faster (don't use findall and don't reload the assign vars GUI after every change).
mtillman14 commented 1 year ago

Number 5 here done

mtillman14 commented 1 year ago

Number 1 here is now implemented, albeit a bit buggy.

mtillman14 commented 1 year ago

Number 7 is implemented, though the label is in kind of a funny place.

mtillman14 commented 1 year ago

Still need 2, 3, 4, 6, 8.

mtillman14 commented 1 year ago

Number 3 done for static plots. Will need to be modified when implementing 2 & 4.

mtillman14 commented 1 year ago

Number 1 is no longer buggy, refreshing the components also puts them in the proper subplot locations.

mtillman14 commented 1 year ago

Created separate issues for each of the remaining items. 2: #121 4: #122 6: #123 8: #124