-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
The parameter “fmt” doesn’t have the same behaviour in plot and plot_date #18141
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
Comments
@kevinlacaille Do you have an example that shows what you mean? |
It's not clear if that's meant, but here's the inconsisteny known for It's a known issue that the defaults of If |
Just to clarify: the |
I hadn't seen this issue. This is exactly what I was trying to convey - the default's are different, also pointed out by @jklymak , nice catch! |
In pyplot.plot, the parameter fmt defines basic formatting like color, marker and linestyle.
In pyplot.plot_date, the parameter fmt defines the plot format string.
This is inconsistency may lead to errors.
The text was updated successfully, but these errors were encountered: