plot problem (my plots look overlapped)

New project for OpenCap, which is a new software package to estimate 3D human movement dynamics from smartphone videos. OpenCap strongly relies on OpenSim.
POST REPLY
User avatar
Merve Nur Yasar
Posts: 3
Joined: Fri May 05, 2023 7:15 am

plot problem (my plots look overlapped)

Post by Merve Nur Yasar » Thu Nov 09, 2023 5:17 am

Hi Opencap team,

I process data using the mainOpenSimAD package.I would like to know how to change the plot settings when using the plotResultsOpenSimAD(dataFolder, session_id, trial_name, settings, cases=[case]) implementation. Currently my plots look overlapped and graphs are not clearly visible. I would like to know how to increase the padding between plots and adjust font sizes. I have included a sample image of my current plot below.

Many thanks in advance.

Kind regards,
Merve
Attachments
download (1).png
download (1).png (114.65 KiB) Viewed 202 times

User avatar
Scott Uhlrich
Posts: 124
Joined: Tue Jan 20, 2015 4:29 pm

Re: plot problem (my plots look overlapped)

Post by Scott Uhlrich » Thu Nov 09, 2023 1:20 pm

Hi Merve, you can maximize the plot or change the plotting code here if you like. https://github.com/stanfordnmbl/opencap ... D.py#L1844

POST REPLY