robotology-playground / insitu-ft-analysis

Data and code for analysis of FT measurements on the iCub robot.
2 stars 2 forks source link

Allow adding plot to a figure mainly FTplots and Force3Dplots #57

Closed fjandrad closed 5 years ago

fjandrad commented 5 years ago

The idea is to allow an easy comparison by showing in the same figure. We can use the predifined colororder for values up to 7 data in the same figure, more than that would require custom colorOrder. Probably requires giving as output and input a handler.

fjandrad commented 5 years ago

mergePlots is done in 233c374e886d040a5a87c3311350b3e9ca0a83a8 mergeFTplots is also done (might be possible to later upgrade by also having the a name instead of a number for the different groups that are being showed: also customizing colors can be a feature if deemed required). mergePlots might work as is for force3dplots needs testing though