Publication style figures often requires fine adjustment, and should not depend on rerunning heavy analysis. This could be solved by having analysis save the raw data used for plotting, and then re-read that data. On the other hand we wan't to minimise the amount of boilerplate-code.
Ideas:
- Use the cache for smaller updates
- Build wrapper for ggplot for saving plot-data and command. E.g. figures could be saved to subdirectory /figure, whereas data could be saved to /figure_data
- Always write high quality .svg's and edit them for publications
Publication style figures often requires fine adjustment, and should not depend on rerunning heavy analysis. This could be solved by having analysis save the raw data used for plotting, and then re-read that data. On the other hand we wan't to minimise the amount of boilerplate-code.
Ideas: