Feature Request: marker Parameter in function from_matplotlib()
See original GitHub issueIs there a way to specify the marker type when using from_matplotlib()
?
I browsed a bit through the code and it seems it would be straight forward to add an marker
argument to the function but I was wondering if there is already some other way to achieve this (e.g. by changing the global default)?
Issue Analytics
- State:
- Created a year ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
plot and scatter should allow marker to be a list #11155 - GitHub
Feature Request. It would be great if the plot and scatter functions would allow the marker kwarg to be a list.
Read more >Marker reference — Matplotlib 3.6.2 documentation
Marker reference#. Matplotlib supports multiple categories of markers which are selected using the marker parameter of plot commands: Unfilled markers.
Read more >Matplotlib 3.6.2 documentation
A dictionary object including validation. Validating functions are defined and associated with rc parameters in matplotlib.rcsetup . The list of rcParams is:.
Read more >matplotlib.markers — Matplotlib 3.6.2 documentation
Functions to handle markers; used by the marker functionality of plot , scatter , and errorbar . All possible markers are defined here:...
Read more >Usage Guide — Matplotlib 3.1.2 documentation
For functions in the pyplot module, there is always a "current" figure and axes (which is created automatically on request).
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for taking care of this so fast! I did a quick test and it looks good to me. I think it is completely sufficient to have one marker style for all subplots in this function.
Hi @luator,
I added the
marker
parameter to thefrom_matplotlib()
function. It worked on my system, but if issue persists please keep updated. It would be great if you could double test it. It does not allow to change the marker for a specific subplot tough.The new GitHub version 5.2.8 could be installed using:
pip install git+https://github.com/piccolomo/plotext
.Thanks a lot for the issue report, and any other bug report is very welcomed.
All the best, Savino