From a04959eb91ea61004201fa434947d9fe69c2afb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Salido=20Cobo?= Date: Tue, 18 Jun 2024 04:33:50 +0200 Subject: [PATCH] Unnecesary text --- polyharmonics/cli/plotsh_cmd.py | 11 ----------- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/polyharmonics/cli/plotsh_cmd.py b/polyharmonics/cli/plotsh_cmd.py index b46a32c..5ef3ac9 100644 --- a/polyharmonics/cli/plotsh_cmd.py +++ b/polyharmonics/cli/plotsh_cmd.py @@ -68,19 +68,8 @@ def plotsh_command( ax.set_zlabel("Z") ax.set_title(f"Spherical Harmonic $Y_{'{' + str(n) + '}'}^{'{' + str(m) + '}'}$") - # Añadir barra de color color_bar = fig.colorbar(color_map, ax=ax, shrink=0.5, aspect=5, pad=0.1) color_bar.set_label("Real Part of Spherical Harmonic") - # Añadir descripción interpretativa - fig.text( - 0.1, - 0.02, - "The distance of the surface from the origin indicates the absolute value\n" - "of the function in angular direction.", - fontsize=10, - wrap=True, - ) - plt.show() raise typer.Exit() diff --git a/pyproject.toml b/pyproject.toml index 2a62014..eecd217 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "polyharmonics" -version = "0.8.0" +version = "0.8.1" description = "Ortogonal polynomials in the unit sphere" readme = "README.md" authors = [