summaryrefslogtreecommitdiff
path: root/src/python/gudhi/persistence_graphical_tools.py
AgeCommit message (Collapse)Author
2020-03-09removed infty line plot in plot_diagram if no pts at inftytlacombe
2020-03-06set greyblock to False by default in densitytlacombe
2020-03-05updated doctlacombe
2020-03-05Update src/python/gudhi/persistence_graphical_tools.pyThéo Lacombe
Co-Authored-By: Vincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>
2020-03-03updated doc and example handling Nx2 numpy arraystlacombe
2020-03-03handle numpy array, should now adapt the doctlacombe
2020-02-25solved scale issue and removed title/aspect as functions return axtlacombe
2020-02-25Revert "Global improvement of rendering with Python tools"tlacombe
This reverts commit 34e1ae726e27fdd7c41f6d80d8ed7f6504dc3a0d.
2020-02-14Global improvement of rendering with Python toolstlacombe
2020-01-10Reorder import and docstrings. Modify test_representationsROUVREAU Vincent
2019-11-27Fix #150 axes has no attribute colorbarROUVREAU Vincent
2019-11-20Use matplotlib axes to be able to subplot persistence graphical toolsROUVREAU Vincent
2019-11-20Merge branch 'master' into persistence_graphical_tool_improvementsROUVREAU Vincent
2019-11-18Make the license a comment instead of a stringMarc Glisse
I think this interacts better with sphinx automodule
2019-10-24Fix issues #113 (replace 'is not' with '!=') and #109 (replace palette with ↵ROUVREAU Vincent
a more visible one)
2019-09-09Code review: rename cython as python (make target and directoryROUVREAU Vincent