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

Allow size argument for plot_projection method of word paths #11253

Closed
seblabbe opened this issue Apr 26, 2011 · 5 comments
Closed

Allow size argument for plot_projection method of word paths #11253

seblabbe opened this issue Apr 26, 2011 · 5 comments

Comments

@seblabbe
Copy link
Contributor

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).

CC: @sagetrac-tjolivet

Component: combinatorics

Author: Sébastien Labbé

Reviewer: Timo Jolivet

Merged: sage-4.7.1.alpha0

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

@seblabbe seblabbe added this to the sage-4.7.1 milestone Apr 26, 2011
@seblabbe seblabbe self-assigned this Apr 26, 2011
@seblabbe
Copy link
Contributor Author

@seblabbe
Copy link
Contributor Author

Author: Sébastien Labbé

@sagetrac-tjolivet
Copy link
Mannequin

sagetrac-tjolivet mannequin commented Apr 26, 2011

Reviewer: Timo Jolivet

@sagetrac-tjolivet
Copy link
Mannequin

sagetrac-tjolivet mannequin commented Apr 26, 2011

comment:2

I applied the patch and everything works fine.

@jdemeyer
Copy link
Contributor

jdemeyer commented May 3, 2011

Merged: sage-4.7.1.alpha0

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

2 participants