Skip to content

Commit

Permalink
fix perturbation plots 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gabora committed Jun 21, 2024
1 parent 686b7ec commit 04c00b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corneto/methods/signal/cellnopt_ilp.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def plot_fitness(G, exp_list, P, measured_only=False, **kwargs):
color=perturbation_colors,
)
if iexp == N_exps - 1:
axs[iexp - 1, plot_location)].set_xticks(range(len(perturbation_vars)))
axs[iexp - 1, plot_location].set_xticks(range(len(perturbation_vars)))
axs[iexp - 1, plot_location].set_xticklabels(
perturbation_vars, rotation=45
)
Expand Down

0 comments on commit 04c00b1

Please sign in to comment.