Skip to content
Snippets Groups Projects
Commit eadf270f authored by nfontrod's avatar nfontrod
Browse files

src/find_interaction_cluster/community_figures/fig_functions.py: change de...

src/find_interaction_cluster/community_figures/fig_functions.py: change de offset between community_size and community_data axis
parent 7cf05207
No related branches found
No related tags found
No related merge requests found
...@@ -366,7 +366,7 @@ def handle_community_data(g: sns.FacetGrid, df_bar: pd.DataFrame, ...@@ -366,7 +366,7 @@ def handle_community_data(g: sns.FacetGrid, df_bar: pd.DataFrame,
ax3 = g.ax.twinx() ax3 = g.ax.twinx()
ax3.set_ylabel('community_size', color="purple") ax3.set_ylabel('community_size', color="purple")
if display_size: if display_size:
ax3.spines["right"].set_position(("axes", 1.03)) ax3.spines["right"].set_position(("axes", 1.045))
ax3.spines["right"].set_visible(True) ax3.spines["right"].set_visible(True)
df_val.plot(x="community", y="community_data", kind="scatter", ax=ax3, df_val.plot(x="community", y="community_data", kind="scatter", ax=ax3,
legend=False, zorder=55, legend=False, zorder=55,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment