-
-
Notifications
You must be signed in to change notification settings - Fork 490
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
Clean up arguments to all plotting functions #13828
Comments
This comment has been minimized.
This comment has been minimized.
comment:3
Is there an example of this? Also, how should we determine what keywords should be used as the standard ones? |
comment:4
Unfortunately, there are quite a few such examples. One such I was fixing in #12798 (I intend to break out the color changes to a separate ticket and make that a dependency of this one), there are discussions in #13830, #8570, #13834, and all of this when we haven't even started to look at all the commands in detail. (I am quite preoccupied for a couple of weeks, so it will take a while before I can come back to all these tickets, and start looking at them in detail.) |
comment:6
Another one mentioned in sage-support:
|
comment:7
From here: Somewhere in this set of related tickets we should also unify the usage of |
comment:8
Let's add some dependencies. |
comment:9
How about #13576 too? Not that any of them have patches. |
Different plot commands have different arguments or keywords for achieving the same final effect. This is very confusing.
This ticket aims to go through the plot functions one by one and fix the arguments so that the Sage interface remains consistent and uniform across all the plot commands irrespective of the underlying plotting method used (currently matplotlib).
It is conceivable that the changes could be extensive (there are many plot functions) - then the changes can be broken up into other tickets and added to the "Dependencies" of this one.
Depends on #8570
Depends on #13830
Depends on #13834
Depends on #13576
Depends on #15002
Depends on #10032
CC: @kcrisman @novoselt
Component: graphics
Issue created by migration from https://trac.sagemath.org/ticket/13828
The text was updated successfully, but these errors were encountered: