-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix labels for plots The previous label keyword had no effect; this fixes that and adds doc string entries for labels. * Add max_depth attribute to PersLandscapeApprox * Fix depth axis The tick marks on the y-axis (corresponding to depth of the landscapes) were completely off and mislabeled. * Add 'depth_range' parameter to signature The new 'depth_range' parameter allows the user to specify a range of depths to be plotted. Omitting it plots all depths. * Clean up doc strings and signatures The doc strings were previously in the helper functions, which were not publicly accessible. Move the docstrings into the two main plotting functions and clean up the signatures of the plotting functions. * Fix padding The previous way of padding the figures changed their values slightly. The 'padding' parameter now adds a slight margin to the plot, especially useful for 2-d 'simple' plots. * Remove depth_spacing/depth_padding `depth_spacing` caused overcrowding issues with labelling. If it needs to be modified, it should be done on a case by case basis by passing an axis. * Fix "gca('3d') deprecation warning" * Update notebooks
- Loading branch information
1 parent
e1fb188
commit f58729c
Showing
9 changed files
with
308 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 11 additions & 11 deletions
22
docs/notebooks/Differentiation with Persistence Landscapes.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
91 changes: 44 additions & 47 deletions
91
docs/notebooks/Persistence Landscapes and Machine Learning.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.3.2" | ||
__version__ = "0.3.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.