File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
plotly/tests/test_optional/test_matplotlylib Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
matplotlib .use ('Agg' )
6
6
import matplotlib .pyplot as plt
7
7
8
- from plotly .tests .test_optional import compare_dict , run_fig
8
+ from plotly .tests .test_optional . optional_utils import compare_dict , run_fig
9
9
from .data .annotations import *
10
10
11
11
Original file line number Diff line number Diff line change 3
3
matplotlib .use ('Agg' )
4
4
import matplotlib .pyplot as plt
5
5
6
- from plotly .tests .test_optional import compare_dict , run_fig
6
+ from plotly .tests .test_optional . optional_utils import compare_dict , run_fig
7
7
from .data .axis_scales import *
8
8
9
9
Original file line number Diff line number Diff line change 3
3
matplotlib .use ('Agg' )
4
4
import matplotlib .pyplot as plt
5
5
6
- from plotly .tests .test_optional import compare_dict , run_fig
6
+ from plotly .tests .test_optional . optional_utils import compare_dict , run_fig
7
7
from .data .bars import *
8
8
9
9
Original file line number Diff line number Diff line change 3
3
matplotlib .use ('Agg' )
4
4
import matplotlib .pyplot as plt
5
5
6
- from plotly .tests .test_optional import run_fig
6
+ from plotly .tests .test_optional . optional_utils import run_fig
7
7
from .data .data import *
8
8
9
9
Original file line number Diff line number Diff line change 3
3
matplotlib .use ('Agg' )
4
4
import matplotlib .pyplot as plt
5
5
6
- from plotly .tests .test_optional import compare_dict , run_fig
6
+ from plotly .tests .test_optional . optional_utils import compare_dict , run_fig
7
7
from .data .lines import *
8
8
9
9
Original file line number Diff line number Diff line change 3
3
matplotlib .use ('Agg' )
4
4
import matplotlib .pyplot as plt
5
5
6
- from plotly .tests .test_optional import compare_dict , run_fig
6
+ from plotly .tests .test_optional . optional_utils import compare_dict , run_fig
7
7
from .data .scatter import *
8
8
9
9
Original file line number Diff line number Diff line change 4
4
import matplotlib .pyplot as plt
5
5
from matplotlib .gridspec import GridSpec
6
6
7
- from plotly .tests .test_optional import compare_dict , run_fig
7
+ from plotly .tests .test_optional . optional_utils import compare_dict , run_fig
8
8
from .data .subplots import *
9
9
10
10
You can’t perform that action at this time.
0 commit comments