File tree Expand file tree Collapse file tree 2 files changed +3
-36
lines changed Expand file tree Collapse file tree 2 files changed +3
-36
lines changed Original file line number Diff line number Diff line change 1
1
.. py:currentmodule:: larray_editor
2
2
3
- Syntax changes
4
- ^^^^^^^^^^^^^^
5
-
6
- * renamed ``MappingEditor.old_method_name()`` to :py:obj:`MappingEditor.new_method_name()` (closes :editor_issue:`1 `).
7
-
8
- * renamed ``old_argument_name`` argument of :py:obj:`MappingEditor.method_name()` to ``new_argument_name``.
9
-
10
-
11
- Backward incompatible changes
12
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13
-
14
- * other backward incompatible changes
15
-
16
-
17
- New features
18
- ^^^^^^^^^^^^
19
-
20
- * added a feature (see the :ref:`miscellaneous section <misc_editor>` for details).
21
-
22
- * added another feature in the editor (closes :editor_issue:`1 `).
23
-
24
- .. note::
25
-
26
- - It works for foo bar !
27
- - It does not work for foo baz !
28
-
29
-
30
- .. _misc_editor:
31
-
32
- Miscellaneous improvements
33
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
34
-
35
- * improved something.
36
-
37
-
38
3
Fixes
39
4
^^^^^
40
5
41
- * fixed something (closes :editor_issue:`1 `).
6
+ * fixed console plots when xlwings 0.31.4 + is installed (closes :editor_issue:`278 `).
Original file line number Diff line number Diff line change 24
24
asyncio .set_event_loop_policy (WindowsSelectorEventLoopPolicy ())
25
25
26
26
import matplotlib
27
+ # explicitly request Qt backend (fixes #278)
28
+ matplotlib .use ('QtAgg' )
27
29
import matplotlib .axes
28
30
import numpy as np
29
31
You can’t perform that action at this time.
0 commit comments