#!/usr/bin/env python # try plotting very large numbers from pylab import * x = arange(1000) + 2**32 subplot(211) plot(x,x) subplot(212) loglog(x,x) show()
Matplotlib is a pure python plotting library with the goal of making\r\npublication quality plots using a syntax familiar to matlab users. \r\nThe library uses Numeric for handling large\r\ndata sets and supports a variety of output backends
pathologies/ const_xy.py shapes.py single_date.py single_point.py test.py __init__.py agg_memleak.py auto_legend.py dates_unit.py ft2font_memleak.py helpers.py inside_poly_memleak.py inside_poly_profile.py legend_unit.py longs_test.py memleak_gui.py memleak_hawaii3.py memleak_nongui.py memleak_transforms.py override_builtins.py simple_plot.py test_wxagg.py transform_memleak.py transforms_unit.py