Skip to content

Commit

Permalink
Unnecesary text
Browse files Browse the repository at this point in the history
  • Loading branch information
ComicIvans committed Jun 18, 2024
1 parent 37111c3 commit a04959e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions polyharmonics/cli/plotsh_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit a04959e

Please sign in to comment.