Ticket #4195 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

[with patch, positive review] implicit plotting for multivariate polynomial ideals

Reported by: malb Owned by: was
Priority: major Milestone: sage-3.1.3
Component: graphics Keywords: plotting, ideal, polynomial
Cc: wdj Work issues:
Report Upstream: Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

This now works without having surf installed:

sage: R.<x,y> = PolynomialRing(QQ,2)
sage: I = R.ideal([y^3 - x^2])
sage: I.plot()
sage: I = R.ideal([y^2 - x^2 - 1])

Attachments

mpolynomial_ideal_plot.patch Download (4.4 KB) - added by malb 5 years ago.

Change History

Changed 5 years ago by malb

comment:1 Changed 5 years ago by malb

I'm CCing wdj as he wrote the original plotting code.

comment:2 Changed 5 years ago by mhansen

  • Summary changed from [with patch, needs review] implicit plotting for multivariate polynomial ideals to [with patch, positive review] implicit plotting for multivariate polynomial ideals

Looks good to me.

comment:3 Changed 5 years ago by mabshoff

  • Status changed from new to closed
  • Resolution set to fixed

Merged in Sage 3.1.3.alpha2

Note: See TracTickets for help on using tickets.