Package microsim.gui.plot
package microsim.gui.plot
-
ClassesClassDescriptionA bar chart plotter showing elements manually added by user.A HistogramSimulationPlotter is able to display a histogram of one or more data sources, which can be updated during the simulation.A bar chart plotter showing elements manually added by user.A ScatterplotSimulationPlotter is able to trace one or more pairs of data sources over time, creating a scatterplot chart.A ScatterplotSimulationPlotterRefreshable is able to trace one or more pairs of data sources between scheduled simulation time-steps, creating a scatterplot chart that is updated on demand (e.g. for visualising the progress of the simulation between time-steps).A time series plotter is able to trace one or more data sources over time.A bin for the
Weighted_HistogramDatasetclass.A weighted dataset that can be used for creating weighted histograms.A Weighted_HistogramSimulationPlotter is able to display a histogram of one or more data sources that each implements the Weight interface, and can be updated during the simulation.A weighted dataset that can be used for creating weighted pyramids.A PyramidPlotter is able to display a pyramid using two weighted cross-sections of a variable (e.g. dag males/females for a population pyramid).