Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 460104d

Browse filesBrowse files
committed
fixed backticks in api_changes
1 parent 5bcf302 commit 460104d
Copy full SHA for 460104d

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎doc/api/api_changes/2015-11-12-DDH.rst

Copy file name to clipboardExpand all lines: doc/api/api_changes/2015-11-12-DDH.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
New defaults for 3D quiver function in mpl_toolkits.mplot3d.axes3d.py
22
```````````````````````````
3-
Matplotlib has both a 2D and a 3D `quiver` function. These changes affect only the 3D function and make the default behavior of the 3D function match 2D version. There are two changes:
3+
Matplotlib has both a 2D and a 3D ```quiver``` function. These changes affect only the 3D function and make the default behavior of the 3D function match 2D version. There are two changes:
44

5-
1) The 3D quiver function previously normalized the arrows to be the same length, which makes it unusable for situations where the arrows should be different lengths and does not match the behavior of the 2D function. This normalization behavior is now controlled with the `normalize` keyword, which defaults to False.
5+
1) The 3D quiver function previously normalized the arrows to be the same length, which makes it unusable for situations where the arrows should be different lengths and does not match the behavior of the 2D function. This normalization behavior is now controlled with the ``normalize`` keyword, which defaults to False.
66

7-
2) The `pivot` keyword now defaults to `tail` insteaf of `tip`. This was done in order to match the default behavior of the 2D quiver function.
7+
2) The ``pivot`` keyword now defaults to ``tail`` insteaf of ```tip```. This was done in order to match the default behavior of the 2D quiver function.
88

99
To obtain the previous behavior with the 3D quiver function, one can call the function with ::
1010

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.