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

Support log-scaled heat maps in ptable_heatmap_plotly() #53

Merged
merged 8 commits into from
Sep 21, 2022

Conversation

janosh
Copy link
Owner

@janosh janosh commented Sep 21, 2022

Closes #52.

@janosh
Copy link
Owner Author

janosh commented Sep 21, 2022

@sgbaird Feel free to create follow-up issue/PR if you think this needs tweaking.

…est_parity.py:37

    def test_scatter_with_err_bar():
>       scatter_with_err_bar(y_true, y_pred, yerr=y_true - y_pred)
…ar. Either provide the *cax* argument to use as the Axes for the Colorbar, provide the *ax* argument to steal space from it, or add *mappable* to an Axes.

by passing cb_ax to plt.colorbar() in true_pred_hist()
@janosh
Copy link
Owner Author

janosh commented Sep 21, 2022

matplotlib bug report matplotlib/matplotlib#23973 related to fix 50040bc.

….tcl in the following directories"

c:\hostedtoolcache\windows\python\3.8.10\x64\tcl\tcl8.6
This probably means that Tcl wasn't installed properly.
occurred in tests/test_structure_viz.py::test_plot_structure_2d
@janosh janosh merged commit 480bea9 into main Sep 21, 2022
@janosh janosh deleted the ptable-heatmap-plotly-log-scale branch September 21, 2022 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

example for log plot with ptable_heatmap_plotly
1 participant