We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reporting sunpy/sunpy#5967 upstream. See https://docs.sunpy.org/en/stable/generated/gallery/plotting/lineAnimator_examples.html for the animation that looks wrong. I can reproduce this locally too.
import matplotlib.pyplot as plt import numpy as np from mpl_animators import LineAnimator data_shape0 = (10, 20) data0 = np.random.rand(*data_shape0) plot_axis0 = 1 slider_axis0 = 0 xdata = np.tile(np.linspace(0, 100, (data_shape0[plot_axis0] + 1)), (data_shape0[slider_axis0], 1)) ani = LineAnimator(data0, plot_axis_index=plot_axis0, axis_ranges=[None, xdata]).get_animation() plt.show()
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Reporting sunpy/sunpy#5967 upstream. See https://docs.sunpy.org/en/stable/generated/gallery/plotting/lineAnimator_examples.html for the animation that looks wrong. I can reproduce this locally too.
To Reproduce
Screenshots
No response
System Details
No response
Installation method
No response
The text was updated successfully, but these errors were encountered: