We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f074ea3 commit e94ae0aCopy full SHA for e94ae0a
packages/python/plotly/plotly/express/_core.py
@@ -3,7 +3,7 @@
3
from collections import namedtuple, OrderedDict
4
5
from _plotly_utils.basevalidators import ColorscaleValidator
6
-from .colors import qualitative, sequential
+from plotly.colors import qualitative, sequential
7
import math
8
import pandas as pd
9
import numpy as np
0 commit comments