Ticket #11253 (closed enhancement: fixed)
Allow size argument for plot_projection method of word paths
| Reported by: | slabbe | Owned by: | slabbe |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.7.1 |
| Component: | combinatorics | Keywords: | |
| Cc: | tjolivet | Work issues: | |
| Report Upstream: | N/A | Reviewers: | Timo Jolivet |
| Authors: | Sébastien Labbé | Merged in: | sage-4.7.1.alpha0 |
| Dependencies: | Stopgaps: |
Description
For example :
sage: s = WordMorphism('1->12,2->13,3->1')
sage: D = s.fixed_point('1')
sage: v = s.pisot_eigenvector_right()
sage: P = WordPaths('123',[(1,0,0),(0,1,0),(0,0,1)])
sage: w = P(D[:200])
sage: w.plot_projection(v, size=30)
Depends on #8670 (merged in 4.7.alpha2).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

