-
Notifications
You must be signed in to change notification settings - Fork 59
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
Fix handling of save_show_or_return flags #414
Merged
Xiaojieqiu
merged 10 commits into
aristoteleo:master
from
elfofmaxwell:fix_save_show_return
May 4, 2023
Merged
Fix handling of save_show_or_return flags #414
Xiaojieqiu
merged 10 commits into
aristoteleo:master
from
elfofmaxwell:fix_save_show_return
May 4, 2023
Conversation
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
heatmaps, and least_action_path Update black version
- least_action_path.lap_min_time - heatmaps.response - heatmaps.causality
- least_action_path.lap_min_time - heatmaps.response - heatmaps.causality - heatmaps.plot_hill_function
…l/dynamo-release into fix_save_show_return
in cell_cycle, connectivity, dynamics
This pull request looks good to me. |
Ukyeon
approved these changes
Mar 10, 2023
Ukyeon
reviewed
Mar 10, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Xiaojieqiu
Please review.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #326
The following APIs are modified to accept
'save'
,'show'
, 'return'
,'both'
, and'all'
:pl.cell_cycle_scores
pl.connectivity_base
pl.nneighbors
pl.phase_portraits
pl.dynamics
pl.fate_bias
pl.fate
pl.least_action
pl.bubble
pl.nxvizPlot
pl.arcPlot
pl.hivePlot
pl.basic_stats
pl.show_fraction
pl.variance_explained
pl.biplot
pl.loading
pl.feature_genes
pl.exp_by_groups
pl.plot_direct_graph
pl.scatters
pl.show_landscape
pl.cell_wise_vectors_3d
pl.line_integral_conv
pl.cell_wise_vectors
pl.grid_vectors
pl.streamline_plot
pl.plot_energy
pl.state_graph
pl.plot_3d_streamtube
pl.kinetic_curves
pl.kinetic_heatmap
pl.jacobian_kinetics
acceptable value updated from save_fig to savepl.sensitivity_kinetics
acceptable value updated from save_fig to savepl.plot_flow_field
pl.plot_nullclines
pl.plot_fixed_points_2d
pl.plot_fixed_points
pl.plot_traj
pl.plot_separatrix
pl.topography
pl.jacobian
pl.jacobian_heatmap
pl.sensitivity
pl.sensitivity_heatmap
The following APIs now only accept
'save'
,'show'
,'both'
and would support'return'
,'all'
in future:pl.response
pl.plot_hill_function
pl.causality
pl.comb_logic
pl.hessian
pl.lap_min_time
The following APIs rely on previously mentioned APIs and accept
'save'
,'show'
, 'return'
,'both'
, and'all'
as kwargs:pl.infomap
pl.leiden
pl.louvain
pl.pca
pl.trimap
pl.tsne
pl.umap
pl.space
pl.acceleration
pl.curl
pl.curvature
pl.divergence
pl.speed