File tree Expand file tree Collapse file tree 8 files changed +14
-7
lines changed
tests/test_optional/test_matplotlylib Expand file tree Collapse file tree 8 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 25
25
from __future__ import absolute_import
26
26
27
27
import copy
28
+ import sys
28
29
import warnings
29
30
from collections import OrderedDict
30
31
Original file line number Diff line number Diff line change 5
5
"""
6
6
from __future__ import absolute_import
7
7
8
- from plotly .grid_objs import Grid , Column
8
+ from plotly .grid_objs . grid_objs import Grid , Column
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 .optional_utils import compare_dict , run_fig
8
+ from plotly .tests .utils import compare_dict
9
+ from plotly .tests .test_optional .optional_utils import run_fig
9
10
from plotly .tests .test_optional .test_matplotlylib .data .annotations import *
10
11
11
12
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 .optional_utils import compare_dict , run_fig
8
+ from plotly .tests .utils import compare_dict
9
+ from plotly .tests .test_optional .optional_utils import run_fig
9
10
from plotly .tests .test_optional .test_matplotlylib .data .axis_scales import *
10
11
11
12
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 .optional_utils import compare_dict , run_fig
8
+ from plotly .tests .utils import compare_dict
9
+ from plotly .tests .test_optional .optional_utils import run_fig
9
10
from plotly .tests .test_optional .test_matplotlylib .data .bars import *
10
11
11
12
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 .optional_utils import compare_dict , run_fig
8
+ from plotly .tests .utils import compare_dict
9
+ from plotly .tests .test_optional .optional_utils import run_fig
9
10
from plotly .tests .test_optional .test_matplotlylib .data .lines import *
10
11
11
12
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 .optional_utils import compare_dict , run_fig
8
+ from plotly .tests .utils import compare_dict
9
+ from plotly .tests .test_optional .optional_utils import run_fig
9
10
from plotly .tests .test_optional .test_matplotlylib .data .scatter import *
10
11
11
12
Original file line number Diff line number Diff line change 6
6
from matplotlib .gridspec import GridSpec
7
7
import matplotlib .pyplot as plt
8
8
9
- from plotly .tests .test_optional .optional_utils import compare_dict , run_fig
9
+ from plotly .tests .utils import compare_dict
10
+ from plotly .tests .test_optional .optional_utils import run_fig
10
11
from plotly .tests .test_optional .test_matplotlylib .data .subplots import *
11
12
12
13
You can’t perform that action at this time.
0 commit comments