Revision: 7738
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7738&view=rev
Author:   jdh2358
Date:     2009-09-11 01:33:40 +0000 (Fri, 11 Sep 2009)

Log Message:
-----------
choose different scaling and extent for hexbin test

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/tests/test_axes.py

Modified: trunk/matplotlib/lib/matplotlib/tests/test_axes.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/tests/test_axes.py  2009-09-11 01:26:41 UTC 
(rev 7737)
+++ trunk/matplotlib/lib/matplotlib/tests/test_axes.py  2009-09-11 01:33:40 UTC 
(rev 7738)
@@ -347,11 +347,11 @@
     fig = plt.figure()
     
     ax = fig.add_subplot(111)
-    data = np.arange(2000.)
+    data = np.arange(2000.)/2000.
     data.shape = 2, 1000
     x, y = data
 
-    ax.hexbin(x, y, extent=[-.4, .4, -.4, .4])
+    ax.hexbin(x, y, extent=[.1, .3, .6, .7])
     fig.savefig('hexbin_extent')
     
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to