We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should be generated from data, with optional arguments to force.
The text was updated successfully, but these errors were encountered:
My suggestion, instead of line 43 in plotting.py
plotting.py
if ylim is None: ylim = 10 ** -100
something like (apologies for pseudocode):
if ylim is None: lowest_pvalue = lowest_pvalue_of_all_functions_in_show_functions_from_both_left_and_right_hemi if lowest_pvalue <= 10 ** -100: ylim = lowest_pvalue + 10 ** -10 else: ylim = 10 ** -100
Sorry, something went wrong.
As an aside, @ollieparish has found the first sub- 10 ** -100 function already...
10 ** -100
Closed with #55
No branches or pull requests
Should be generated from data, with optional arguments to force.
The text was updated successfully, but these errors were encountered: