= !HeuristicLab Chart Types = Below a list of different chart types that could be useful for !HeuristicLab can be found. Please note that this list is not complete. It will be further extended, if additional chart types come into mind. However, this list is not a catalog of requirements! It should be possible to realize all these different chart types using the charting framework, but not all of these charts have to be implemented in the current project ;-). === Generic === * [http://en.wikipedia.org/wiki/Line_chart line chart] * [http://en.wikipedia.org/wiki/Bar_chart bar chart] * [http://en.wikipedia.org/wiki/Scatterplot points, 2-dimensional points (scatter plot)] * [http://en.wikipedia.org/wiki/Pie_chart pie chart] * [http://en.wikipedia.org/wiki/Bubble_chart bubble chart] * [http://en.wikipedia.org/wiki/Heat_map heat map] === Statistics === * [http://en.wikipedia.org/wiki/Box_plot box plot] * [http://en.wikipedia.org/wiki/Histogram histogram] * [http://www.mathworks.com/access/helpdesk/help/techdoc/index.html?/access/helpdesk/help/techdoc/ref/contour.html contour plot] === Specialized === * matrix visualization (= 2d grid with different colors) * [http://www.graphviz.org/Gallery.php graph visualization (weighted nodes and edges)] * [http://en.wikipedia.org/wiki/Flowchart flow chart] * tree visualization (formulas, decision-trees) * [http://en.wikipedia.org/wiki/Receiver_operating_characteristic ROC curves] * multi-dimensional box- or scatter plots (4 variables -> 4x4 grid of scatter plots) === Problem specific charts === * TSP tour visualization * [http://en.wikipedia.org/wiki/Gantt_chart gantt chart] * [http://en.wikipedia.org/wiki/Protein protein structures] * multi-processor schedules * bin packing