How Does **kwargs work? #3270
Answered
by
valentinsulzer
wass-cloud
asked this question in
Q&A
-
When I try to run the following code, the linewidth does not change. pybamm.plot_summary_variables(sim_solved,["Capacity [A.h]", |
Beta Was this translation helpful? Give feedback.
Answered by
valentinsulzer
Aug 15, 2023
Replies: 1 comment 1 reply
-
I checked the code and I am not sure that this is working as QuickPlot seems to not take any kwargs. @tinosulzer should we turn this into an issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The kwargs for
plot_summary_variables
are only used for creating the figure inplt.subplots
.If you want to customize the plot you can copy the code from
plot_summary_variables
and edit it as you wish