File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
structure_threader/plotter Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1616# You should have received a copy of the GNU General Public License
1717# along with structure_threader. If not, see <http://www.gnu.org/licenses/>.
1818
19+ import logging
20+ from os .path import basename , join , splitext
21+ from collections import Counter , defaultdict , OrderedDict
22+ import colorlover as cl
23+
1924from plotly .offline import plot
2025import plotly .graph_objs as go
2126from plotly import tools
22- import colorlover as cl
2327
24- from os .path import basename , join , splitext
25- from collections import Counter , defaultdict , OrderedDict
2628import numpy as np
2729import matplotlib
28- import logging
29- matplotlib .use ('Agg' )
3030import matplotlib .pyplot as plt
31+ matplotlib .use ('Agg' )
32+
3133
3234try :
3335 from plotter .html_template import ploty_html
You can’t perform that action at this time.
0 commit comments