8000 geom_ribbon and geom_smooth problems · Issue #654 · has2k1/plotnine · GitHub
[go: up one dir, main page]

Skip to content
geom_ribbon and geom_smooth problems #654
@laurivil

Description

@laurivil

I've previously used geom_ribbon() and geom_smooth() without problems, but now I cannot make my old scripts work. I keep bumping to this:

2357
2358 """
-> 2360 return masked_where(~(np.isfinite(getdata(a))), a, copy=copy)

TypeError: 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''

All data types are correct and no inf or na values are present.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0