next up previous index
Next: Two-dimensional Plots Up: Visualizing Datasets Previous: Visualizing Datasets   Index

One-dimensional Plots

Attributes in a dataset are stored as one-dimensional arrays, thus they can be plotted for example as a histogram or as a scatter plot.

plot_histogram(name, ...)
creates a histogram of attribute name using matplotlib.
r_histogram(name, ...)
creates such histogram including a density line using the rpy library.
r_scatter(name_x, name_y, ...)
creates a scatter plot for two attributes using the rpy library.


next up previous index
Next: Two-dimensional Plots Up: Visualizing Datasets Previous: Visualizing Datasets   Index
info (at) urbansim.org