Skip to content

Commit

Permalink
Revised documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hprats committed Sep 6, 2024
1 parent 8a44dcf commit 7e981c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zacrostools/plot_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ def plot_heatmap(ax, scan_path: str, x: str, y: str, z: str,

if auto_title:
title, pad = get_plot_title(z, gas_spec, main_product, site_type)
ax.set_title(title, y=1.0, pad=pad, color="w",
path_effects=[pe.withStroke(linewidth=2, foreground="black")], fontsize=12)
ax.set_title(title, y=1.0, pad=pad, color="w", path_effects=[pe.withStroke(linewidth=2, foreground="black")])

if show_points:
for i in x_list:
Expand Down

0 comments on commit 7e981c9

Please sign in to comment.