NumPy or Numeric for Matplotlib?
Yesterday, when I upgraded numpy and scipy I removed numeric because it seems to have been replaced by numpy. However, the latest version of matplotlib, 0.83 still, seems to want numeric or numarray. Do I re-install numeric on my systems or is there a work-around for this? Thanks, Rich -- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc.(TM) | Accelerator <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863
There's an option in your matplotlibrc file under configuration, close to the top. It gives options for numerix, just type in <numerix: numpy> in that line and all should be ok. There's a whole lot of other stuff you can set here too. -- William On 29/08/06, Rich Shepard <rshepard@appl-ecosys.com> wrote:
Yesterday, when I upgraded numpy and scipy I removed numeric because it seems to have been replaced by numpy. However, the latest version of matplotlib, 0.83 still, seems to want numeric or numarray. Do I re-install numeric on my systems or is there a work-around for this?
Thanks,
Rich
-- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc.(TM) | Accelerator <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 _______________________________________________ SciPy-user mailing list SciPy-user@scipy.org http://projects.scipy.org/mailman/listinfo/scipy-user
On Tue, 29 Aug 2006, William Hunter wrote:
There's an option in your matplotlibrc file under configuration, close to the top. It gives options for numerix, just type in <numerix: numpy> in that line and all should be ok. There's a whole lot of other stuff you can set here too.
William, Thank you very much! I assumed there was some way to specify preferences, but hadn't stumbled across this one by myself. Rich -- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc.(TM) | Accelerator <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863
Watch out though, the current release version of matplotlib (.87.4) isn't compatible with the current numpy (anything since 1.0b). So you may want to keep numeric installed for the time being for matplotlib's sake. --bb On 8/30/06, Rich Shepard <rshepard@appl-ecosys.com> wrote:
On Tue, 29 Aug 2006, William Hunter wrote:
There's an option in your matplotlibrc file under configuration, close to the top. It gives options for numerix, just type in <numerix: numpy> in that line and all should be ok. There's a whole lot of other stuff you can set here too.
William,
Thank you very much! I assumed there was some way to specify preferences, but hadn't stumbled across this one by myself.
Rich
-- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc.(TM) | Accelerator <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 _______________________________________________ SciPy-user mailing list SciPy-user@scipy.org http://projects.scipy.org/mailman/listinfo/scipy-user
On Wed, 30 Aug 2006, Bill Baxter wrote:
Watch out though, the current release version of matplotlib (.87.4) isn't compatible with the current numpy (anything since 1.0b). So you may want to keep numeric installed for the time being for matplotlib's sake.
Oh. OK. I just replaced 1.0b4 with the svn head last evening as I try to get scipy to pass all tests after building. Rich -- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc.(TM) | Accelerator <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863
On 29 Aug 2006, at 18:32, Rich Shepard wrote:
On Wed, 30 Aug 2006, Bill Baxter wrote:
Watch out though, the current release version of matplotlib (. 87.4) isn't compatible with the current numpy (anything since 1.0b). So you may want to keep numeric installed for the time being for matplotlib's sake.
I believe that _matplotlib_ SVN works with the latest numpy. -George Nurser.
On Tue, 29 Aug 2006, George Nurser wrote:
I believe that _matplotlib_ SVN works with the latest numpy.
George, I just checked out the trunk and will build it later today or tomorrow. I'll see if it imports properly, then go on from there. Thanks, Rich -- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc.(TM) | Accelerator <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863
"Rich" == Rich Shepard <rshepard@appl-ecosys.com> writes:
Rich> I just checked out the trunk and will build it later Rich> today or tomorrow. I'll see if it imports properly, then go Rich> on from there. svn numpy + svn mpl work fine together for me. JDH
participants (5)
-
Bill Baxter -
George Nurser -
John Hunter -
Rich Shepard -
William Hunter