Ben Hammel
Results
3
comments of
Ben Hammel
No, unfortunately not yet
I have this set in my `~/.pdbrc` which preserves history from session to session. `~/.pdbrc` ``` from pathlib import Path with Path("~/.pdbrc.py").expanduser().open() as _f: _f = _f.read() exec(_f) del _f...
I would love to see logarithmic scaling as well (for both x and y axis). Keep up the good work, this is an awesome project!