Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add function ptable_hists #100

Merged
merged 6 commits into from
Nov 29, 2023
Merged

Add function ptable_hists #100

merged 6 commits into from
Nov 29, 2023

Conversation

janosh
Copy link
Owner

@janosh janosh commented Nov 8, 2023

Big thanks to @chiang-yuan 🙏 for the inspiration and initial code!

mp-trj-magmoms-ptable-hists

@janosh janosh added enhancement Improvement to existing features/functionality matplotlib Concerning matplotlib-powered functions ptable Periodic table labels Nov 8, 2023
@janosh janosh force-pushed the ptable-hists branch 3 times, most recently from 9f72680 to 957a94d Compare November 10, 2023 23:16
- cbar_title_kwds: dict[str, Any] | None = None
- symbol_pos: tuple[float, float] = (0.5, 0.8)
- log: bool = False
- anno_kwds: dict[str, Any] | None = None

rename 1st arg srs to data: pd.DataFrame | pd.Series | dict[str, list[float]]
row, group = df_ptable.loc[symbol := element.symbol, ["row", "column"]]
@janosh janosh merged commit 26e5f61 into main Nov 29, 2023
4 of 5 checks passed
@janosh janosh deleted the ptable-hists branch November 29, 2023 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to existing features/functionality matplotlib Concerning matplotlib-powered functions ptable Periodic table
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant