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@tremily.us>
Fri, 22 Feb 2013 17:11:09 +0000 (09:11 -0800)
commit4f105b7b2942b5d120970925bc9cda69d519c107
tree77a1ade15967032e8771685788041a3ab7517b57
parent802a4f95494a696d1a9b380f79f4a0d024c96c89
Move gen_data_*.c from src/mandelbrot to src/plot_image & add README, Makefile.
content/programming_strategies/Python_Codes/plot_image.py [deleted file]
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