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 d319a96

Browse filesBrowse files
committed
updated previous changelog entry
1 parent fc70e19 commit d319a96
Copy full SHA for d319a96

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/next_api_changes/deprecations/20237-TH.rst‎

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/deprecations/20237-TH.rst
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ QuadMesh signature
33
The ``QuadMesh`` signature ::
44

55
def __init__(meshWidth, meshHeight, coordinates,
6-
antialiased=True, shading=False, **kwargs)
6+
antialiased=True, shading='flat', **kwargs)
77

88
is deprecated and replaced by the new signature ::
99

10-
def __init__(coordinates, *, antialiased=True, shading=False, **kwargs)
10+
def __init__(coordinates, *, antialiased=True, shading='flat', **kwargs)
1111

1212
In particular:
1313

0 commit comments

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