You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Is there any possibility to already replace the deprecated distplot in plot.py with the updated displot or histplot?
You also mentioned it briefly in the tutorial regarding the Probeset Evaluation tab.:
"We can then investigate if the genes selected with spapros are within he expression constraints: (the selector.plot_histogram fct probably fails in spapros version 0.1.0, this will be fixed with the next release)"
Describe the solution you would like
Did anyone run into the same issue? Is there a work-around solution? Additional context
some more terminal prompts:
distributions.py:2619: FutureWarning: distplot is a deprecated function and will be removed in a future version. Please adapt your code to use either displot (a figure-level function with similar flexibility) or histplot (an axes-level function for histograms).
warnings.warn(msg, FutureWarning)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Is there any possibility to already replace the deprecated distplot in plot.py with the updated displot or histplot?
You also mentioned it briefly in the tutorial regarding the Probeset Evaluation tab.:
"We can then investigate if the genes selected with spapros are within he expression constraints: (the selector.plot_histogram fct probably fails in spapros version 0.1.0, this will be fixed with the next release)"
Describe the solution you would like
Did anyone run into the same issue? Is there a work-around solution?
Additional context
some more terminal prompts:
distributions.py:2619: FutureWarning:
distplot
is a deprecated function and will be removed in a future version. Please adapt your code to use eitherdisplot
(a figure-level function with similar flexibility) orhistplot
(an axes-level function for histograms).warnings.warn(msg, FutureWarning)
The text was updated successfully, but these errors were encountered: