Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plot vectors of expressions without using parametric #10638

Open
kcrisman opened this issue Jan 17, 2011 · 2 comments
Open

Plot vectors of expressions without using parametric #10638

kcrisman opened this issue Jan 17, 2011 · 2 comments

Comments

@kcrisman
Copy link
Member

It turns out that

sage: w = vector([x^2,3,x^3])
sage: plot(w,(x,0,1))
---------------------------------------------------------------------------
NotImplementedError     

I guess this makes sense, since it is parametric. But this seems reasonable to implement.

CC: @jasongrout @novoselt

Component: graphics

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

@kcrisman
Copy link
Member Author

comment:2

Updating description and summary to reflect that the other issue needs to be taken care of for #2100 to be finished.

@kcrisman

This comment has been minimized.

@kcrisman kcrisman changed the title Make vector plotting sensible Plot vectors of expressions without using parametric Jan 19, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants