remake icon indicating copy to clipboard operation
remake copied to clipboard

changing plot properties doesn't trigger the build

Open fmichonneau opened this issue 8 years ago • 0 comments

I had a target with:

figures/plot1.pdf:
  command: make_figure_1()
  plot: true

that I updated to

figures/plot1.pdf:
  command: make_figure_1()
  plot:
    width: 12
    height: 8

but that didn't trigger the re-building of the figure.

fmichonneau avatar Oct 09 '16 01:10 fmichonneau