Derek Thomas
57d1b3b38e
mpl adjusts subplot positions to force no margins
...
- does not use tight layout anymore
2016-10-03 23:51:27 +09:00
Derek Thomas
f3ea7c273d
mpl now iterates over all axes in the figure to change parameters
...
- also added ylabel, xlabel, and title zeroing, so that they do not
interfere with the layout since it cannot be displayed anyway
2016-10-03 23:42:39 +09:00
Derek Thomas
e7f2d5a281
move mpl figure-copy routine to figure_to_rgb_array
...
- this simplifies testing
- this also makes more sense because it copies the figure just when
changes are being applied
- the figure is also closed in this function
2016-10-03 15:59:28 +09:00
Derek Thomas
4e941f7ff4
add inline documentation for mpl figure copy/close
2016-10-03 12:51:43 +09:00
Jamie Bliss
ce98aa8fa9
Allow activation of environments in relative directories.
...
Also disallow the creation of venvs with reserved names
2016-10-02 21:49:38 -04:00
Derek Thomas
aec0430622
xontrib-mpl makes a copy of the current figure before modifying it
2016-10-02 17:18:20 +09:00
Jamie Bliss
50a412e798
don't override built-in names
2016-09-13 21:22:14 -04:00
Jamie Bliss
2afbdcc1dd
Overtesting on Windows
2016-09-13 21:01:50 -04:00
Jamie Bliss
24887c59d8
Normalize paths, so that shenanigans get smoothed out
2016-09-13 20:58:03 -04:00
Jamie Bliss
dc8c5b5b53
Finally fix __iter__() so subdirs work correctly.
...
Also add a test for subdirs
2016-09-13 20:49:34 -04:00
Jamie Bliss
e2c981de78
Add an explicit (and more correct) __contains__()
2016-09-13 20:29:44 -04:00
Jamie Bliss
26c78b1642
Be more complete and helpful about the contents of venv dirs
2016-09-13 20:22:13 -04:00
Jamie Bliss
2e24b9a698
Deal with leading backslash, too
2016-08-28 23:34:11 -04:00
Jamie Bliss
d8bc83cd51
Add some documentations
2016-08-28 13:43:08 -04:00
Jamie Bliss
0d791d1bea
Add events to vox.
2016-08-28 13:37:23 -04:00
Cody Scott
4672438eed
Adding prompt_ret_code to xontribs
2016-08-25 12:32:15 -04:00
Jamie Bliss
311b53b56f
pep8
2016-08-04 22:31:45 -04:00
Jamie Bliss
1fb5ee1757
flake8
2016-08-04 22:28:21 -04:00
Jamie Bliss
9456620991
Use __all__
in the included xontribs
2016-08-04 19:19:28 -04:00
Jamie Bliss
c305592c0b
Remove leftover debugging statement
2016-07-30 03:36:59 -04:00
Jamie Bliss
9d727652c7
Fix #1513
...
Forgot to copy a mutated value on save. Added a test to prevent
regression.
2016-07-30 03:35:39 -04:00
Jamie Bliss
0cc7741d05
Fix up some missed refactorings.
...
(I'm getting sloppy...)
2016-07-21 15:26:37 -04:00
Jamie Bliss
9eadf2707f
It would help if I did it properly. >.>
2016-07-21 15:18:44 -04:00
Jamie Bliss
5b2ac9ba27
Missed a thing.
2016-07-21 15:15:53 -04:00
Jamie Bliss
fa48f29f26
flake8
2016-07-21 14:36:46 -04:00
Jamie Bliss
9c0584b9b9
Some tweaking for the xonsh bdfl
2016-07-21 14:25:32 -04:00
Jamie Bliss
ed5c1c7cd5
Lazy load pretty much everything
2016-07-21 13:54:58 -04:00
Jamie Bliss
49ea0eee15
It's 'new', not 'create'.
...
(I'm adding it as an alias because I've mis-typed it about 500 times now.)
2016-07-21 11:03:15 -04:00
Jamie Bliss
8a89d5195e
Merge remote-tracking branch 'upstream/master' into vox_opts
2016-07-21 10:54:14 -04:00
Leonardo Santagada
a33a71259e
fix pep8 once more
2016-07-21 09:48:59 +02:00
Leonardo Santagada
3f955da3e4
Merge remote-tracking branch 'upstream/master' into remove-flake8-exceptions
2016-07-21 09:34:49 +02:00
Jamie Bliss
8c86ff1437
Improve help and handle the no-command case
2016-07-21 01:21:07 -04:00
Jamie Bliss
6bef10d019
I accidentally that sentence.
2016-07-21 00:47:29 -04:00
Jamie Bliss
19b483ded5
Some corrections to vox-related documentation
2016-07-21 00:44:10 -04:00
Jamie Bliss
ae0f745200
Fixed it all up, i think
2016-07-21 00:36:35 -04:00
Jamie Bliss
657d927aa7
First stab at argparse version. Doesn't actually work yet.
2016-07-21 00:26:13 -04:00
Jamie Bliss
fae7161041
Fix doc syntax
2016-07-20 21:31:10 -04:00
Jamie Bliss
b6d1387916
Add options and methods to bring voxapi to feature parity with venv.
2016-07-20 21:23:35 -04:00
Jamie Bliss
e2ac41d460
Add sys import, and be more consistent about errors going to stderr.
2016-07-20 18:32:44 -04:00
Leonardo Santagada
ec4c346b0b
Merge branch 'master' into remove-flake8-exceptions
2016-07-21 00:05:17 +02:00
Jamie Bliss
97c30dd19c
Do more things globally.
...
I guess a little polution is ok.
2016-07-20 16:56:39 -04:00
Jamie Bliss
50f34fa352
Refactor machinery into voxapi in order to minimize global namespace pollution.
2016-07-20 16:22:23 -04:00
Jamie Bliss
67272642d7
Add news item, and handle line-item comments.
2016-07-20 16:05:44 -04:00
Jamie Bliss
7a05377443
Migrate vox to a xontrib
2016-07-20 15:45:14 -04:00
Leonardo Santagada
61099aab10
small style changes
2016-07-18 11:30:57 +02:00
Anthony Scopatz
4f4270079c
more
2016-06-09 01:55:34 -04:00
Anthony Scopatz
718576398a
more docs
2016-06-05 22:39:28 -04:00
Anthony Scopatz
4faffc9d56
seems to work
2016-06-05 22:29:17 -04:00
Anthony Scopatz
c85856ff4c
initial dsubmit
2016-06-05 22:12:19 -04:00
Anthony Scopatz
5cd0638112
moar hooks
2016-06-04 22:28:36 -04:00