-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
Method tikz of polyhedron class can now return an object of type TikzPicture #33002
Comments
Dependencies: #20343 |
comment:3
What would be the interaction with sage/graphs/graph_latex.py? |
Commit: |
New commits:
Refocussing this ticket on polyhedron only. Let's deal with |
Branch: u/slabbe/33002 |
Author: Sébastien Labbé |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Reviewer: Laith Rastanawi |
comment:8
I would suggest to implement this for the function One reason for that is sometimes you may want to modify the projection before drawing the polytope using TikZ.
|
comment:10
Good comment. I did the change. I also added a deprecation warning in favor of I adapted the doctests in Maybe there are remaining doctests to update? Let's see what the patchbots say. |
Changed dependencies from #20343 to none |
comment:11
Dear JP, it would be good for you eyes to look at the changes made in this ticket, because I am changing code and doc that you have written in the first place starting with #12083. |
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:18
Replying to @LaisRast:
Thanks, i just added a commit which does that.
I think the definition of "deprecated" is that the option will be change or be gone in the future. An option is deprecated one or two years before it is gone. So, I keep it as it is for now. Needs review. (I will be away from internet for the next two weeks). |
comment:20
Looks good to me. |
comment:21
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:23
Oups, I forgot that one. The other failures seen by the patchbot (related to giac) are unrelated. Needs review. |
comment:24
ping! Maybe there is still a chance for this to get in 9.7 ... |
comment:25
Sorry for the late reply. |
Changed branch from u/slabbe/33002 to |
comment:28
I created #34606 to fix the doc, because this ticket was merged in 9.8 not in 9.7. |
Changed commit from |
As a follow up of #20343, the current branch now allows to specify the output type of the
tikz
method of a polyhedron:We also change the default behavior in favor of
output_type='TikzPicture'
. A deprecation warnings is now sent whenoutput_type
is not given:CC: @trevorkarn @jplab
Component: graphics
Author: Sébastien Labbé
Branch:
8729071
Reviewer: Laith Rastanawi
Issue created by migration from https://trac.sagemath.org/ticket/33002
The text was updated successfully, but these errors were encountered: