Move gen_data_*.c from src/mandelbrot to src/plot_image & add README, Makefile.
authorW. Trevor King <wking@drexel.edu>
Tue, 9 Nov 2010 15:22:20 +0000 (10:22 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 9 Nov 2010 15:22:20 +0000 (10:22 -0500)
commit2cd566a45ccffa579cce1702a28aea3ad0cf067f
tree940b903e6e83f2a51f895eebe0f02a187796516c
parent8fb6451e25b2c6338bcd09b336e7acb2eacbb417
Move gen_data_*.c from src/mandelbrot to src/plot_image & add README, Makefile.
content/programming_strategies/Python_Codes/plot_image.py [deleted file]
content/programming_strategies/index.shtml.itex2MML
src/mandelbrot/gen_data.c [deleted file]
src/mandelbrot/gen_data_rectangle.c [deleted file]
src/mandelbrot/gen_data_sharp.c [deleted file]
src/plot_image/Makefile [new file with mode: 0644]
src/plot_image/README [new file with mode: 0644]
src/plot_image/gen_data_rectangle.c [new file with mode: 0644]
src/plot_image/gen_data_sharp.c [new file with mode: 0644]
src/plot_image/gen_data_sinusoid.c [new file with mode: 0644]
src/plot_image/plot_image.py