gnuplot-colorbrewer
gnuplot-colorbrewer copied to clipboard
Introduce Makefile to update examples
Repetition is used because a pattern matching rule won't work. The gnuplot scripts in examples/ depend on palettes in each of sequential/diverging/qualitative directories, this dependency can't be expressed as a single pattern-matching rule e.g. like
examples/%.png : examples/%.plt $(wildcard %/*.plt)
@aschn thoughts on this? thanks!