Ticket #8525 (closed defect: fixed)
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
Change History
Note: See
TracTickets for help on using
tickets.

