Skip to content
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

plot fracdiff and raw at same chart #1

Open
rspadim opened this issue Aug 16, 2019 · 2 comments
Open

plot fracdiff and raw at same chart #1

rspadim opened this issue Aug 16, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@rspadim
Copy link

rspadim commented Aug 16, 2019

at ["Fixed Window Fractional Differencing Function (CPU)"], include the raw data, to easily see the difference between both charts =)
great work, congrats!

Plot

plt.figure(figsize=figsize)
plt.subplot(2,1,1)
plt.plot(df_raw_fd)
plt.subplot(2,1,2)
plt.plot(df_raw)
plt.show()

@ritchieng
Copy link
Owner

This would be a nice comparison chart. I'll add it in. Thanks!

@rspadim
Copy link
Author

rspadim commented Aug 16, 2019

  • i forgot to sync X axis

sharex=true, at subplot, and probably pass X (index) at plot() function

@ritchieng ritchieng added the enhancement New feature or request label Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants