Skip to content

AttributeError: module 'dotplot' has no attribute 'DotPlot' #12

@Baytars

Description

@Baytars

RT. I'm using version 0.0.1. This code won't work for me:

import dotplot

dp = dotplot.DotPlot.parse_from_tidy_data(data, **new_keys)

It prompts AttributeError: module 'dotplot' has no attribute 'DotPlot'. The code worked for me is:

from dotplot.core import DotPlot

dp = DotPlot.parse_from_tidy_data(data, **new_keys)

Looking into the installation folder, it seems that __init__.py is missing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions