sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.32k stars 453 forks source link

[with optional spkg] gnuplotpy optional package doesn' t work with numpy #1472

Closed 9add60f9-cda7-4632-b984-480048b3f7cf closed 16 years ago

9add60f9-cda7-4632-b984-480048b3f7cf commented 16 years ago

The optional gnuplotpy package doesn't work with numpy (requires Numeric). Luckily this is fixed by doing a global search an replace of Numeric with numpy. Having done that

http://sage.math.washington.edu/home/jkantor/spkgs/gnuplotpy-1.7.p3.spkg

now works.

Component: algebraic geometry

Issue created by migration from https://trac.sagemath.org/ticket/1472

ba94b9bb-195b-4422-a5e2-176920eaa163 commented 16 years ago
comment:2

For the sake of the reviewer, could you give an example of a command sequence that fails with the current gnuplotpy package and works with the new one?

ba94b9bb-195b-4422-a5e2-176920eaa163 commented 16 years ago
comment:3

Looks good to me. Tested using sample code from http://www.math.washington.edu/~jkantor/Numerical_Sage/node13.html .

85eec1a4-3d04-4b4d-b711-d4db03337c41 commented 16 years ago
comment:4

The optional spkg has been added to sagemath.org.