-
-
Notifications
You must be signed in to change notification settings - Fork 354
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 a :dot markertype #1490
Comments
The discussion has come up a few times. Why is this smarter than just using a small markersize? |
I tried different markers, but not all. Just double checked with "markersize=3,marker=:cross" compared with "markersize=1,marker=:cross" using the default size of the plot window. In the first case one can see colors but the marker is too large. The latter is more or less filled with nearly black markers until the window is enlarged. But then one sees the marker too large. Cheers, |
Hello, Following my assumptions why this and similar questions pop up from time to time: \begin{some some more deeper (side-) details} Now I come back to the big advantages of a well defined, and maybe long list of marker symbols (I use this naming to avoid already meaningful word used in Plots, GR, ...). Can be explained easily in the docs. Sorry for the long answer the topics I mention. This is not meant to be offensive. It is written to be constructive and helpful. Yesterday I was member of a longer discussion how much time a person may take get an impression, overview, some details. This is not measured in hours but minutes. Cheers, |
I'm not sure I understand completely. Admittedly the docs could be clearer - much of the actual documentation is found under the "examples" header. The different marker symbols are e.g. documented here: What may be causing confusion for someone coming from a different plotting system is that, e.g. in R, an empty circle ( In general you can find a lot of things at the REPL. E.g. I see we might need to increase the size of the attribute table. That would be more visible if you'd open an issue on PlotDocs with a screenshot? |
Also specific suggestions on how to improve the documentation are very welcome over on PlotDocs. |
Hi, Cheers, |
Do you want to rename this issue "Add a |
Good idea, fits better. I'l try. |
It's a good idea, for those backends that support it natively. For the others it could just correspond to reducing the markersize and setting msw = 0. |
Yeah one reason I would like this feature is when plotting 1e6 points all at once, dot has a better performance in pyplot at least. If a backend supports this natively it would be quite performant |
perhaps to avoid confusion with path type, we could name it |
Most backends support the |
Just recognized standalone 'GR.jl' supports as smallest displayable unit 'dot' and much more additional types than the backend 'gr.jl' of Plots. Detailed list is in documentation of function 'setmarkertype()' in 'GR.jl'.
Such a small unit is useful in case one has lots of points to plot, i.e. distribution of colors of a picture.
I hope this is not a restriction but something 'not yet recognized'.
The text was updated successfully, but these errors were encountered: