-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
add options about custom markers to point2d #13576
Comments
Attachment: trac_13576-list_plot_doc.patch.gz Apply to devel/sage |
Author: Punarbasu Purkayastha |
This comment has been minimized.
This comment has been minimized.
Work Issues: add customization options to point |
This comment has been minimized.
This comment has been minimized.
Changed work issues from add customization options to point to none |
This comment has been minimized.
This comment has been minimized.
Attachment: trac_13576-add_options_to_points.patch.gz Apply to devel/sage |
This comment has been minimized.
This comment has been minimized.
comment:5
Oh, ppurka, I would love you if this works, I always get stuck using Is there an option for the width of the marker edge? They kind of overwhelm the marker color with the default point size; I have to go to Am I correct in my suspicion that In general I really like this patch, though, including the careful small local improvements that have nothing to do with the ticket but which are still valuable. Passes tests, so... answer my questions and you might get a positive review. Thanks for looking into this! |
comment:6
I will need some time to recall what this patch is doing, and what other changes I had in mind regarding this. I do remember that I resisted adding some extra keywords which are synonymous to the keywords in Do you think it will be useful to either deprecate some keywords or add other keywords like color, markersize, etc which are similar to the keywords used in plot, list_plot, line, etc? |
Reviewer: Karl-Dieter Crisman |
comment:7
Maybe. I wonder whether Jason might have some comments. |
comment:8
I actually just added marker options to points the other day in my personal copy of Sage so I could do some plots that I wanted to do :). I think someone ought to go through each plotting function and make a comprehensive sweep to clean up options and make things more consistent. Right now, it's very confusing. |
comment:9
Ok then, let's defer the cleanup to a different ticket - #13828 to be precise. |
comment:10
Replying to @kcrisman:
Actually, it is true that
There is no such option for scatter/point. But there is the option |
comment:11
What I am hearing here is that there is no point in using mol's |
comment:12
Replying to @kcrisman:
Right. This could be best answered by mpl. Other than the cmap argument, which we don't use in point2d, I don't see how scatter is better than line2d. Also, #13830 is relevant for any cleanup. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed work issues from marker, check list of markers to none |
comment:30
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Work Issues: rebase |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:36
Thanks for checking the ticket. The changes from develop have been merged on to current ticket. |
Changed work issues from rebase to none |
comment:38
Eventually we'll need to unify scatter plot and point, I think there is even a ticket for this... I would love to add more examples sometime.
Hilarious! Anyway, I'm happy with this. |
Changed branch from u/ppurka/ticket/13576 to |
point2d
by default doesn't allow customization of markers. The patch below adds this functionality by adding two extra optionsmarker
andmarkeredgecolor
.Apply the git branch.
CC: @jasongrout @eviatarbach
Component: graphics
Author: Punarbasu Purkayastha
Branch/Commit:
d7d7809
Reviewer: Karl-Dieter Crisman
Issue created by migration from https://trac.sagemath.org/ticket/13576
The text was updated successfully, but these errors were encountered: