-
Notifications
You must be signed in to change notification settings - Fork 220
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
Extend / Add gallery example to explain "symbol" parameter of "Figure.plot" #3595
Comments
After adding the
These four cases are covered by the examples in #3598. |
The complexity is mainly because:
Users may think that I think we should implement the |
Draft PR at #3602. |
Another aspect to think about are Multi-parameter symbols. So far it seems, only single-parameter symbols can be used in the cases 2. and 4. (Multi-parameter symbols make no sense for case 3.). |
Multi-parameter symbols needs more parameters than normal symbols. For example, for a rectangle, we need For these multi-parameter symbols, matplotlib provides them as patches (https://matplotlib.org/stable/api/patches_api.html). |
In PR #1117, the
symbol
parameter was added toFigure.plot
(and similarly forFigure.plot3d
in #3559).As some confusions regarding the
style
,symbol
, andsize
parameters are likely, we should extend or add a gallery example or / and tutorial which explain this new parameter:The text was updated successfully, but these errors were encountered: