Skip to content
Snippets Groups Projects
Commit 76a0c886 authored by Rudolf, Michael's avatar Rudolf, Michael
Browse files

Added numbering and minor fix of layout

parent 9546da7b
No related branches found
No related tags found
No related merge requests found
......@@ -152,14 +152,15 @@ def main():
u4ax.add_basemap(ax=axes[1][0], crs=crs)
u4ax.add_basemap(ax=axes[1][1], crs=crs)
u4ax.add_basemap(ax=axes[1][2], crs=crs)
fig.tight_layout()
axes[0][0].yaxis.set_major_formatter(u4pltfmt.coordinate_formatter)
axes[1][0].yaxis.set_major_formatter(u4pltfmt.coordinate_formatter)
axes[1][0].xaxis.set_major_formatter(u4pltfmt.coordinate_formatter)
axes[1][1].xaxis.set_major_formatter(u4pltfmt.coordinate_formatter)
axes[1][2].xaxis.set_major_formatter(u4pltfmt.coordinate_formatter)
u4pltfmt.enumerate_axes(fig)
fig.tight_layout()
fig.savefig(os.path.join(output_path, "ContourWorkflow.png"))
fig.savefig(os.path.join(output_path, "ContourWorkflow.pdf"))
# fig.savefig(os.path.join(output_path, "ContourWorkflow.pdf"))
if __name__ == "__main__":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment