pyCircos-examples icon indicating copy to clipboard operation
pyCircos-examples copied to clipboard

error

Open DocMonster77 opened this issue 2 years ago • 2 comments


AttributeError Traceback (most recent call last) /tmp/ipykernel_27085/801906983.py in 1 import pycircos 2 import matplotlib.pyplot as plt ----> 3 Garc = pycircos.Garc 4 Gcircle = pycircos.Gcircle

AttributeError: module 'pycircos' has no attribute 'Garc'

DocMonster77 avatar Oct 09 '22 10:10 DocMonster77