summaryrefslogtreecommitdiff
path: root/src/python/gudhi/persistence_graphical_tools.py
AgeCommit message (Collapse)Author
2022-10-15Fix badly centered barcodeMarc Glisse
2022-05-22Spelling correctionsalbert-github
A number of spelling corrections as reported by the codespell (see: https://github.com/codespell-project/codespell) program and lists. Some remarks: - not considered are grammatical errors - not considered are names in the code although there are a number that could be improved (like `childs` -> `children`) - in the documentation it could be made clearer what are variables and what is running text (e.g. by placing variables in running text between backticks) - some comments are in the French language, I think it would be better to have them in the English (United States version).
2022-05-16code review: limit test was not respecting the one described in the ↵Vincent Rouvreau
documentation
2022-05-10Fix limit tests for plot (and warning in test)Vincent Rouvreau
2022-04-29plot_persistence_diagram and plot_persistence_barcode improvementsVincent Rouvreau
2022-04-06code review: Rewrite warnings in case of import errorsVincent Rouvreau
2021-08-24code review: isinstance can take several instances types as a listROUVREAU Vincent
2021-06-22black -l 120 modified filesROUVREAU Vincent
2021-06-17Fix #461 and review all error cases (no more prints, warnings and exceptions ↵ROUVREAU Vincent
instead)
2021-06-15Ignore figure as not used on default subplotROUVREAU Vincent
2021-06-15Fix MatplotlibDeprecationWarning: shading='flat' when X and Y have the same ↵ROUVREAU Vincent
dimensions as C as it is deprecated since 3.3
2021-06-15Remove deprecated max_barcodes in plot_persistence_barcode and max_plots in ↵ROUVREAU Vincent
plot_persistence_diagram. Fix #453 and factorize code
2020-07-28Code review: rollback lru_cacheROUVREAU Vincent
2020-07-28Code review: Do not print warnings on import gudhiROUVREAU Vincent
2020-07-28Add mechanism to deactivate LaTeX matplotlib renderingROUVREAU Vincent
2020-06-25cache checkdep_usetex valueROUVREAU Vincent
2020-06-17was not working correctlyROUVREAU Vincent
2020-06-17use checkdep_usetex from matplotlib to check if latex is availableROUVREAU Vincent
2020-05-11Merge branch 'master' into improve_dependencies_documentation2ROUVREAU Vincent
2020-05-11Double underscore is not the correct syntaxROUVREAU Vincent
2020-05-11Fix #299ROUVREAU Vincent
2020-04-25Fix #259ROUVREAU Vincent
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