Changes between Version 16 and Version 17 of soc/2007/VisualizationOfContainers
- Timestamp:
- Jun 18, 2007, 2:05:25 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
soc/2007/VisualizationOfContainers
v16 v17 52 52 53 53 Because Boost.Array supports an iterator-like interface, (`my_arr.begin()`, `my_arr.end()`), Boost.Array can freely be used with the program 54 produces the following output:55 56 [[Image(http://www.tcnj.edu/~voytko2/img/1D_boost_array_demo.svg)]]57 54 58 55 = To-Do List = … … 127 124 * Unicode strings 128 125 126 ''By Cédric Venet'' 127 * Keep an eye towards being extensible towards multiple image formats in the future 128 129 129 = 4. Bugs D: = 130 130 * Changing or setting the x_scale after calling my_graph.draw_axis() makes the axis not be drawn. 131 131 * This is caused because I store points after setting the graph. I will fix this by storing infinity as +NaN in the point, and when outputting, writing it at a location far off the graph 132 133 = 5. Acknowledgments = 134 In no particular order, I'd like to thank Joaquín Muñoz, Paul Bristow, Sarah Braun, John Maddock, Matias Capeletto, and anyone who's taken the time to comment on my progress / offer suggestions.