We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7f9b9 commit 4c51645Copy full SHA for 4c51645
doc/api/next_api_changes/deprecations.rst
@@ -376,3 +376,8 @@ NavigationToolbar2QT.parent
376
This attribute is deprecated. In order to access the parent window, use
377
``toolbar.canvas.parent()``. Once the deprecation period is elapsed, it will
378
also be accessible as ``toolbar.parent()``.
379
+
380
+The ``datapath`` rcParam
381
+~~~~~~~~~~~~~~~~~~~~~~~~
382
+Use `.get_data_path` instead. (The rcParam is deprecated because it cannot be
383
+meaningfully set by an end user.) This was deprecated only in 3.2.1.
0 commit comments