Pandas_Alive:基于的Pandas动图生成扩展
Animated plotting extension for Pandas with Matplotlib
v0.2.2
v2020.05.15
- Officially changing to version format with YYYY.MM.VERSION
- Hotfix for anaconda environment throwing an error:
ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
Assets
2
v0.1.14
[0.1.14] - 2020-05-23
Assets
2
v0.1.13d1
v0.1.12
JackMcKew released this
- fixed_max optional for all chart
- fixed_max amended to work with multiple plots
Assets
2
热门度与活跃度
1.0
0.0
Watchers:10 |
Star:314 |
Fork:49 |
创建时间: 2020-05-03 06:18:27 |
最后Commits: 2月前 |
许可协议:MIT |
Jack McKew
I'm an engineer from Newcastle Australia, very passionate about open source software and data science. Always looking for new ideas to try and develop!
509d57c
Compare
animate_multiple_plots
when re-using a line or scatter chart. Corresponding subplots would show a static figure from a previous single animation.fig=
for single animations not being passed properly as a custom figure.colorbar
with bubble plots when aPandas
df column is passed as a colour. Currently only for individual animations.colorbar
scale limits withvmin
&vmax
. If None, then they are automatically calculated.add_legend=
for line and scatter animations for single & multiple plots. Default isTrue
.enable_progress_bar=
toanimate_multiple_plots
. Default isFalse
.animate_multiple_plots
to create aFigure()
instance instead of afigure()
one. Note thatmatplotlib
can take twice as long to generate animations with the latter instance type. Not clear why../examples/test_notebooks/
for future collaborators to add new notebooks.interpolate_period=
) only to work with aDateTime
index. It should now work with any numeric df index.