-
Notifications
You must be signed in to change notification settings - Fork 7
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
Cannot use ax parameter in plot_series #114
Comments
If possible, add the ax parameter to the nixtla_client plot function too. This will avoid a lot of unnecessary code. |
Can you set |
It works with this parameter 👍 |
We'll add it but the releases in that library take a lot longer than here. |
Ok. I'll keep an eye out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was instructed to directly use the
utilsforecast.plotting.plot_series
function instead of nixtla_clientplot
.But when I run the function, it is not correctly recognizing the matplotlib
ax
:Execution error:
The text was updated successfully, but these errors were encountered: