Skip to content

Commit

Permalink
Merge pull request #531 from will-moore/handle_missing_pixel_size_z_s…
Browse files Browse the repository at this point in the history
…ymbol

Fix missing pixel_size_z_symbol in Figure_To_Pdf.py
  • Loading branch information
will-moore authored Dec 12, 2023
2 parents 797a756 + b5f107a commit cc3b592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions omero_figure/scripts/omero/figure_scripts/Figure_To_Pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,7 @@ def draw_labels(self, panel, page):
z_symbol = panel.get('pixel_size_z_symbol')
if pixel_size_z is None:
pixel_size_z = 0
if z_symbol is None:
z_symbol = "\xB5m"

if ("z_projection" in panel.keys()
Expand Down

0 comments on commit cc3b592

Please sign in to comment.