assignment-template.git
2013-02-22 W. Trevor Kingplot_image.py: prefer matplotlib.pyplot over pylab util/plot-image
2013-02-22 W. Trevor Kingplot_image.py: mention ~/.matplotlib/matplotlibrc for...
2013-02-22 W. Trevor Kingplot_image.py: use modern print() syntax everywhere
2013-02-22 W. Trevor Kingplot_image.py: add positional argument specifiers to...
2013-02-22 W. Trevor Kingplot_image.py: use modern print() syntax
2013-02-22 W. Trevor KingPrint the number of steps read in by plot_image.py...
2013-02-22 W. Trevor KingUpdate plot_image.py's interpolation extraction for...
2013-02-22 W. Trevor KingAdd --interpolation option to plot_image.py.
2013-02-22 W. Trevor KingRemove pylab.ion() from plot_image.py's main().
2013-02-22 W. Trevor KingFix XYZ.shape() -> XYZ.shape typo in plot_image.py...
2013-02-22 W. Trevor KingAdd --xyz option to plot_image.py for reading in (x...
2013-02-22 W. Trevor KingNo need to use mpicc to compile the plot_image examples...
2013-02-22 W. Trevor KingDocument raster direction in plot_image.py.
2013-02-22 W. Trevor KingRemove typo backtick from src/plot_image/README.
2013-02-22 W. Trevor KingMove gen_data_*.c from src/mandelbrot to src/plot_image...
2013-02-22 W. Trevor KingExplain that you may have to kill ./plot_image.py's...
2013-02-22 W. Trevor KingClean up src/plot_image/plot_image.py.
2013-02-22 W. Trevor KingConsolidate plot_image.py into ./src/plot_image/.
2013-02-22 W. Trevor KingMoved all source (that I've found) into src/.
2013-02-22 W. Trevor KingBegan versioning