drbenvincent / darc_toolbox

Run adaptive decision making experiments
MIT License
16 stars 2 forks source link

add basic plotting of data #7

Closed drbenvincent closed 5 years ago

drbenvincent commented 5 years ago

Not convinced it's a good idea to have too much plotting in this package, because it gets difficult to deal with the generality of darc tasks. But for the sake of debugging and really being sure that things are working well, it makes sense to do some elementary plotting of the data (designs, responses) that were run.

Implement this as a method of DARCDesign where all_data is kept.

drbenvincent commented 5 years ago
drbenvincent commented 5 years ago

Note: improvements were made in plotting where there are front end delays in #20

drbenvincent commented 5 years ago

We've not got robust, but basic, plotting working for all the paradigms.

We can certainly expect some improvements here, but for now, we have achieved our goal of visualising the data (designs and responses).