#9221: update matplotlib to 1.0.0 and clean out the patches
---------------------------+------------------------------------------------
Reporter: jason | Owner: jason, was
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.5.3
Component: graphics | Keywords:
Author: Jason Grout | Upstream: Reported upstream. Developers
acknowledge bug.
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Comment(by drkirkby):
BTW, it perfectly possible on Solaris to have both {{{stdlib.h}}} and
{{{unistd.h}}} included in the one source file - here's a "hello world"
that does just that.
{{{
drkir...@hawk:~$ cat test.c
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
int main() {
printf("Hello world\n");
exit(0);
}
drkir...@hawk:~$ gcc -Wall test.c
drkir...@hawk:~$ ./a.out
Hello world
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9221#comment:16>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.