Closed floatingpurr closed 8 years ago
Hey there, I actually fixed that in a recent change, but I have not released a new cut. One second...
Okay, I cut a new release, 0.9.3.1, that handles these warnings (they are harmless btw)
Hey @CamDavidsonPilon , thank you so much! : )
...but now the same code trigger this error:
ax = kmf.plot(show_censors=True, ci_show=False)
File "/.../plotting.py", line 292, in plot
set_kwargs_color(kwargs)
File "/.../plotting.py", line 229, in set_kwargs_color
kwargs["ax"]._get_lines.get_next_color())
AttributeError: '_process_plot_var_args' object has no attribute 'get_next_color'
Is it due to new modifications?
Ah I believe i also deprecated some old versions of matplotlib - which version are you using?
I'm using matplotlib==1.5.3
shoot, hm, let me get this fixed asap
0.9.3.2 was just released with a 🎩'd fix
When I try to calculate KM for
I read the following warning:
Are there any consequence and is there a way to fix?