Changes between Version 16 and Version 17 of soc/2007/VisualizationOfContainers


Ignore:
Timestamp:
Jun 18, 2007, 2:05:25 AM (15 years ago)
Author:
jakevoytko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • soc/2007/VisualizationOfContainers

    v16 v17  
    5252
    5353Because 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)]]
    5754
    5855= To-Do List =
     
    127124 * Unicode strings
    128125
     126''By Cédric Venet''
     127 * Keep an eye towards being extensible towards multiple image formats in the future
     128
    129129= 4. Bugs D: =
    130130 * Changing or setting the x_scale after calling my_graph.draw_axis() makes the axis not be drawn.
    131131   * 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 =
     134In 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.