Skip to content

Commit 7de2fca

Browse files
committed
merged sunburst
1 parent 47a8564 commit 7de2fca

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

toolkit/plot.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,9 @@ def horizontal_bar_chart(df, color):
114114
fig['layout'].update(height=1200, width=900, paper_bgcolor='rgb(233,233,233)', title="Word Count Plots")
115115
py.iplot(fig, filename='word-plots')
116116

117-
<<<<<<< HEAD
118117
return fig
118+
119119

120-
=======
121120
def sunburst(df, interior:str, exterior:str, col_num:str, title:str):
122121
'''
123122
This is a Plotly Graph similar to pie chart but with two levels, interior is for columns which have one or two unique values, and
@@ -169,7 +168,6 @@ def wordcloudviz(column):
169168
plt.axis("off")
170169
plt.tight_layout(pad=0)
171170
plt.show()
172-
>>>>>>> 0f8d8abe7a26aac02e768b21b22a1d2e58bd6d30
173171

174172
def plot_cumulative_variance_ratio(pca, n_features):
175173

0 commit comments

Comments
 (0)