Ticket #8525 (closed defect: fixed)

Opened 3 years ago

Last modified 18 months ago

mistake in docstring for R=Zp(3)'s R.plot method.

Reported by: was Owned by: roed
Priority: minor Milestone: sage-4.8
Component: padics Keywords:
Cc: Work issues:
Report Upstream: N/A Reviewers: Johan Bosman
Authors: David Roe Merged in: sage-4.8.alpha4
Dependencies: Stopgaps:

Description

Note max_points versus point_count (in INPUT) below:

File: /home/wstein/sage/local/lib/python2.6/site-packages/sage/rings/padics/padic_base_generic.py

Type: <type ‘instancemethod’>

Definition: k.plot(max_points=2500, **args)

Docstring:

    Creates a visualization of this p-adic ring as a fractal similar as a generalization of the the Sierpi’nski triangle. The resulting image attempts to capture the algebraic and topological characteristics of ℤp.

    INPUT:

        * point_count – the maximum number or points to plot, which controls the depth of recursion (default 2500)
        * **args – color, size, etc. that are passed to the underlying point graphics objects

Attachments

8525.patch Download (727 bytes) - added by roed 19 months ago.

Change History

Changed 19 months ago by roed

comment:1 Changed 19 months ago by roed

  • Status changed from new to needs_review

comment:2 Changed 18 months ago by johanbosman

  • Status changed from needs_review to positive_review
  • Reviewers set to Johan Bosman
  • Authors set to David Roe

comment:3 Changed 18 months ago by jdemeyer

  • Status changed from positive_review to closed
  • Resolution set to fixed
  • Merged in set to sage-4.8.alpha4
Note: See TracTickets for help on using tickets.