Daniel Marshall
Daniel Marshall
If loop=True, the ends of the lineplot will connect. This is particularly useful for polar plots where the x-axis quantity of interest represents rotation.
Hi, thanks for creating such a cool tool! I am having an issue with my docstrings where the types are not getting recognized. For example, when I run pyment on...
## Context ### Overview of the issue Previous version of NEURON had their windows installation visible to pip, allowing python modules to check for the presence of NEURON on install...
I have a function in a file which parses arguments: ``` def get_args(): #Set up parser and top level args parser = argparse.ArgumentParser(description='ASCENT: Automated Simulations to Characterize Electrical Nerve Thresholds')...
Section 2.1 has an error: ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) File /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/matplotlib/pyplot.py:197, in _draw_all_if_interactive() 195 def _draw_all_if_interactive() -> None: 196 if matplotlib.is_interactive(): --> 197 draw_all() File /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/matplotlib/_pylab_helpers.py:132,...
Pretty much the title. Provide documentation to users on the possible options that they can use for a config file that is validated with schema.