nimble-dev / compareMCMCs

Tools for comparing MCMC efficiency from nimble and/or other engines
GNU General Public License v3.0
1 stars 2 forks source link

Option to save ggplot graph object? #7

Open salleuska opened 4 years ago

salleuska commented 4 years ago

So that one can customize the graph.

perrydv commented 4 years ago

@salleuska Thanks for this suggestion. Can you clarify? There is a ggplot object for each figure, but they are combined via html rather than into one large gpplot object. I guess what you mean is for the user to get any of the ggplot objects directly for purposes of saving or whatever they want to do with it? We could probably have an option to return a list of the ggplot objects.

salleuska commented 4 years ago

I guess what you mean is for the user to get any of the ggplot objects directly for purposes of saving or whatever they want to do with it?

Yes, so one can customize the plot (e.g. change colors) or whatever, without having to manually get reconstruct the info inside the ggplot object.