Skip to content

Commit

Permalink
Better projection description of y-axis
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsrs authored Aug 16, 2024
1 parent e33f152 commit 8f8be49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/api/resources/plotly_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,8 @@ def post(self, dataset_id):
y_title = y_axis
if y_axis == "raw_value":
y_title = "expression of {}".format(gene_symbol)
if projection_id is not None:
y_title = "relative " + y_title

if plot_type == "contour" and not z_axis:
z_axis = "raw_value"
Expand Down

0 comments on commit 8f8be49

Please sign in to comment.