You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-38848: Adding a tikz method to FinitePoset class
We add a `tikz` method to the class `FinitePoset` returning a
`TikzPicture` instance from `sage.misc.latex_standalone` module.
### 📝 Checklist
- [x] The title is concise and informative.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [x] I have created tests covering the changes.
- [ ] I have updated the documentation and checked the documentation
preview.
### ⌛ Dependencies
It uses the tikz method for graphs added in #38798 and the follow-up
small fix made in #38847.
URL: #38848
Reported by: Sébastien Labbé
Reviewer(s): Frédéric Chapoton, Travis Scrimshaw
0 commit comments