Skip to content

Instantly share code, notes, and snippets.

@jdtsmith
Created April 8, 2025 23:18
Show Gist options
  • Save jdtsmith/a604c1e99f98f48da4d76f0abf07aedc to your computer and use it in GitHub Desktop.
Save jdtsmith/a604c1e99f98f48da4d76f0abf07aedc to your computer and use it in GitHub Desktop.
eglot version mismatch in publishDiagnostics
This file has been truncated, but you can view the full file.
(:jsonrpc "2.0" :id 63 :method "completionItem/resolve" :params
(:label #("acorr" 0 1 ...) :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position ... :funcParensDisabled t :symbolLabel
"acorr")
:sortText "09.9999.acorr"))
[jsonrpc] e[19:11:33.283] --> textDocument/didChange
(:jsonrpc "2.0" :method "textDocument/didChange" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py"
:version 17)
:contentChanges [...]))
[jsonrpc] e[19:11:33.291] --> textDocument/inlayHint[64]
(:jsonrpc "2.0" :id 64 :method "textDocument/inlayHint" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:range
(:start (:line 19 :character 0) :end
(:line 103 :character 2))))
[jsonrpc] e[19:11:33.402] <-- textDocument/inlayHint[62]
(:jsonrpc "2.0" :id 62 :result
[(:label ": Logger" :position (:line 49 :character 4)
:paddingLeft :json-false :kind 1 :textEdits
[(:newText ": Logger" :range
(:start (:line 49 :character 4) :end
(:line 49 :character 4)))
(:range
(:start (:line 5 :character 0) :end
(:line 5 :character 0))
:newText "from logging import Logger\n")])
(:label "name=" :position (:line 49 :character 25)
:paddingLeft :json-false :kind 2 :textEdits
[(:newText "name=" :range
(:start (:line 49 :character 25) :end
(:line 49 :character 25)))])
(:label ": property" :position (:line 53 :character 2)
:paddingLeft :json-false :kind 1 :textEdits
[(:newText ": property" :range
(:start (:line 53 :character 2) :end
(:line 53 :character 2)))
(:range
(:start (:line 6 :character 0) :end
(:line 6 :character 0))
:newText
"from matplotlib.bezier import property\n")])
(:label ": Callable[..., bool]" :position
(:line 54 :character 1) :paddingLeft :json-false
:kind 1 :textEdits
[(:newText ": Callable[..., bool]" :range
(:start (:line 54 :character 1) :end
(:line 54 :character 1)))
(:range
(:start (:line 7 :character 32) :end
(:line 7 :character 32))
:newText "\nfrom typing import Callable")])])
[jsonrpc] e[19:11:33.403] <-- [63]
(:jsonrpc "2.0" :id 63 :result
(:label "acorr" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 19 :character 4)
:funcParensDisabled t :symbolLabel "acorr")
:sortText "09.9999.acorr" :documentation
(:kind "plaintext" :value
"def acorr(\n x: ArrayLike,\n *,\n data: ... = ...,\n **kwargs: Unknown\n) -> Unknown")))
[jsonrpc] i[19:11:33.404] [63] Response to request 63 which has been canceled
[jsonrpc] e[19:11:33.404] <-- textDocument/inlayHint[64]
(:jsonrpc "2.0" :id 64 :result
[(:label ": Logger" :position (:line 49 :character 4)
:paddingLeft :json-false :kind 1 :textEdits
[(:newText ": Logger" :range
(:start (:line 49 :character 4) :end
(:line 49 :character 4)))
(:range
(:start (:line 5 :character 0) :end
(:line 5 :character 0))
:newText "from logging import Logger\n")])
(:label "name=" :position (:line 49 :character 25)
:paddingLeft :json-false :kind 2 :textEdits
[(:newText "name=" :range
(:start (:line 49 :character 25) :end
(:line 49 :character 25)))])
(:label ": property" :position (:line 53 :character 2)
:paddingLeft :json-false :kind 1 :textEdits
[(:newText ": property" :range
(:start (:line 53 :character 2) :end
(:line 53 :character 2)))
(:range
(:start (:line 6 :character 0) :end
(:line 6 :character 0))
:newText
"from matplotlib.bezier import property\n")])
(:label ": Callable[..., bool]" :position
(:line 54 :character 1) :paddingLeft :json-false
:kind 1 :textEdits
[(:newText ": Callable[..., bool]" :range
(:start (:line 54 :character 1) :end
(:line 54 :character 1)))
(:range
(:start (:line 7 :character 32) :end
(:line 7 :character 32))
:newText "\nfrom typing import Callable")])])
[jsonrpc] e[19:11:33.797] --> completionItem/resolve[65]
(:jsonrpc "2.0" :id 65 :method "completionItem/resolve" :params
(:label #("Decimal" 0 1 ... 5 6 ... 6 7 ...) :kind 6 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position ... :funcParensDisabled t :symbolLabel
"Decimal")
:sortText "09.9999.Decimal"))
[jsonrpc] e[19:11:33.797] --> textDocument/didChange
(:jsonrpc "2.0" :method "textDocument/didChange" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py"
:version 18)
:contentChanges [...]))
[jsonrpc] e[19:11:33.979] <-- textDocument/publishDiagnostics
(:jsonrpc "2.0" :method "textDocument/publishDiagnostics" :params
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py"
:version 17 :diagnostics
[... ... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ... ...]))
[jsonrpc] e[19:11:34.156] --> textDocument/signatureHelp[66]
(:jsonrpc "2.0" :id 66 :method "textDocument/signatureHelp" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 19 :character 6)))
[jsonrpc] e[19:11:34.157] --> textDocument/hover[67]
(:jsonrpc "2.0" :id 67 :method "textDocument/hover" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 19 :character 6)))
[jsonrpc] e[19:11:34.157] --> textDocument/documentHighlight[68]
(:jsonrpc "2.0" :id 68 :method "textDocument/documentHighlight"
:params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 19 :character 6)))
[jsonrpc] e[19:11:34.158] <-- completionItem/resolve[65]
(:jsonrpc "2.0" :id 65 :result
(:label "Decimal" :kind 6 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position ... :funcParensDisabled t :symbolLabel
"Decimal")
:sortText "09.9999.Decimal" :documentation
(:kind "plaintext" :value "Decimal: type[Decimal]")))
[jsonrpc] e[19:11:34.167] --> textDocument/inlayHint[69]
(:jsonrpc "2.0" :id 69 :method "textDocument/inlayHint" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:range
(:start (:line 19 :character 0) :end
(:line 102 :character 43))))
[jsonrpc] e[19:11:34.182] <-- textDocument/signatureHelp[66]
(:jsonrpc "2.0" :id 66 :result nil)
[jsonrpc] e[19:11:34.211] <-- textDocument/hover[67]
(:jsonrpc "2.0" :id 67 :result
(:contents
(:kind "plaintext" :value "(function) al: Unknown") :range
(:start (:line 19 :character 4) :end
(:line 19 :character 6))))
[jsonrpc] e[19:11:34.211] <-- textDocument/documentHighlight[68]
(:jsonrpc "2.0" :id 68 :result
[(:kind 2 :range
(:start (:line 19 :character 4) :end
(:line 19 :character 6)))])
[jsonrpc] e[19:11:34.211] <-- textDocument/inlayHint[69]
(:jsonrpc "2.0" :id 69 :result
[(:label ": Logger" :position (:line 49 :character 4)
:paddingLeft :json-false :kind 1 :textEdits
[(:newText ": Logger" :range
(:start (:line 49 :character 4) :end
(:line 49 :character 4)))
(:range
(:start (:line 5 :character 0) :end
(:line 5 :character 0))
:newText "from logging import Logger\n")])
(:label "name=" :position (:line 49 :character 25)
:paddingLeft :json-false :kind 2 :textEdits
[(:newText "name=" :range
(:start (:line 49 :character 25) :end
(:line 49 :character 25)))])
(:label ": property" :position (:line 53 :character 2)
:paddingLeft :json-false :kind 1 :textEdits
[(:newText ": property" :range
(:start (:line 53 :character 2) :end
(:line 53 :character 2)))
(:range
(:start (:line 6 :character 0) :end
(:line 6 :character 0))
:newText
"from matplotlib.bezier import property\n")])
(:label ": Callable[..., bool]" :position
(:line 54 :character 1) :paddingLeft :json-false
:kind 1 :textEdits
[(:newText ": Callable[..., bool]" :range
(:start (:line 54 :character 1) :end
(:line 54 :character 1)))
(:range
(:start (:line 7 :character 32) :end
(:line 7 :character 32))
:newText "\nfrom typing import Callable")])])
[jsonrpc] e[19:11:34.645] <-- textDocument/publishDiagnostics
(:jsonrpc "2.0" :method "textDocument/publishDiagnostics" :params
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py"
:version 18 :diagnostics
[(:range
(:start (:line 1 :character 19) :end
(:line 1 :character 29))
:message "Import \"all_errors\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 7 :character 16) :end
(:line 7 :character 32))
:message
"Import \"float_repr_style\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 19 :character 4) :end
(:line 19 :character 6))
:message
"\"al\" is not a known attribute of module \"matplotlib.pyplot\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 21 :character 7) :end
(:line 21 :character 26))
:message
"Import \"matplotlib.category\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 26 :character 7) :end
(:line 26 :character 23))
:message
"Import \"matplotlib.dates\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 43 :character 41) :end
(:line 43 :character 57))
:message
"Import \"matplotlib._preprocess_data\" could not be resolved from source"
:severity 2 :code "reportMissingModuleSource"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportMissingModuleSource"))
(:range
(:start (:line 45 :character 15) :end
(:line 45 :character 40))
:message
"\"_TransformedBoundsLocator\" is unknown import symbol"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 45 :character 42) :end
(:line 45 :character 62))
:message
"\"_process_plot_format\" is unknown import symbol"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 67 :character 3) :end
(:line 67 :character 4))
:message "Expected attribute name after \".\""
:severity 1 :source "basedpyright")
(:range
(:start (:line 71 :character 0) :end
(:line 71 :character 2))
:message "Expected indented block" :severity 1
:source "basedpyright")
(:range
(:start (:line 72 :character 0) :end
(:line 72 :character 6))
:message "\"Foobar\" is not defined" :severity 1
:code "reportUndefinedVariable" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 72 :character 0) :end
(:line 72 :character 6))
:message "Expression value is unused" :severity 2
:code "reportUnusedExpression" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedExpression"))
(:range
(:start (:line 76 :character 0) :end
(:line 76 :character 4))
:message "Unexpected indentation" :severity 1
:source "basedpyright")
(:range
(:start (:line 183 :character 18) :end
(:line 183 :character 21))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 186 :character 16) :end
(:line 186 :character 19))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 198 :character 24) :end
(:line 198 :character 27))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 199 :character 26) :end
(:line 199 :character 29))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 202 :character 21) :end
(:line 202 :character 24))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 203 :character 21) :end
(:line 203 :character 37))
:message
"\"_str_lower_equal\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 206 :character 18) :end
(:line 206 :character 21))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 225 :character 34) :end
(:line 225 :character 60))
:message
"\"_get_legend_handles_labels\" is not a known attribute of module \"matplotlib.legend\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 344 :character 54) :end
(:line 344 :character 72))
:message
"\"_parse_legend_args\" is not a known attribute of module \"matplotlib.legend\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 351 :character 21) :end
(:line 351 :character 35))
:message
"Cannot assign to attribute \"_remove_method\" for class \"Legend\"\n  Attribute \"_remove_method\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 354 :character 8) :end
(:line 354 :character 22))
:message
"Function \"_remove_legend\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 354 :character 29) :end
(:line 354 :character 35))
:message "\"legend\" is not accessed" :severity 4
:code "reportUnusedParameter" :source "basedpyright"
:tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedParameter"))
(:range
(:start (:line 749 :character 46) :end
(:line 749 :character 52))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"xytext\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Sequence[float]\"\n    \"None\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 750 :character 40) :end
(:line 750 :character 50))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"textcoords\" of type \"str | Artist | Transform | ((...) -> Unknown) | Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Artist | Transform | ((...) -> Unknown) | Sequence[float]\"\n    Type \"None\" is not assignable to type \"str | Artist | Transform | ((...) -> Unknown) | Sequence[float]\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Artist\"\n      \"None\" is not assignable to \"Transform\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 750 :character 63) :end
(:line 750 :character 73))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"arrowprops\" of type \"dict[Unknown, Unknown]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"dict[Unknown, Unknown]\"\n    \"None\" is not assignable to \"dict[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 897 :character 8) :end
(:line 897 :character 23))
:message
"Function \"_check_no_units\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 900 :character 26) :end
(:line 900 :character 48))
:message
"\"_is_natively_supported\" is not a known attribute of module \"matplotlib.units\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 964 :character 35) :end
(:line 964 :character 38))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"xy2\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Sequence[float]\"\n    \"None\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 964 :character 40) :end
(:line 964 :character 45))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"slope\" of type \"float\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"float\"\n    \"None\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 972 :character 13) :end
(:line 972 :character 27))
:message
"Cannot assign to attribute \"_remove_method\" for class \"_AxLine\"\n  Attribute \"_remove_method\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1020 :character 29) :end
(:line 1020 :character 34))
:message
"Argument of type \"tuple[tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown]]\" cannot be assigned to parameter \"xy\" of type \"Sequence[float]\" in function \"__init__\"\n  \"tuple[tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown]]\" is not assignable to \"Sequence[float]\"\n    Type parameter \"_T_co@Sequence\" is covariant, but \"tuple[int, Unknown]\" is not a subtype of \"float\"\n      \"tuple[int, Unknown]\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1076 :character 29) :end
(:line 1076 :character 34))
:message
"Argument of type \"list[tuple[Unknown, int]]\" cannot be assigned to parameter \"xy\" of type \"Sequence[float]\" in function \"__init__\"\n  \"list[tuple[Unknown, int]]\" is not assignable to \"Sequence[float]\"\n    Type parameter \"_T_co@Sequence\" is covariant, but \"tuple[Unknown, int]\" is not a subtype of \"float\"\n      \"tuple[Unknown, int]\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1078 :character 21) :end
(:line 1078 :character 41))
:message
"Cannot assign to attribute \"_interpolation_steps\" for class \"Path\"\n  Attribute \"_interpolation_steps\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1083 :character 5) :end
(:line 1084 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1133 :character 30) :end
(:line 1133 :character 44))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1146 :character 14) :end
(:line 1146 :character 30))
:message
"Cannot access attribute \"_internal_update\" for class \"LineCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1160 :character 12) :end
(:line 1160 :character 13))
:message "Expected attribute name after \".\""
:severity 1 :source "basedpyright")
(:range
(:start (:line 1163 :character 5) :end
(:line 1164 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1213 :character 30) :end
(:line 1213 :character 44))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1227 :character 14) :end
(:line 1227 :character 30))
:message
"Cannot access attribute \"_internal_update\" for class \"LineCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1244 :character 5) :end
(:line 1246 :character 61))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1376 :character 23) :end
(:line 1376 :character 41))
:message
"\"_local_over_kwdict\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1377 :character 27) :end
(:line 1377 :character 45))
:message
"\"_local_over_kwdict\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1378 :character 27) :end
(:line 1378 :character 45))
:message
"\"_local_over_kwdict\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1405 :character 15) :end
(:line 1405 :character 21))
:message
"Argument of type \"list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1410 :character 43) :end
(:line 1410 :character 49))
:message
"Argument of type \"list[None] | list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"c\" of type \"ArrayLike\" in function \"to_rgba_array\"\n  Type \"list[None] | list[Unknown] | Iterable[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"Iterable[Any]\" is not assignable to type \"ArrayLike\"\n      \"Iterable[Any]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1418 :character 26) :end
(:line 1418 :character 62))
:message
"No overloads for \"tile\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/lib/_shape_base_impl.pyi"
:range
(:start (:line 216 :character 4) :end
(:line 216 :character 8)))
:message "Overload 2 is the closest match")])
(:range
(:start (:line 1418 :character 34) :end
(:line 1418 :character 45))
:message
"Argument of type \"list[None] | NDArray[Any]\" cannot be assigned to parameter \"A\" of type \"ArrayLike\" in function \"tile\"\n  Type \"list[None] | NDArray[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"list[None]\" is not assignable to type \"ArrayLike\"\n      \"list[None]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"list[None]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"list[None]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__getitem__\" is an incompatible type\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1422 :character 26) :end
(:line 1422 :character 62))
:message
"No overloads for \"tile\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/lib/_shape_base_impl.pyi"
:range
(:start (:line 216 :character 4) :end
(:line 216 :character 8)))
:message "Overload 2 is the closest match")])
(:range
(:start (:line 1422 :character 34) :end
(:line 1422 :character 45))
:message
"Argument of type \"list[None] | NDArray[Any]\" cannot be assigned to parameter \"A\" of type \"ArrayLike\" in function \"tile\"\n  Type \"list[None] | NDArray[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"list[None]\" is not assignable to type \"ArrayLike\"\n      \"list[None]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"list[None]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"list[None]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__getitem__\" is an incompatible type\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1425 :character 15) :end
(:line 1425 :character 21))
:message
"Argument of type \"list[Unknown] | list[None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown] | list[None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1427 :character 15) :end
(:line 1427 :character 20))
:message
"Argument of type \"list[Unknown | None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown | None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1429 :character 15) :end
(:line 1429 :character 25))
:message
"Argument of type \"list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1441 :character 15) :end
(:line 1441 :character 21))
:message
"Argument of type \"list[Any] | list[Unknown] | list[None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Any] | list[Unknown] | list[None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1444 :character 15) :end
(:line 1444 :character 20))
:message
"Argument of type \"list[Any] | list[Unknown | None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Any] | list[Unknown | None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1447 :character 15) :end
(:line 1447 :character 25))
:message
"Argument of type \"list[list[Unknown] | Iterable[Any]] | list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[list[Unknown] | Iterable[Any]] | list[Unknown] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1465 :character 17) :end
(:line 1465 :character 33))
:message
"Cannot access attribute \"_internal_update\" for class \"EventCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1478 :character 26) :end
(:line 1478 :character 53))
:message
"Operator \"-\" not supported for types \"NDArray[Unknown] | list[None] | NDArray[Any]\" and \"Unknown | list[None] | NDArray[Any]\"\n  Operator \"-\" not supported for types \"list[None]\" and \"list[None]\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 1479 :character 54) :end
(:line 1479 :character 57))
:message
"Cannot access attribute \"max\" for class \"list[None]\"\n  Attribute \"max\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1738 :character 48) :end
(:line 1738 :character 61))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1748 :character 5) :end
(:line 1748 :character 64))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1977 :character 5) :end
(:line 1977 :character 59))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2049 :character 5) :end
(:line 2049 :character 64))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2230 :character 8) :end
(:line 2230 :character 19))
:message "Function \"_convert_dx\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 2259 :character 27) :end
(:line 2259 :character 45))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2264 :character 26) :end
(:line 2264 :character 44))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2281 :character 5) :end
(:line 2281 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2391 :character 48) :end
(:line 2391 :character 62))
:message
"Argument of type \"type[Patch]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Patch]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Patch]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Patch]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2413 :character 40) :end
(:line 2413 :character 43))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 2462 :character 45) :end
(:line 2462 :character 46))
:message
"Argument of type \"NDArray[Unknown] | Unknown | Literal[0] | None\" cannot be assigned to parameter \"args\" of type \"ArrayLike\" in function \"broadcast_arrays\"\n  Type \"NDArray[Unknown] | Unknown | Literal[0] | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2478 :character 15) :end
(:line 2478 :character 27))
:message
"Argument of type \"Iterable[Any] | list[str]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"Iterable[Any] | list[str]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2479 :character 54) :end
(:line 2479 :character 66))
:message
"Argument of type \"Iterable[Any] | list[str]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"Iterable[Any] | list[str]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2531 :character 14) :end
(:line 2531 :character 30))
:message
"Cannot access attribute \"_internal_update\" for class \"Rectangle\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2532 :character 25) :end
(:line 2532 :character 45))
:message
"Cannot assign to attribute \"_interpolation_steps\" for class \"Path\"\n  Attribute \"_interpolation_steps\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2534 :character 31) :end
(:line 2534 :character 32))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2536 :character 31) :end
(:line 2536 :character 32))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2851 :character 32) :end
(:line 2851 :character 48))
:message
"\"_auto_format_str\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2863 :character 5) :end
(:line 2863 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2907 :character 22) :end
(:line 2907 :character 40))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2908 :character 22) :end
(:line 2908 :character 40))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2931 :character 5) :end
(:line 2931 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2932 :character 10) :end
(:line 2932 :character 26))
:message
"\"delete_parameter\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3065 :character 32) :end
(:line 3065 :character 35))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3072 :character 28) :end
(:line 3072 :character 31))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3116 :character 5) :end
(:line 3116 :character 73))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3263 :character 38) :end
(:line 3263 :character 58))
:message
"No overloads for \"atleast_1d\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/_core/shape_base.pyi"
:range
(:start (:line 31 :character 4) :end
(:line 31 :character 14)))
:message "Overload 3 is the closest match")])
(:range
(:start (:line 3263 :character 52) :end
(:line 3263 :character 57))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"arys\" of type \"ArrayLike\" in function \"atleast_1d\"\n  Type \"Unknown | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3265 :character 30) :end
(:line 3265 :character 36))
:message "Expected 0 positional arguments" :severity
1 :code "reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3319 :character 35) :end
(:line 3319 :character 38))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3355 :character 8) :end
(:line 3355 :character 27))
:message
"Function \"_errorevery_to_mask\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 3383 :character 8) :end
(:line 3383 :character 29))
:message
"No overloads for \"__setitem__\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/__init__.pyi"
:range
(:start (:line 2170 :character 8) :end
(:line 2170 :character 19)))
:message "Overload 8 is the closest match")])
(:range
(:start (:line 3383 :character 8) :end
(:line 3383 :character 29))
:message
"Argument of type \"slice[Integral, Any, Integral] | slice[Unknown, Unknown, Unknown] | Iterable[Any]\" cannot be assigned to parameter \"key\" of type \"_ToIndices\" in function \"__setitem__\"\n  Type \"slice[Integral, Any, Integral] | slice[Unknown, Unknown, Unknown] | Iterable[Any]\" is not assignable to type \"_ToIndices\"\n    Type \"Iterable[Any]\" is not assignable to type \"_ToIndices\"\n      \"Iterable[Any]\" is incompatible with protocol \"SupportsIndex\"\n        \"__index__\" is not present\n      \"Iterable[Any]\" is not assignable to \"slice[Any, Any, Any]\"\n      \"Iterable[Any]\" is not assignable to \"EllipsisType\"\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[numpy.bool[builtins.bool]] | dtype[integer[Any]]]\"\n        \"__array__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3386 :character 5) :end
(:line 3387 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3526 :character 48) :end
(:line 3526 :character 61))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3556 :character 24) :end
(:line 3556 :character 27))
:message
"Argument of type \"Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n    \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3561 :character 37) :end
(:line 3561 :character 55))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3564 :character 35) :end
(:line 3564 :character 53))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3644 :character 22) :end
(:line 3644 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3669 :character 29) :end
(:line 3669 :character 43))
:message
"\"CARETRIGHTBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3669 :character 52) :end
(:line 3669 :character 65))
:message
"\"CARETLEFTBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3671 :character 29) :end
(:line 3671 :character 40))
:message
"\"CARETUPBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3671 :character 49) :end
(:line 3671 :character 62))
:message
"\"CARETDOWNBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3693 :character 33) :end
(:line 3693 :character 42))
:message
"\"row_stack\" is not a known attribute of module \"numpy\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3740 :character 73) :end
(:line 3740 :character 75))
:message
"Argument of type \"MarkerStyle\" cannot be assigned to parameter \"marker\" of type \"str\" in function \"__init__\"\n  \"MarkerStyle\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3758 :character 5) :end
(:line 3758 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3956 :character 19) :end
(:line 3956 :character 22))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3958 :character 24) :end
(:line 3958 :character 27))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3961 :character 46) :end
(:line 3961 :character 52))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"labels\" of type \"ArrayLike\" in function \"boxplot_stats\"\n  Type \"Unknown | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3963 :character 20) :end
(:line 3963 :character 23))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3965 :character 19) :end
(:line 3965 :character 22))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3967 :character 27) :end
(:line 3967 :character 30))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3969 :character 23) :end
(:line 3969 :character 26))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3971 :character 24) :end
(:line 3971 :character 27))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3973 :character 23) :end
(:line 3973 :character 26))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3975 :character 22) :end
(:line 3975 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3977 :character 25) :end
(:line 3977 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4186 :character 49) :end
(:line 4186 :character 52))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4191 :character 54) :end
(:line 4191 :character 67))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4195 :character 25) :end
(:line 4195 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4196 :character 25) :end
(:line 4196 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4197 :character 25) :end
(:line 4197 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4198 :character 37) :end
(:line 4198 :character 40))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4199 :character 31) :end
(:line 4199 :character 34))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4201 :character 47) :end
(:line 4201 :character 65))
:message
"Argument of type \"type[PathPatch]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[PathPatch]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[PathPatch]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[PathPatch]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4206 :character 55) :end
(:line 4206 :character 61))
:message
"Argument of type \"float\" cannot be assigned to parameter \"zdelta\" of type \"int\" in function \"merge_kw_rc\"\n  \"float\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4207 :character 49) :end
(:line 4207 :character 55))
:message
"Argument of type \"float\" cannot be assigned to parameter \"zdelta\" of type \"int\" in function \"merge_kw_rc\"\n  \"float\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4220 :character 30) :end
(:line 4220 :character 44))
:message
"Cannot access attribute \"_create_closed\" for class \"type[Path]\"\n  Attribute \"_create_closed\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4266 :character 29) :end
(:line 4266 :character 43))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4267 :character 30) :end
(:line 4267 :character 44))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4272 :character 29) :end
(:line 4272 :character 40))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4273 :character 30) :end
(:line 4273 :character 41))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4277 :character 35) :end
(:line 4277 :character 47))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4278 :character 36) :end
(:line 4278 :character 48))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4344 :character 20) :end
(:line 4344 :character 24))
:message
"Cannot assign to attribute \"locs\" for class \"FixedLocator\"\n  Attribute \"locs\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4344 :character 46) :end
(:line 4344 :character 50))
:message
"Cannot access attribute \"locs\" for class \"FixedLocator\"\n  Attribute \"locs\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4350 :character 22) :end
(:line 4350 :character 25))
:message
"Cannot assign to attribute \"seq\" for class \"FixedFormatter\"\n  Attribute \"seq\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4350 :character 40) :end
(:line 4350 :character 43))
:message
"Cannot access attribute \"seq\" for class \"FixedFormatter\"\n  Attribute \"seq\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4358 :character 8) :end
(:line 4358 :character 33))
:message
"Function \"_parse_scatter_color_args\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 4436 :character 38) :end
(:line 4436 :character 41))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4437 :character 25) :end
(:line 4437 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4442 :character 29) :end
(:line 4442 :character 32))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4446 :character 39) :end
(:line 4446 :character 40))
:message
"Argument of type \"Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n    \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4447 :character 37) :end
(:line 4447 :character 55))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4486 :character 47) :end
(:line 4486 :character 48))
:message
"Argument of type \"NDArray[Any] | ndarray[tuple[int], dtype[Any]] | str | Unknown | Iterable[Any]\" cannot be assigned to parameter \"c\" of type \"ArrayLike\" in function \"to_rgba_array\"\n  Type \"NDArray[Any] | ndarray[tuple[int], dtype[Any]] | str | Unknown | Iterable[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"Iterable[Any]\" is not assignable to type \"ArrayLike\"\n      \"Iterable[Any]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4492 :character 56) :end
(:line 4492 :character 60))
:message
"Cannot access attribute \"size\" for class \"str\"\n  Attribute \"size\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4492 :character 56) :end
(:line 4492 :character 60))
:message
"Cannot access attribute \"size\" for class \"Iterable[Any]\"\n  Attribute \"size\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4507 :character 5) :end
(:line 4510 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 4634 :character 23) :end
(:line 4634 :character 26))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4635 :character 17) :end
(:line 4635 :character 20))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4656 :character 22) :end
(:line 4656 :character 36))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4659 :character 22) :end
(:line 4659 :character 36))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4671 :character 21) :end
(:line 4671 :character 24))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4712 :character 29) :end
(:line 4712 :character 32))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4715 :character 46) :end
(:line 4715 :character 49))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4734 :character 23) :end
(:line 4734 :character 34))
:message
"Cannot access attribute \"_scale_norm\" for class \"PathCollection\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4745 :character 19) :end
(:line 4745 :character 35))
:message
"Cannot access attribute \"_internal_update\" for class \"PathCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4752 :character 11) :end
(:line 4752 :character 14))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4763 :character 5) :end
(:line 4763 :character 69))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5080 :character 19) :end
(:line 5080 :character 32))
:message
"No overloads for \"sort\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/_core/fromnumeric.pyi"
:range
(:start (:line 348 :character 4) :end
(:line 348 :character 8)))
:message "Overload 2 is the closest match")])
(:range
(:start (:line 5080 :character 27) :end
(:line 5080 :character 31))
:message
"Argument of type \"Unknown | Iterable[Any]\" cannot be assigned to parameter \"a\" of type \"ArrayLike\" in function \"sort\"\n  Type \"Unknown | Iterable[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"Iterable[Any]\" is not assignable to type \"ArrayLike\"\n      \"Iterable[Any]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5087 :character 19) :end
(:line 5087 :character 35))
:message
"Cannot access attribute \"_internal_update\" for class \"PolyCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5088 :character 19) :end
(:line 5088 :character 30))
:message
"Cannot access attribute \"_scale_norm\" for class \"PolyCollection\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5139 :character 16) :end
(:line 5139 :character 32))
:message
"Cannot access attribute \"_internal_update\" for class \"PolyCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5142 :character 19) :end
(:line 5142 :character 23))
:message
"Cannot assign to attribute \"hbar\" for class \"PolyCollection\"\n  Attribute \"hbar\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5142 :character 36) :end
(:line 5142 :character 40))
:message
"Cannot assign to attribute \"vbar\" for class \"PolyCollection\"\n  Attribute \"vbar\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5150 :character 19) :end
(:line 5150 :character 28))
:message
"Cannot access attribute \"callbacks\" for class \"PolyCollection\"\n  Attribute \"callbacks\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5200 :character 8) :end
(:line 5200 :character 21))
:message
"Function \"_quiver_units\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 5209 :character 5) :end
(:line 5209 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5221 :character 5) :end
(:line 5221 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5278 :character 48) :end
(:line 5278 :character 61))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5377 :character 15) :end
(:line 5377 :character 18))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 5378 :character 52) :end
(:line 5378 :character 68))
:message
"Argument of type \"type[Collection]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Collection]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Collection]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Collection]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5468 :character 17) :end
(:line 5468 :character 26))
:message
"\"row_stack\" is not a known attribute of module \"numpy\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5487 :character 19) :end
(:line 5489 :character 49))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5501 :character 20) :end
(:line 5503 :character 49))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5507 :character 5) :end
(:line 5507 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5708 :character 21) :end
(:line 5708 :character 24))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 5710 :character 41) :end
(:line 5710 :character 45))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"cmap\" of type \"str | Colormap\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Colormap\"\n    Type \"None\" is not assignable to type \"str | Colormap\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Colormap\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5710 :character 52) :end
(:line 5710 :character 56))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"norm\" of type \"Normalize\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Normalize\"\n    \"None\" is not assignable to \"Normalize\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5711 :character 44) :end
(:line 5711 :character 57))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"interpolation\" of type \"str\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str\"\n    \"None\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5711 :character 66) :end
(:line 5711 :character 72))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"origin\" of type \"Literal['upper', 'lower']\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['upper', 'lower']\"\n    Type \"None\" is not assignable to type \"Literal['upper', 'lower']\"\n      \"None\" is not assignable to \"Literal['upper']\"\n      \"None\" is not assignable to \"Literal['lower']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5712 :character 37) :end
(:line 5712 :character 43))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"extent\" of type \"tuple[Unknown, ...]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"tuple[Unknown, ...]\"\n    \"None\" is not assignable to \"tuple[Unknown, ...]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5713 :character 60) :end
(:line 5713 :character 68))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"resample\" of type \"bool\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5714 :character 50) :end
(:line 5714 :character 69))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"interpolation_stage\" of type \"Literal['data', 'rgba']\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['data', 'rgba']\"\n    Type \"None\" is not assignable to type \"Literal['data', 'rgba']\"\n      \"None\" is not assignable to \"Literal['data']\"\n      \"None\" is not assignable to \"Literal['rgba']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5722 :character 11) :end
(:line 5722 :character 22))
:message
"Cannot access attribute \"_scale_norm\" for class \"AxesImage\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5723 :character 19) :end
(:line 5723 :character 22))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"url\" of type \"str\" in function \"set_url\"\n  Type \"Unknown | None\" is not assignable to type \"str\"\n    \"None\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5732 :character 8) :end
(:line 5732 :character 19))
:message "Function \"_pcolorargs\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 5781 :character 23) :end
(:line 5781 :character 34))
:message
"\"nargs_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5848 :character 5) :end
(:line 5848 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5996 :character 22) :end
(:line 5996 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6044 :character 50) :end
(:line 6044 :character 66))
:message
"\"_str_lower_equal\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6051 :character 19) :end
(:line 6051 :character 30))
:message
"Cannot access attribute \"_scale_norm\" for class \"PolyCollection\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6057 :character 23) :end
(:line 6057 :character 33))
:message
"Cannot access attribute \"_transform\" for class \"PolyCollection\"\n  Attribute \"_transform\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6075 :character 32) :end
(:line 6075 :character 33))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6076 :character 32) :end
(:line 6076 :character 33))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6082 :character 5) :end
(:line 6082 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6268 :character 22) :end
(:line 6268 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6279 :character 34) :end
(:line 6279 :character 37))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6284 :character 19) :end
(:line 6284 :character 30))
:message
"Cannot access attribute \"_scale_norm\" for class \"QuadMesh\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6289 :character 23) :end
(:line 6289 :character 33))
:message
"Cannot access attribute \"_transform\" for class \"QuadMesh\"\n  Attribute \"_transform\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6302 :character 32) :end
(:line 6302 :character 33))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6303 :character 32) :end
(:line 6303 :character 33))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6309 :character 5) :end
(:line 6309 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6431 :character 12) :end
(:line 6431 :character 13))
:message "Variable \"s\" is not accessed" :severity
4 :code "reportUnusedVariable" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedVariable"))
(:range
(:start (:line 6443 :character 25) :end
(:line 6443 :character 29))
:message "\"npin\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6466 :character 31) :end
(:line 6466 :character 34))
:message
"Cannot access attribute \"min\" for class \"list[int]\"\n  Attribute \"min\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6466 :character 40) :end
(:line 6466 :character 43))
:message
"Cannot access attribute \"max\" for class \"list[int]\"\n  Attribute \"max\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6466 :character 49) :end
(:line 6466 :character 52))
:message
"Cannot access attribute \"min\" for class \"list[int]\"\n  Attribute \"min\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6466 :character 58) :end
(:line 6466 :character 61))
:message
"Cannot access attribute \"max\" for class \"list[int]\"\n  Attribute \"max\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6473 :character 31) :end
(:line 6473 :character 35))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"cmap\" of type \"str | Colormap\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Colormap\"\n    Type \"None\" is not assignable to type \"str | Colormap\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Colormap\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6473 :character 42) :end
(:line 6473 :character 46))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"norm\" of type \"Normalize\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Normalize\"\n    \"None\" is not assignable to \"Normalize\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6480 :character 25) :end
(:line 6480 :character 29))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"cmap\" of type \"str | Colormap\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Colormap\"\n    Type \"None\" is not assignable to type \"str | Colormap\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Colormap\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6480 :character 36) :end
(:line 6480 :character 40))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"norm\" of type \"Normalize\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Normalize\"\n    \"None\" is not assignable to \"Normalize\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6486 :character 16) :end
(:line 6486 :character 27))
:message
"Cannot access attribute \"_scale_norm\" for class \"QuadMesh\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6486 :character 16) :end
(:line 6486 :character 27))
:message
"Cannot access attribute \"_scale_norm\" for class \"AxesImage\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6486 :character 16) :end
(:line 6486 :character 27))
:message
"Cannot access attribute \"_scale_norm\" for class \"PcolorImage\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6492 :character 25) :end
(:line 6492 :character 26))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6493 :character 25) :end
(:line 6493 :character 26))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6498 :character 5) :end
(:line 6498 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6514 :character 5) :end
(:line 6514 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6530 :character 15) :end
(:line 6530 :character 19))
:message "\"self\" is not accessed" :severity 4
:code "reportUnusedParameter" :source "basedpyright"
:tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedParameter"))
(:range
(:start (:line 6552 :character 5) :end
(:line 6552 :character 70))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6753 :character 19) :end
(:line 6753 :character 22))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6765 :character 18) :end
(:line 6765 :character 29))
:message
"\"_reshape_2D\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6788 :character 22) :end
(:line 6788 :character 33))
:message
"\"_reshape_2D\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6804 :character 59) :end
(:line 6804 :character 60))
:message "Variable \"i\" is not accessed" :severity
4 :code "reportUnusedVariable" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedVariable"))
(:range
(:start (:line 6834 :character 21) :end
(:line 6834 :character 38))
:message
"No overloads for \"concatenate\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/_core/multiarray.pyi"
:range
(:start (:line 581 :character 4) :end
(:line 581 :character 15)))
:message "Overload 5 is the closest match")])
(:range
(:start (:line 6834 :character 36) :end
(:line 6834 :character 37))
:message
"Argument of type \"Unknown | list[None]\" cannot be assigned to parameter \"arrays\" of type \"SupportsLenAndGetItem[ArrayLike]\" in function \"concatenate\"\n  Type \"Unknown | list[None]\" is not assignable to type \"SupportsLenAndGetItem[ArrayLike]\"\n    \"list[None]\" is incompatible with protocol \"SupportsLenAndGetItem[ArrayLike]\"\n      \"__getitem__\" is an incompatible type\n        No overloaded function matches type \"(k: int, /) -> _T_co@SupportsLenAndGetItem\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6880 :character 36) :end
(:line 6880 :character 39))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6918 :character 16) :end
(:line 6918 :character 29))
:message
"Operator \"+=\" not supported for types \"Unknown | ndarray[_Shape, dtype[float64]] | ndarray[_Shape, dtype[Any]] | float | Unbound\" and \"Unknown | NDArray[float64] | float | Unbound\"\n  Operator \"+\" not supported for types \"Unbound\" and \"Unbound\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 7019 :character 5) :end
(:line 7019 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7081 :character 47) :end
(:line 7081 :character 58))
:message
"Argument of type \"str\" cannot be assigned to parameter \"orientation\" of type \"Literal['vertical', 'horizontal']\" in function \"__init__\"\n  Type \"str\" is not assignable to type \"Literal['vertical', 'horizontal']\"\n    \"str\" is not assignable to type \"Literal['vertical']\"\n    \"str\" is not assignable to type \"Literal['horizontal']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7088 :character 31) :end
(:line 7088 :character 32))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7091 :character 31) :end
(:line 7091 :character 32))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7096 :character 5) :end
(:line 7096 :character 58))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7203 :character 5) :end
(:line 7203 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7289 :character 40) :end
(:line 7289 :character 44))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"NFFT\" of type \"int\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7289 :character 49) :end
(:line 7289 :character 51))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"Fs\" of type \"float\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"float\"\n    \"None\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7289 :character 61) :end
(:line 7289 :character 68))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"detrend\" of type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Literal['none']\"\n      \"None\" is not assignable to \"Literal['mean']\"\n      \"None\" is not assignable to \"Literal['linear']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7290 :character 37) :end
(:line 7290 :character 43))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"window\" of type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"ndarray[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7290 :character 54) :end
(:line 7290 :character 62))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"noverlap\" of type \"int\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7290 :character 71) :end
(:line 7290 :character 77))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7291 :character 36) :end
(:line 7291 :character 41))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    Type \"None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n      \"None\" is not assignable to \"Literal['default']\"\n      \"None\" is not assignable to \"Literal['onesided']\"\n      \"None\" is not assignable to \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7291 :character 57) :end
(:line 7291 :character 70))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7314 :character 5) :end
(:line 7314 :character 64))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7395 :character 45) :end
(:line 7395 :character 49))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"NFFT\" of type \"int\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7395 :character 54) :end
(:line 7395 :character 56))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"Fs\" of type \"float\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"float\"\n    \"None\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7395 :character 66) :end
(:line 7395 :character 73))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"detrend\" of type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Literal['none']\"\n      \"None\" is not assignable to \"Literal['mean']\"\n      \"None\" is not assignable to \"Literal['linear']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7396 :character 37) :end
(:line 7396 :character 43))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"window\" of type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"ndarray[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7396 :character 54) :end
(:line 7396 :character 62))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"noverlap\" of type \"int\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7396 :character 71) :end
(:line 7396 :character 77))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7397 :character 36) :end
(:line 7397 :character 41))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    Type \"None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n      \"None\" is not assignable to \"Literal['default']\"\n      \"None\" is not assignable to \"Literal['onesided']\"\n      \"None\" is not assignable to \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7397 :character 57) :end
(:line 7397 :character 70))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7416 :character 5) :end
(:line 7416 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7502 :character 5) :end
(:line 7502 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7571 :character 5) :end
(:line 7571 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7640 :character 5) :end
(:line 7640 :character 47))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7693 :character 47) :end
(:line 7693 :character 60))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"cohere\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7693 :character 68) :end
(:line 7693 :character 73))
:message
"Argument of type \"str\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"cohere\"\n  Type \"str\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    \"str\" is not assignable to type \"Literal['default']\"\n    \"str\" is not assignable to type \"Literal['onesided']\"\n    \"str\" is not assignable to type \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7694 :character 40) :end
(:line 7694 :character 46))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"cohere\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7704 :character 5) :end
(:line 7704 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7827 :character 47) :end
(:line 7827 :character 54))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"detrend\" of type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Literal['none']\"\n      \"None\" is not assignable to \"Literal['mean']\"\n      \"None\" is not assignable to \"Literal['linear']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7827 :character 63) :end
(:line 7827 :character 69))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"window\" of type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"ndarray[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7828 :character 65) :end
(:line 7828 :character 71))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7829 :character 45) :end
(:line 7829 :character 50))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    Type \"None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n      \"None\" is not assignable to \"Literal['default']\"\n      \"None\" is not assignable to \"Literal['onesided']\"\n      \"None\" is not assignable to \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7830 :character 53) :end
(:line 7830 :character 66))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7831 :character 44) :end
(:line 7831 :character 48))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"mode\" of type \"str\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"str\"\n    \"None\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7850 :character 8) :end
(:line 7850 :character 19))
:message
"Operator \"+=\" not supported for types \"ArrayLike\" and \"Unknown | Literal[0]\"\n  Operator \"+\" not supported for types \"Buffer\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"_SupportsArray[dtype[Any]]\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"_NestedSequence[_SupportsArray[dtype[Any]]]\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"str\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"bytes\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"_NestedSequence[bool | int | float | complex | str | bytes]\" and \"Literal[0]\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 7851 :character 29) :end
(:line 7851 :character 34))
:message
"\"__getitem__\" method not defined on type \"int\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7851 :character 29) :end
(:line 7851 :character 34))
:message
"\"__getitem__\" method not defined on type \"float\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7851 :character 29) :end
(:line 7851 :character 34))
:message
"\"__getitem__\" method not defined on type \"complex\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7851 :character 39) :end
(:line 7851 :character 44))
:message
"\"__getitem__\" method not defined on type \"int\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7851 :character 39) :end
(:line 7851 :character 44))
:message
"\"__getitem__\" method not defined on type \"float\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7851 :character 39) :end
(:line 7851 :character 44))
:message
"\"__getitem__\" method not defined on type \"complex\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7854 :character 23) :end
(:line 7854 :character 34))
:message
"\"kwarg_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7949 :character 33) :end
(:line 7950 :character 70))
:message "Argument missing for parameter \"array\""
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7952 :character 27) :end
(:line 7952 :character 38))
:message
"\"kwarg_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7977 :character 27) :end
(:line 7977 :character 38))
:message
"\"kwarg_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7979 :character 16) :end
(:line 7979 :character 17))
:message
"Argument of type \"Unknown | NDArray[intp]\" cannot be assigned to parameter \"xdata\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | NDArray[intp]\" is not assignable to type \"Sequence[float]\"\n    \"ndarray[_Shape, dtype[intp]]\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7979 :character 19) :end
(:line 7979 :character 20))
:message
"Argument of type \"Unknown | NDArray[intp]\" cannot be assigned to parameter \"ydata\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | NDArray[intp]\" is not assignable to type \"Sequence[float]\"\n    \"ndarray[_Shape, dtype[intp]]\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8052 :character 5) :end
(:line 8052 :character 48))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 8144 :character 22) :end
(:line 8144 :character 38))
:message
"\"_unpack_to_numpy\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 8152 :character 47) :end
(:line 8152 :character 56))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"quantiles\" of type \"ArrayLike\" in function \"violin_stats\"\n  Type \"Unknown | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8268 :character 17) :end
(:line 8268 :character 23))
:message
"Argument of type \"float\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  \"float\" is incompatible with protocol \"Sized\"\n    \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8272 :character 20) :end
(:line 8272 :character 68))
:message
"Operator \"+\" not supported for types \"list[list[float]]\" and \"range | Unknown\"\n  Operator \"+\" not supported for types \"list[list[float]]\" and \"range\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 8275 :character 11) :end
(:line 8275 :character 14))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 8293 :character 57) :end
(:line 8293 :character 63))
:message
"Argument of type \"list[generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]] | float\" cannot be assigned to parameter \"iter3\" of type \"Iterable[_T3@__new__]\" in function \"__new__\"\n  Type \"list[generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]] | float\" is not assignable to type \"Iterable[_T3@__new__]\"\n    \"float\" is incompatible with protocol \"Iterable[_T3@__new__]\"\n      \"__iter__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8329 :character 16) :end
(:line 8329 :character 34))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 8331 :character 17) :end
(:line 8332 :character 59))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 8339 :character 8) :end
(:line 8339 :character 25))
:message
"Function \"_get_aspect_ratio\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 8349 :character 0) :end
(:line 8349 :character 0))
:message "Unindent not expected" :severity 1 :source
"basedpyright")
(:range
(:start (:line 8349 :character 0) :end
(:line 8349 :character 0))
:message "Expected expression" :severity 1 :source
"basedpyright")
(:range
(:start (:line 8349 :character 0) :end
(:line 8349 :character 0))
:message
"Statements must be separated by newlines or semicolons"
:severity 1 :source "basedpyright")]))
[jsonrpc] e[19:11:34.990] --> completionItem/resolve[70]
(:jsonrpc "2.0" :id 70 :method "completionItem/resolve" :params
(:label #("Scalar" 0 1 ... 2 3 ... 3 4 ...) :kind 6 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position ... :funcParensDisabled t :symbolLabel
"Scalar")
:sortText "09.9999.Scalar"))
[jsonrpc] e[19:11:34.995] --> completionItem/resolve[71]
(:jsonrpc "2.0" :id 71 :method "completionItem/resolve" :params
(:label
#("Scalar" 0 1 (eglot--lsp-item #1) 2 3
(face completions-common-part) 3 4
(face completions-common-part))
:kind 6 :data
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 19 :character 4) :funcParensDisabled
t :symbolLabel "Scalar")
:sortText "09.9999.Scalar"))
[jsonrpc] e[19:11:35.010] --> textDocument/didChange
(:jsonrpc "2.0" :method "textDocument/didChange" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py"
:version 19)
:contentChanges
[(:range
(:start (:line 19 :character 4) :end
(:line 19 :character 6))
:rangeLength 2 :text "Scalar")]))
[jsonrpc] e[19:11:35.015] <-- [70]
(:jsonrpc "2.0" :id 70 :result
(:label "Scalar" :kind 6 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 19 :character 4)
:funcParensDisabled t :symbolLabel "Scalar")
:sortText "09.9999.Scalar" :documentation
(:kind "plaintext" :value
"Scalar: type[str] | type[int] | type[float] | type[bool] | Unknown")))
[jsonrpc] i[19:11:35.016] [70] Response to request 70 which has been canceled
[jsonrpc] e[19:11:35.016] <-- [71]
(:jsonrpc "2.0" :id 71 :result
(:label "Scalar" :kind 6 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 19 :character 4)
:funcParensDisabled t :symbolLabel "Scalar")
:sortText "09.9999.Scalar" :documentation
(:kind "plaintext" :value
"Scalar: type[str] | type[int] | type[float] | type[bool] | Unknown")))
[jsonrpc] i[19:11:35.016] [71] Response to request 71 which has been canceled
[jsonrpc] e[19:11:35.330] --> textDocument/didChange
(:jsonrpc "2.0" :method "textDocument/didChange" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py"
:version 20)
:contentChanges
[(:range
(:start (:line 19 :character 10) :end
(:line 19 :character 10))
:rangeLength 0 :text "np")]))
[jsonrpc] e[19:11:35.330] --> textDocument/completion[72]
(:jsonrpc "2.0" :id 72 :method "textDocument/completion" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 19 :character 12) :context
(:triggerKind 1)))
[jsonrpc] e[19:11:35.632] --> textDocument/inlayHint[73]
(:jsonrpc "2.0" :id 73 :method "textDocument/inlayHint" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:range
(:start (:line 19 :character 0) :end
(:line 102 :character 43))))
[jsonrpc] e[19:11:35.725] <-- textDocument/publishDiagnostics
(:jsonrpc "2.0" :method "textDocument/publishDiagnostics" :params
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py"
:version 19 :diagnostics
[(:range
(:start (:line 1 :character 19) :end
(:line 1 :character 29))
:message "Import \"all_errors\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 7 :character 16) :end
(:line 7 :character 32))
:message
"Import \"float_repr_style\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 21 :character 7) :end
(:line 21 :character 26))
:message
"Import \"matplotlib.category\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 26 :character 7) :end
(:line 26 :character 23))
:message
"Import \"matplotlib.dates\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 43 :character 41) :end
(:line 43 :character 57))
:message
"Import \"matplotlib._preprocess_data\" could not be resolved from source"
:severity 2 :code "reportMissingModuleSource"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportMissingModuleSource"))
(:range
(:start (:line 45 :character 15) :end
(:line 45 :character 40))
:message
"\"_TransformedBoundsLocator\" is unknown import symbol"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 45 :character 42) :end
(:line 45 :character 62))
:message
"\"_process_plot_format\" is unknown import symbol"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 67 :character 3) :end
(:line 67 :character 4))
:message "Expected attribute name after \".\""
:severity 1 :source "basedpyright")
(:range
(:start (:line 71 :character 0) :end
(:line 71 :character 2))
:message "Expected indented block" :severity 1
:source "basedpyright")
(:range
(:start (:line 72 :character 0) :end
(:line 72 :character 6))
:message "\"Foobar\" is not defined" :severity 1
:code "reportUndefinedVariable" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 72 :character 0) :end
(:line 72 :character 6))
:message "Expression value is unused" :severity 2
:code "reportUnusedExpression" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedExpression"))
(:range
(:start (:line 76 :character 0) :end
(:line 76 :character 4))
:message "Unexpected indentation" :severity 1
:source "basedpyright")
(:range
(:start (:line 183 :character 18) :end
(:line 183 :character 21))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 186 :character 16) :end
(:line 186 :character 19))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 198 :character 24) :end
(:line 198 :character 27))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 199 :character 26) :end
(:line 199 :character 29))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 202 :character 21) :end
(:line 202 :character 24))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 203 :character 21) :end
(:line 203 :character 37))
:message
"\"_str_lower_equal\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 206 :character 18) :end
(:line 206 :character 21))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 225 :character 34) :end
(:line 225 :character 60))
:message
"\"_get_legend_handles_labels\" is not a known attribute of module \"matplotlib.legend\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 344 :character 54) :end
(:line 344 :character 72))
:message
"\"_parse_legend_args\" is not a known attribute of module \"matplotlib.legend\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 351 :character 21) :end
(:line 351 :character 35))
:message
"Cannot assign to attribute \"_remove_method\" for class \"Legend\"\n  Attribute \"_remove_method\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 354 :character 8) :end
(:line 354 :character 22))
:message
"Function \"_remove_legend\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 354 :character 29) :end
(:line 354 :character 35))
:message "\"legend\" is not accessed" :severity 4
:code "reportUnusedParameter" :source "basedpyright"
:tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedParameter"))
(:range
(:start (:line 749 :character 46) :end
(:line 749 :character 52))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"xytext\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Sequence[float]\"\n    \"None\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 750 :character 40) :end
(:line 750 :character 50))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"textcoords\" of type \"str | Artist | Transform | ((...) -> Unknown) | Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Artist | Transform | ((...) -> Unknown) | Sequence[float]\"\n    Type \"None\" is not assignable to type \"str | Artist | Transform | ((...) -> Unknown) | Sequence[float]\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Artist\"\n      \"None\" is not assignable to \"Transform\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 750 :character 63) :end
(:line 750 :character 73))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"arrowprops\" of type \"dict[Unknown, Unknown]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"dict[Unknown, Unknown]\"\n    \"None\" is not assignable to \"dict[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 897 :character 8) :end
(:line 897 :character 23))
:message
"Function \"_check_no_units\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 900 :character 26) :end
(:line 900 :character 48))
:message
"\"_is_natively_supported\" is not a known attribute of module \"matplotlib.units\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 964 :character 35) :end
(:line 964 :character 38))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"xy2\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Sequence[float]\"\n    \"None\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 964 :character 40) :end
(:line 964 :character 45))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"slope\" of type \"float\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"float\"\n    \"None\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 972 :character 13) :end
(:line 972 :character 27))
:message
"Cannot assign to attribute \"_remove_method\" for class \"_AxLine\"\n  Attribute \"_remove_method\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1020 :character 29) :end
(:line 1020 :character 34))
:message
"Argument of type \"tuple[tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown]]\" cannot be assigned to parameter \"xy\" of type \"Sequence[float]\" in function \"__init__\"\n  \"tuple[tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown]]\" is not assignable to \"Sequence[float]\"\n    Type parameter \"_T_co@Sequence\" is covariant, but \"tuple[int, Unknown]\" is not a subtype of \"float\"\n      \"tuple[int, Unknown]\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1076 :character 29) :end
(:line 1076 :character 34))
:message
"Argument of type \"list[tuple[Unknown, int]]\" cannot be assigned to parameter \"xy\" of type \"Sequence[float]\" in function \"__init__\"\n  \"list[tuple[Unknown, int]]\" is not assignable to \"Sequence[float]\"\n    Type parameter \"_T_co@Sequence\" is covariant, but \"tuple[Unknown, int]\" is not a subtype of \"float\"\n      \"tuple[Unknown, int]\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1078 :character 21) :end
(:line 1078 :character 41))
:message
"Cannot assign to attribute \"_interpolation_steps\" for class \"Path\"\n  Attribute \"_interpolation_steps\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1083 :character 5) :end
(:line 1084 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1133 :character 30) :end
(:line 1133 :character 44))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1146 :character 14) :end
(:line 1146 :character 30))
:message
"Cannot access attribute \"_internal_update\" for class \"LineCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1160 :character 12) :end
(:line 1160 :character 13))
:message "Expected attribute name after \".\""
:severity 1 :source "basedpyright")
(:range
(:start (:line 1163 :character 5) :end
(:line 1164 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1213 :character 30) :end
(:line 1213 :character 44))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1227 :character 14) :end
(:line 1227 :character 30))
:message
"Cannot access attribute \"_internal_update\" for class \"LineCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1244 :character 5) :end
(:line 1246 :character 61))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1376 :character 23) :end
(:line 1376 :character 41))
:message
"\"_local_over_kwdict\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1377 :character 27) :end
(:line 1377 :character 45))
:message
"\"_local_over_kwdict\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1378 :character 27) :end
(:line 1378 :character 45))
:message
"\"_local_over_kwdict\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1405 :character 15) :end
(:line 1405 :character 21))
:message
"Argument of type \"list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1410 :character 43) :end
(:line 1410 :character 49))
:message
"Argument of type \"list[None] | list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"c\" of type \"ArrayLike\" in function \"to_rgba_array\"\n  Type \"list[None] | list[Unknown] | Iterable[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"Iterable[Any]\" is not assignable to type \"ArrayLike\"\n      \"Iterable[Any]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1418 :character 26) :end
(:line 1418 :character 62))
:message
"No overloads for \"tile\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/lib/_shape_base_impl.pyi"
:range
(:start (:line 216 :character 4) :end
(:line 216 :character 8)))
:message "Overload 2 is the closest match")])
(:range
(:start (:line 1418 :character 34) :end
(:line 1418 :character 45))
:message
"Argument of type \"list[None] | NDArray[Any]\" cannot be assigned to parameter \"A\" of type \"ArrayLike\" in function \"tile\"\n  Type \"list[None] | NDArray[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"list[None]\" is not assignable to type \"ArrayLike\"\n      \"list[None]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"list[None]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"list[None]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__getitem__\" is an incompatible type\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1422 :character 26) :end
(:line 1422 :character 62))
:message
"No overloads for \"tile\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/lib/_shape_base_impl.pyi"
:range
(:start (:line 216 :character 4) :end
(:line 216 :character 8)))
:message "Overload 2 is the closest match")])
(:range
(:start (:line 1422 :character 34) :end
(:line 1422 :character 45))
:message
"Argument of type \"list[None] | NDArray[Any]\" cannot be assigned to parameter \"A\" of type \"ArrayLike\" in function \"tile\"\n  Type \"list[None] | NDArray[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"list[None]\" is not assignable to type \"ArrayLike\"\n      \"list[None]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"list[None]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"list[None]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__getitem__\" is an incompatible type\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1425 :character 15) :end
(:line 1425 :character 21))
:message
"Argument of type \"list[Unknown] | list[None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown] | list[None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1427 :character 15) :end
(:line 1427 :character 20))
:message
"Argument of type \"list[Unknown | None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown | None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1429 :character 15) :end
(:line 1429 :character 25))
:message
"Argument of type \"list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1441 :character 15) :end
(:line 1441 :character 21))
:message
"Argument of type \"list[Any] | list[Unknown] | list[None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Any] | list[Unknown] | list[None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1444 :character 15) :end
(:line 1444 :character 20))
:message
"Argument of type \"list[Any] | list[Unknown | None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Any] | list[Unknown | None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1447 :character 15) :end
(:line 1447 :character 25))
:message
"Argument of type \"list[list[Unknown] | Iterable[Any]] | list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[list[Unknown] | Iterable[Any]] | list[Unknown] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1465 :character 17) :end
(:line 1465 :character 33))
:message
"Cannot access attribute \"_internal_update\" for class \"EventCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1478 :character 26) :end
(:line 1478 :character 53))
:message
"Operator \"-\" not supported for types \"NDArray[Unknown] | list[None] | NDArray[Any]\" and \"Unknown | list[None] | NDArray[Any]\"\n  Operator \"-\" not supported for types \"list[None]\" and \"list[None]\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 1479 :character 54) :end
(:line 1479 :character 57))
:message
"Cannot access attribute \"max\" for class \"list[None]\"\n  Attribute \"max\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1738 :character 48) :end
(:line 1738 :character 61))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1748 :character 5) :end
(:line 1748 :character 64))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1977 :character 5) :end
(:line 1977 :character 59))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2049 :character 5) :end
(:line 2049 :character 64))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2230 :character 8) :end
(:line 2230 :character 19))
:message "Function \"_convert_dx\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 2259 :character 27) :end
(:line 2259 :character 45))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2264 :character 26) :end
(:line 2264 :character 44))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2281 :character 5) :end
(:line 2281 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2391 :character 48) :end
(:line 2391 :character 62))
:message
"Argument of type \"type[Patch]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Patch]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Patch]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Patch]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2413 :character 40) :end
(:line 2413 :character 43))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 2462 :character 45) :end
(:line 2462 :character 46))
:message
"Argument of type \"NDArray[Unknown] | Unknown | Literal[0] | None\" cannot be assigned to parameter \"args\" of type \"ArrayLike\" in function \"broadcast_arrays\"\n  Type \"NDArray[Unknown] | Unknown | Literal[0] | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2478 :character 15) :end
(:line 2478 :character 27))
:message
"Argument of type \"Iterable[Any] | list[str]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"Iterable[Any] | list[str]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2479 :character 54) :end
(:line 2479 :character 66))
:message
"Argument of type \"Iterable[Any] | list[str]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"Iterable[Any] | list[str]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2531 :character 14) :end
(:line 2531 :character 30))
:message
"Cannot access attribute \"_internal_update\" for class \"Rectangle\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2532 :character 25) :end
(:line 2532 :character 45))
:message
"Cannot assign to attribute \"_interpolation_steps\" for class \"Path\"\n  Attribute \"_interpolation_steps\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2534 :character 31) :end
(:line 2534 :character 32))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2536 :character 31) :end
(:line 2536 :character 32))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2851 :character 32) :end
(:line 2851 :character 48))
:message
"\"_auto_format_str\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2863 :character 5) :end
(:line 2863 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2907 :character 22) :end
(:line 2907 :character 40))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2908 :character 22) :end
(:line 2908 :character 40))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2931 :character 5) :end
(:line 2931 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2932 :character 10) :end
(:line 2932 :character 26))
:message
"\"delete_parameter\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3065 :character 32) :end
(:line 3065 :character 35))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3072 :character 28) :end
(:line 3072 :character 31))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3116 :character 5) :end
(:line 3116 :character 73))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3263 :character 38) :end
(:line 3263 :character 58))
:message
"No overloads for \"atleast_1d\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/_core/shape_base.pyi"
:range
(:start (:line 31 :character 4) :end
(:line 31 :character 14)))
:message "Overload 3 is the closest match")])
(:range
(:start (:line 3263 :character 52) :end
(:line 3263 :character 57))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"arys\" of type \"ArrayLike\" in function \"atleast_1d\"\n  Type \"Unknown | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3265 :character 30) :end
(:line 3265 :character 36))
:message "Expected 0 positional arguments" :severity
1 :code "reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3319 :character 35) :end
(:line 3319 :character 38))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3355 :character 8) :end
(:line 3355 :character 27))
:message
"Function \"_errorevery_to_mask\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 3383 :character 8) :end
(:line 3383 :character 29))
:message
"No overloads for \"__setitem__\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/__init__.pyi"
:range
(:start (:line 2170 :character 8) :end
(:line 2170 :character 19)))
:message "Overload 8 is the closest match")])
(:range
(:start (:line 3383 :character 8) :end
(:line 3383 :character 29))
:message
"Argument of type \"slice[Integral, Any, Integral] | slice[Unknown, Unknown, Unknown] | Iterable[Any]\" cannot be assigned to parameter \"key\" of type \"_ToIndices\" in function \"__setitem__\"\n  Type \"slice[Integral, Any, Integral] | slice[Unknown, Unknown, Unknown] | Iterable[Any]\" is not assignable to type \"_ToIndices\"\n    Type \"Iterable[Any]\" is not assignable to type \"_ToIndices\"\n      \"Iterable[Any]\" is incompatible with protocol \"SupportsIndex\"\n        \"__index__\" is not present\n      \"Iterable[Any]\" is not assignable to \"slice[Any, Any, Any]\"\n      \"Iterable[Any]\" is not assignable to \"EllipsisType\"\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[numpy.bool[builtins.bool]] | dtype[integer[Any]]]\"\n        \"__array__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3386 :character 5) :end
(:line 3387 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3526 :character 48) :end
(:line 3526 :character 61))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3556 :character 24) :end
(:line 3556 :character 27))
:message
"Argument of type \"Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n    \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3561 :character 37) :end
(:line 3561 :character 55))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3564 :character 35) :end
(:line 3564 :character 53))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3644 :character 22) :end
(:line 3644 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3669 :character 29) :end
(:line 3669 :character 43))
:message
"\"CARETRIGHTBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3669 :character 52) :end
(:line 3669 :character 65))
:message
"\"CARETLEFTBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3671 :character 29) :end
(:line 3671 :character 40))
:message
"\"CARETUPBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3671 :character 49) :end
(:line 3671 :character 62))
:message
"\"CARETDOWNBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3693 :character 33) :end
(:line 3693 :character 42))
:message
"\"row_stack\" is not a known attribute of module \"numpy\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3740 :character 73) :end
(:line 3740 :character 75))
:message
"Argument of type \"MarkerStyle\" cannot be assigned to parameter \"marker\" of type \"str\" in function \"__init__\"\n  \"MarkerStyle\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3758 :character 5) :end
(:line 3758 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3956 :character 19) :end
(:line 3956 :character 22))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3958 :character 24) :end
(:line 3958 :character 27))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3961 :character 46) :end
(:line 3961 :character 52))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"labels\" of type \"ArrayLike\" in function \"boxplot_stats\"\n  Type \"Unknown | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3963 :character 20) :end
(:line 3963 :character 23))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3965 :character 19) :end
(:line 3965 :character 22))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3967 :character 27) :end
(:line 3967 :character 30))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3969 :character 23) :end
(:line 3969 :character 26))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3971 :character 24) :end
(:line 3971 :character 27))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3973 :character 23) :end
(:line 3973 :character 26))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3975 :character 22) :end
(:line 3975 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3977 :character 25) :end
(:line 3977 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4186 :character 49) :end
(:line 4186 :character 52))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4191 :character 54) :end
(:line 4191 :character 67))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4195 :character 25) :end
(:line 4195 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4196 :character 25) :end
(:line 4196 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4197 :character 25) :end
(:line 4197 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4198 :character 37) :end
(:line 4198 :character 40))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4199 :character 31) :end
(:line 4199 :character 34))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4201 :character 47) :end
(:line 4201 :character 65))
:message
"Argument of type \"type[PathPatch]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[PathPatch]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[PathPatch]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[PathPatch]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4206 :character 55) :end
(:line 4206 :character 61))
:message
"Argument of type \"float\" cannot be assigned to parameter \"zdelta\" of type \"int\" in function \"merge_kw_rc\"\n  \"float\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4207 :character 49) :end
(:line 4207 :character 55))
:message
"Argument of type \"float\" cannot be assigned to parameter \"zdelta\" of type \"int\" in function \"merge_kw_rc\"\n  \"float\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4220 :character 30) :end
(:line 4220 :character 44))
:message
"Cannot access attribute \"_create_closed\" for class \"type[Path]\"\n  Attribute \"_create_closed\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4266 :character 29) :end
(:line 4266 :character 43))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4267 :character 30) :end
(:line 4267 :character 44))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4272 :character 29) :end
(:line 4272 :character 40))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4273 :character 30) :end
(:line 4273 :character 41))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4277 :character 35) :end
(:line 4277 :character 47))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4278 :character 36) :end
(:line 4278 :character 48))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4344 :character 20) :end
(:line 4344 :character 24))
:message
"Cannot assign to attribute \"locs\" for class \"FixedLocator\"\n  Attribute \"locs\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4344 :character 46) :end
(:line 4344 :character 50))
:message
"Cannot access attribute \"locs\" for class \"FixedLocator\"\n  Attribute \"locs\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4350 :character 22) :end
(:line 4350 :character 25))
:message
"Cannot assign to attribute \"seq\" for class \"FixedFormatter\"\n  Attribute \"seq\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4350 :character 40) :end
(:line 4350 :character 43))
:message
"Cannot access attribute \"seq\" for class \"FixedFormatter\"\n  Attribute \"seq\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4358 :character 8) :end
(:line 4358 :character 33))
:message
"Function \"_parse_scatter_color_args\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 4436 :character 38) :end
(:line 4436 :character 41))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4437 :character 25) :end
(:line 4437 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4442 :character 29) :end
(:line 4442 :character 32))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4446 :character 39) :end
(:line 4446 :character 40))
:message
"Argument of type \"Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n    \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4447 :character 37) :end
(:line 4447 :character 55))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4486 :character 47) :end
(:line 4486 :character 48))
:message
"Argument of type \"NDArray[Any] | ndarray[tuple[int], dtype[Any]] | str | Unknown | Iterable[Any]\" cannot be assigned to parameter \"c\" of type \"ArrayLike\" in function \"to_rgba_array\"\n  Type \"NDArray[Any] | ndarray[tuple[int], dtype[Any]] | str | Unknown | Iterable[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"Iterable[Any]\" is not assignable to type \"ArrayLike\"\n      \"Iterable[Any]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4492 :character 56) :end
(:line 4492 :character 60))
:message
"Cannot access attribute \"size\" for class \"str\"\n  Attribute \"size\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4492 :character 56) :end
(:line 4492 :character 60))
:message
"Cannot access attribute \"size\" for class \"Iterable[Any]\"\n  Attribute \"size\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4507 :character 5) :end
(:line 4510 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 4634 :character 23) :end
(:line 4634 :character 26))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4635 :character 17) :end
(:line 4635 :character 20))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4656 :character 22) :end
(:line 4656 :character 36))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4659 :character 22) :end
(:line 4659 :character 36))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4671 :character 21) :end
(:line 4671 :character 24))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4712 :character 29) :end
(:line 4712 :character 32))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4715 :character 46) :end
(:line 4715 :character 49))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4734 :character 23) :end
(:line 4734 :character 34))
:message
"Cannot access attribute \"_scale_norm\" for class \"PathCollection\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4745 :character 19) :end
(:line 4745 :character 35))
:message
"Cannot access attribute \"_internal_update\" for class \"PathCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4752 :character 11) :end
(:line 4752 :character 14))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4763 :character 5) :end
(:line 4763 :character 69))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5080 :character 19) :end
(:line 5080 :character 32))
:message
"No overloads for \"sort\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/_core/fromnumeric.pyi"
:range
(:start (:line 348 :character 4) :end
(:line 348 :character 8)))
:message "Overload 2 is the closest match")])
(:range
(:start (:line 5080 :character 27) :end
(:line 5080 :character 31))
:message
"Argument of type \"Unknown | Iterable[Any]\" cannot be assigned to parameter \"a\" of type \"ArrayLike\" in function \"sort\"\n  Type \"Unknown | Iterable[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"Iterable[Any]\" is not assignable to type \"ArrayLike\"\n      \"Iterable[Any]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5087 :character 19) :end
(:line 5087 :character 35))
:message
"Cannot access attribute \"_internal_update\" for class \"PolyCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5088 :character 19) :end
(:line 5088 :character 30))
:message
"Cannot access attribute \"_scale_norm\" for class \"PolyCollection\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5139 :character 16) :end
(:line 5139 :character 32))
:message
"Cannot access attribute \"_internal_update\" for class \"PolyCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5142 :character 19) :end
(:line 5142 :character 23))
:message
"Cannot assign to attribute \"hbar\" for class \"PolyCollection\"\n  Attribute \"hbar\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5142 :character 36) :end
(:line 5142 :character 40))
:message
"Cannot assign to attribute \"vbar\" for class \"PolyCollection\"\n  Attribute \"vbar\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5150 :character 19) :end
(:line 5150 :character 28))
:message
"Cannot access attribute \"callbacks\" for class \"PolyCollection\"\n  Attribute \"callbacks\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5200 :character 8) :end
(:line 5200 :character 21))
:message
"Function \"_quiver_units\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 5209 :character 5) :end
(:line 5209 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5221 :character 5) :end
(:line 5221 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5278 :character 48) :end
(:line 5278 :character 61))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5377 :character 15) :end
(:line 5377 :character 18))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 5378 :character 52) :end
(:line 5378 :character 68))
:message
"Argument of type \"type[Collection]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Collection]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Collection]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Collection]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5468 :character 17) :end
(:line 5468 :character 26))
:message
"\"row_stack\" is not a known attribute of module \"numpy\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5487 :character 19) :end
(:line 5489 :character 49))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5501 :character 20) :end
(:line 5503 :character 49))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5507 :character 5) :end
(:line 5507 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5708 :character 21) :end
(:line 5708 :character 24))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 5710 :character 41) :end
(:line 5710 :character 45))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"cmap\" of type \"str | Colormap\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Colormap\"\n    Type \"None\" is not assignable to type \"str | Colormap\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Colormap\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5710 :character 52) :end
(:line 5710 :character 56))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"norm\" of type \"Normalize\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Normalize\"\n    \"None\" is not assignable to \"Normalize\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5711 :character 44) :end
(:line 5711 :character 57))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"interpolation\" of type \"str\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str\"\n    \"None\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5711 :character 66) :end
(:line 5711 :character 72))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"origin\" of type \"Literal['upper', 'lower']\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['upper', 'lower']\"\n    Type \"None\" is not assignable to type \"Literal['upper', 'lower']\"\n      \"None\" is not assignable to \"Literal['upper']\"\n      \"None\" is not assignable to \"Literal['lower']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5712 :character 37) :end
(:line 5712 :character 43))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"extent\" of type \"tuple[Unknown, ...]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"tuple[Unknown, ...]\"\n    \"None\" is not assignable to \"tuple[Unknown, ...]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5713 :character 60) :end
(:line 5713 :character 68))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"resample\" of type \"bool\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5714 :character 50) :end
(:line 5714 :character 69))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"interpolation_stage\" of type \"Literal['data', 'rgba']\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['data', 'rgba']\"\n    Type \"None\" is not assignable to type \"Literal['data', 'rgba']\"\n      \"None\" is not assignable to \"Literal['data']\"\n      \"None\" is not assignable to \"Literal['rgba']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5722 :character 11) :end
(:line 5722 :character 22))
:message
"Cannot access attribute \"_scale_norm\" for class \"AxesImage\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5723 :character 19) :end
(:line 5723 :character 22))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"url\" of type \"str\" in function \"set_url\"\n  Type \"Unknown | None\" is not assignable to type \"str\"\n    \"None\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5732 :character 8) :end
(:line 5732 :character 19))
:message "Function \"_pcolorargs\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 5781 :character 23) :end
(:line 5781 :character 34))
:message
"\"nargs_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5848 :character 5) :end
(:line 5848 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5996 :character 22) :end
(:line 5996 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6044 :character 50) :end
(:line 6044 :character 66))
:message
"\"_str_lower_equal\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6051 :character 19) :end
(:line 6051 :character 30))
:message
"Cannot access attribute \"_scale_norm\" for class \"PolyCollection\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6057 :character 23) :end
(:line 6057 :character 33))
:message
"Cannot access attribute \"_transform\" for class \"PolyCollection\"\n  Attribute \"_transform\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6075 :character 32) :end
(:line 6075 :character 33))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6076 :character 32) :end
(:line 6076 :character 33))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6082 :character 5) :end
(:line 6082 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6268 :character 22) :end
(:line 6268 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6279 :character 34) :end
(:line 6279 :character 37))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6284 :character 19) :end
(:line 6284 :character 30))
:message
"Cannot access attribute \"_scale_norm\" for class \"QuadMesh\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6289 :character 23) :end
(:line 6289 :character 33))
:message
"Cannot access attribute \"_transform\" for class \"QuadMesh\"\n  Attribute \"_transform\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6302 :character 32) :end
(:line 6302 :character 33))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6303 :character 32) :end
(:line 6303 :character 33))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6309 :character 5) :end
(:line 6309 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6431 :character 12) :end
(:line 6431 :character 13))
:message "Variable \"s\" is not accessed" :severity
4 :code "reportUnusedVariable" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedVariable"))
(:range
(:start (:line 6443 :character 25) :end
(:line 6443 :character 29))
:message "\"npin\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6466 :character 31) :end
(:line 6466 :character 34))
:message
"Cannot access attribute \"min\" for class \"list[int]\"\n  Attribute \"min\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6466 :character 40) :end
(:line 6466 :character 43))
:message
"Cannot access attribute \"max\" for class \"list[int]\"\n  Attribute \"max\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6466 :character 49) :end
(:line 6466 :character 52))
:message
"Cannot access attribute \"min\" for class \"list[int]\"\n  Attribute \"min\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6466 :character 58) :end
(:line 6466 :character 61))
:message
"Cannot access attribute \"max\" for class \"list[int]\"\n  Attribute \"max\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6473 :character 31) :end
(:line 6473 :character 35))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"cmap\" of type \"str | Colormap\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Colormap\"\n    Type \"None\" is not assignable to type \"str | Colormap\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Colormap\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6473 :character 42) :end
(:line 6473 :character 46))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"norm\" of type \"Normalize\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Normalize\"\n    \"None\" is not assignable to \"Normalize\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6480 :character 25) :end
(:line 6480 :character 29))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"cmap\" of type \"str | Colormap\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Colormap\"\n    Type \"None\" is not assignable to type \"str | Colormap\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Colormap\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6480 :character 36) :end
(:line 6480 :character 40))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"norm\" of type \"Normalize\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Normalize\"\n    \"None\" is not assignable to \"Normalize\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6486 :character 16) :end
(:line 6486 :character 27))
:message
"Cannot access attribute \"_scale_norm\" for class \"QuadMesh\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6486 :character 16) :end
(:line 6486 :character 27))
:message
"Cannot access attribute \"_scale_norm\" for class \"AxesImage\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6486 :character 16) :end
(:line 6486 :character 27))
:message
"Cannot access attribute \"_scale_norm\" for class \"PcolorImage\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6492 :character 25) :end
(:line 6492 :character 26))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6493 :character 25) :end
(:line 6493 :character 26))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6498 :character 5) :end
(:line 6498 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6514 :character 5) :end
(:line 6514 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6530 :character 15) :end
(:line 6530 :character 19))
:message "\"self\" is not accessed" :severity 4
:code "reportUnusedParameter" :source "basedpyright"
:tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedParameter"))
(:range
(:start (:line 6552 :character 5) :end
(:line 6552 :character 70))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6753 :character 19) :end
(:line 6753 :character 22))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6765 :character 18) :end
(:line 6765 :character 29))
:message
"\"_reshape_2D\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6788 :character 22) :end
(:line 6788 :character 33))
:message
"\"_reshape_2D\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6804 :character 59) :end
(:line 6804 :character 60))
:message "Variable \"i\" is not accessed" :severity
4 :code "reportUnusedVariable" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedVariable"))
(:range
(:start (:line 6834 :character 21) :end
(:line 6834 :character 38))
:message
"No overloads for \"concatenate\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/_core/multiarray.pyi"
:range
(:start (:line 581 :character 4) :end
(:line 581 :character 15)))
:message "Overload 5 is the closest match")])
(:range
(:start (:line 6834 :character 36) :end
(:line 6834 :character 37))
:message
"Argument of type \"Unknown | list[None]\" cannot be assigned to parameter \"arrays\" of type \"SupportsLenAndGetItem[ArrayLike]\" in function \"concatenate\"\n  Type \"Unknown | list[None]\" is not assignable to type \"SupportsLenAndGetItem[ArrayLike]\"\n    \"list[None]\" is incompatible with protocol \"SupportsLenAndGetItem[ArrayLike]\"\n      \"__getitem__\" is an incompatible type\n        No overloaded function matches type \"(k: int, /) -> _T_co@SupportsLenAndGetItem\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6880 :character 36) :end
(:line 6880 :character 39))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6918 :character 16) :end
(:line 6918 :character 29))
:message
"Operator \"+=\" not supported for types \"Unknown | ndarray[_Shape, dtype[float64]] | ndarray[_Shape, dtype[Any]] | float | Unbound\" and \"Unknown | NDArray[float64] | float | Unbound\"\n  Operator \"+\" not supported for types \"Unbound\" and \"Unbound\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 7019 :character 5) :end
(:line 7019 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7081 :character 47) :end
(:line 7081 :character 58))
:message
"Argument of type \"str\" cannot be assigned to parameter \"orientation\" of type \"Literal['vertical', 'horizontal']\" in function \"__init__\"\n  Type \"str\" is not assignable to type \"Literal['vertical', 'horizontal']\"\n    \"str\" is not assignable to type \"Literal['vertical']\"\n    \"str\" is not assignable to type \"Literal['horizontal']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7088 :character 31) :end
(:line 7088 :character 32))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7091 :character 31) :end
(:line 7091 :character 32))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7096 :character 5) :end
(:line 7096 :character 58))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7203 :character 5) :end
(:line 7203 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7289 :character 40) :end
(:line 7289 :character 44))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"NFFT\" of type \"int\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7289 :character 49) :end
(:line 7289 :character 51))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"Fs\" of type \"float\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"float\"\n    \"None\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7289 :character 61) :end
(:line 7289 :character 68))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"detrend\" of type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Literal['none']\"\n      \"None\" is not assignable to \"Literal['mean']\"\n      \"None\" is not assignable to \"Literal['linear']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7290 :character 37) :end
(:line 7290 :character 43))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"window\" of type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"ndarray[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7290 :character 54) :end
(:line 7290 :character 62))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"noverlap\" of type \"int\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7290 :character 71) :end
(:line 7290 :character 77))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7291 :character 36) :end
(:line 7291 :character 41))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    Type \"None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n      \"None\" is not assignable to \"Literal['default']\"\n      \"None\" is not assignable to \"Literal['onesided']\"\n      \"None\" is not assignable to \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7291 :character 57) :end
(:line 7291 :character 70))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7314 :character 5) :end
(:line 7314 :character 64))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7395 :character 45) :end
(:line 7395 :character 49))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"NFFT\" of type \"int\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7395 :character 54) :end
(:line 7395 :character 56))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"Fs\" of type \"float\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"float\"\n    \"None\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7395 :character 66) :end
(:line 7395 :character 73))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"detrend\" of type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Literal['none']\"\n      \"None\" is not assignable to \"Literal['mean']\"\n      \"None\" is not assignable to \"Literal['linear']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7396 :character 37) :end
(:line 7396 :character 43))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"window\" of type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"ndarray[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7396 :character 54) :end
(:line 7396 :character 62))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"noverlap\" of type \"int\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7396 :character 71) :end
(:line 7396 :character 77))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7397 :character 36) :end
(:line 7397 :character 41))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    Type \"None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n      \"None\" is not assignable to \"Literal['default']\"\n      \"None\" is not assignable to \"Literal['onesided']\"\n      \"None\" is not assignable to \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7397 :character 57) :end
(:line 7397 :character 70))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7416 :character 5) :end
(:line 7416 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7502 :character 5) :end
(:line 7502 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7571 :character 5) :end
(:line 7571 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7640 :character 5) :end
(:line 7640 :character 47))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7693 :character 47) :end
(:line 7693 :character 60))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"cohere\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7693 :character 68) :end
(:line 7693 :character 73))
:message
"Argument of type \"str\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"cohere\"\n  Type \"str\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    \"str\" is not assignable to type \"Literal['default']\"\n    \"str\" is not assignable to type \"Literal['onesided']\"\n    \"str\" is not assignable to type \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7694 :character 40) :end
(:line 7694 :character 46))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"cohere\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7704 :character 5) :end
(:line 7704 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7827 :character 47) :end
(:line 7827 :character 54))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"detrend\" of type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Literal['none']\"\n      \"None\" is not assignable to \"Literal['mean']\"\n      \"None\" is not assignable to \"Literal['linear']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7827 :character 63) :end
(:line 7827 :character 69))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"window\" of type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"ndarray[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7828 :character 65) :end
(:line 7828 :character 71))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7829 :character 45) :end
(:line 7829 :character 50))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    Type \"None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n      \"None\" is not assignable to \"Literal['default']\"\n      \"None\" is not assignable to \"Literal['onesided']\"\n      \"None\" is not assignable to \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7830 :character 53) :end
(:line 7830 :character 66))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7831 :character 44) :end
(:line 7831 :character 48))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"mode\" of type \"str\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"str\"\n    \"None\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7850 :character 8) :end
(:line 7850 :character 19))
:message
"Operator \"+=\" not supported for types \"ArrayLike\" and \"Unknown | Literal[0]\"\n  Operator \"+\" not supported for types \"Buffer\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"_SupportsArray[dtype[Any]]\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"_NestedSequence[_SupportsArray[dtype[Any]]]\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"str\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"bytes\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"_NestedSequence[bool | int | float | complex | str | bytes]\" and \"Literal[0]\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 7851 :character 29) :end
(:line 7851 :character 34))
:message
"\"__getitem__\" method not defined on type \"int\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7851 :character 29) :end
(:line 7851 :character 34))
:message
"\"__getitem__\" method not defined on type \"float\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7851 :character 29) :end
(:line 7851 :character 34))
:message
"\"__getitem__\" method not defined on type \"complex\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7851 :character 39) :end
(:line 7851 :character 44))
:message
"\"__getitem__\" method not defined on type \"int\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7851 :character 39) :end
(:line 7851 :character 44))
:message
"\"__getitem__\" method not defined on type \"float\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7851 :character 39) :end
(:line 7851 :character 44))
:message
"\"__getitem__\" method not defined on type \"complex\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7854 :character 23) :end
(:line 7854 :character 34))
:message
"\"kwarg_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7949 :character 33) :end
(:line 7950 :character 70))
:message "Argument missing for parameter \"array\""
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7952 :character 27) :end
(:line 7952 :character 38))
:message
"\"kwarg_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7977 :character 27) :end
(:line 7977 :character 38))
:message
"\"kwarg_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7979 :character 16) :end
(:line 7979 :character 17))
:message
"Argument of type \"Unknown | NDArray[intp]\" cannot be assigned to parameter \"xdata\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | NDArray[intp]\" is not assignable to type \"Sequence[float]\"\n    \"ndarray[_Shape, dtype[intp]]\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7979 :character 19) :end
(:line 7979 :character 20))
:message
"Argument of type \"Unknown | NDArray[intp]\" cannot be assigned to parameter \"ydata\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | NDArray[intp]\" is not assignable to type \"Sequence[float]\"\n    \"ndarray[_Shape, dtype[intp]]\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8052 :character 5) :end
(:line 8052 :character 48))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 8144 :character 22) :end
(:line 8144 :character 38))
:message
"\"_unpack_to_numpy\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 8152 :character 47) :end
(:line 8152 :character 56))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"quantiles\" of type \"ArrayLike\" in function \"violin_stats\"\n  Type \"Unknown | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8268 :character 17) :end
(:line 8268 :character 23))
:message
"Argument of type \"float\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  \"float\" is incompatible with protocol \"Sized\"\n    \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8272 :character 20) :end
(:line 8272 :character 68))
:message
"Operator \"+\" not supported for types \"list[list[float]]\" and \"range | Unknown\"\n  Operator \"+\" not supported for types \"list[list[float]]\" and \"range\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 8275 :character 11) :end
(:line 8275 :character 14))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 8293 :character 57) :end
(:line 8293 :character 63))
:message
"Argument of type \"list[generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]] | float\" cannot be assigned to parameter \"iter3\" of type \"Iterable[_T3@__new__]\" in function \"__new__\"\n  Type \"list[generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]] | float\" is not assignable to type \"Iterable[_T3@__new__]\"\n    \"float\" is incompatible with protocol \"Iterable[_T3@__new__]\"\n      \"__iter__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8329 :character 16) :end
(:line 8329 :character 34))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 8331 :character 17) :end
(:line 8332 :character 59))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 8339 :character 8) :end
(:line 8339 :character 25))
:message
"Function \"_get_aspect_ratio\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 8349 :character 0) :end
(:line 8349 :character 0))
:message "Unindent not expected" :severity 1 :source
"basedpyright")
(:range
(:start (:line 8349 :character 0) :end
(:line 8349 :character 0))
:message "Expected expression" :severity 1 :source
"basedpyright")
(:range
(:start (:line 8349 :character 0) :end
(:line 8349 :character 0))
:message
"Statements must be separated by newlines or semicolons"
:severity 1 :source "basedpyright")]))
[jsonrpc] e[19:11:36.088] --> textDocument/signatureHelp[74]
(:jsonrpc "2.0" :id 74 :method "textDocument/signatureHelp" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 19 :character 12)))
[jsonrpc] e[19:11:36.088] --> textDocument/hover[75]
(:jsonrpc "2.0" :id 75 :method "textDocument/hover" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 19 :character 12)))
[jsonrpc] e[19:11:36.088] --> textDocument/documentHighlight[76]
(:jsonrpc "2.0" :id 76 :method "textDocument/documentHighlight"
:params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 19 :character 12)))
[jsonrpc] e[19:11:36.097] <-- [72]
(:jsonrpc "2.0" :id 72 :result (:items [] :isIncomplete t))
[jsonrpc] i[19:11:36.097] [72] Response to request 72 which has been canceled
[jsonrpc] e[19:11:36.097] <-- textDocument/inlayHint[73]
(:jsonrpc "2.0" :id 73 :result
[(:label ": Logger" :position (:line 49 :character 4)
:paddingLeft :json-false :kind 1 :textEdits
[(:newText ": Logger" :range
(:start (:line 49 :character 4) :end
(:line 49 :character 4)))
(:range
(:start (:line 5 :character 0) :end
(:line 5 :character 0))
:newText "from logging import Logger\n")])
(:label "name=" :position (:line 49 :character 25)
:paddingLeft :json-false :kind 2 :textEdits
[(:newText "name=" :range
(:start (:line 49 :character 25) :end
(:line 49 :character 25)))])
(:label ": property" :position (:line 53 :character 2)
:paddingLeft :json-false :kind 1 :textEdits
[(:newText ": property" :range
(:start (:line 53 :character 2) :end
(:line 53 :character 2)))
(:range
(:start (:line 6 :character 0) :end
(:line 6 :character 0))
:newText
"from matplotlib.bezier import property\n")])
(:label ": Callable[..., bool]" :position
(:line 54 :character 1) :paddingLeft :json-false
:kind 1 :textEdits
[(:newText ": Callable[..., bool]" :range
(:start (:line 54 :character 1) :end
(:line 54 :character 1)))
(:range
(:start (:line 7 :character 32) :end
(:line 7 :character 32))
:newText "\nfrom typing import Callable")])])
[jsonrpc] e[19:11:36.388] <-- textDocument/publishDiagnostics
(:jsonrpc "2.0" :method "textDocument/publishDiagnostics" :params
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py"
:version 20 :diagnostics
[(:range
(:start (:line 1 :character 19) :end
(:line 1 :character 29))
:message "Import \"all_errors\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 7 :character 16) :end
(:line 7 :character 32))
:message
"Import \"float_repr_style\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 19 :character 4) :end
(:line 19 :character 12))
:message
"\"Scalarnp\" is not a known attribute of module \"matplotlib.pyplot\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 21 :character 7) :end
(:line 21 :character 26))
:message
"Import \"matplotlib.category\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 26 :character 7) :end
(:line 26 :character 23))
:message
"Import \"matplotlib.dates\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 43 :character 41) :end
(:line 43 :character 57))
:message
"Import \"matplotlib._preprocess_data\" could not be resolved from source"
:severity 2 :code "reportMissingModuleSource"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportMissingModuleSource"))
(:range
(:start (:line 45 :character 15) :end
(:line 45 :character 40))
:message
"\"_TransformedBoundsLocator\" is unknown import symbol"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 45 :character 42) :end
(:line 45 :character 62))
:message
"\"_process_plot_format\" is unknown import symbol"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 67 :character 3) :end
(:line 67 :character 4))
:message "Expected attribute name after \".\""
:severity 1 :source "basedpyright")
(:range
(:start (:line 71 :character 0) :end
(:line 71 :character 2))
:message "Expected indented block" :severity 1
:source "basedpyright")
(:range
(:start (:line 72 :character 0) :end
(:line 72 :character 6))
:message "\"Foobar\" is not defined" :severity 1
:code "reportUndefinedVariable" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 72 :character 0) :end
(:line 72 :character 6))
:message "Expression value is unused" :severity 2
:code "reportUnusedExpression" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedExpression"))
(:range
(:start (:line 76 :character 0) :end
(:line 76 :character 4))
:message "Unexpected indentation" :severity 1
:source "basedpyright")
(:range
(:start (:line 183 :character 18) :end
(:line 183 :character 21))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 186 :character 16) :end
(:line 186 :character 19))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 198 :character 24) :end
(:line 198 :character 27))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 199 :character 26) :end
(:line 199 :character 29))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 202 :character 21) :end
(:line 202 :character 24))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 203 :character 21) :end
(:line 203 :character 37))
:message
"\"_str_lower_equal\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 206 :character 18) :end
(:line 206 :character 21))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 225 :character 34) :end
(:line 225 :character 60))
:message
"\"_get_legend_handles_labels\" is not a known attribute of module \"matplotlib.legend\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 344 :character 54) :end
(:line 344 :character 72))
:message
"\"_parse_legend_args\" is not a known attribute of module \"matplotlib.legend\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 351 :character 21) :end
(:line 351 :character 35))
:message
"Cannot assign to attribute \"_remove_method\" for class \"Legend\"\n  Attribute \"_remove_method\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 354 :character 8) :end
(:line 354 :character 22))
:message
"Function \"_remove_legend\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 354 :character 29) :end
(:line 354 :character 35))
:message "\"legend\" is not accessed" :severity 4
:code "reportUnusedParameter" :source "basedpyright"
:tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedParameter"))
(:range
(:start (:line 749 :character 46) :end
(:line 749 :character 52))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"xytext\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Sequence[float]\"\n    \"None\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 750 :character 40) :end
(:line 750 :character 50))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"textcoords\" of type \"str | Artist | Transform | ((...) -> Unknown) | Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Artist | Transform | ((...) -> Unknown) | Sequence[float]\"\n    Type \"None\" is not assignable to type \"str | Artist | Transform | ((...) -> Unknown) | Sequence[float]\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Artist\"\n      \"None\" is not assignable to \"Transform\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 750 :character 63) :end
(:line 750 :character 73))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"arrowprops\" of type \"dict[Unknown, Unknown]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"dict[Unknown, Unknown]\"\n    \"None\" is not assignable to \"dict[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 897 :character 8) :end
(:line 897 :character 23))
:message
"Function \"_check_no_units\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 900 :character 26) :end
(:line 900 :character 48))
:message
"\"_is_natively_supported\" is not a known attribute of module \"matplotlib.units\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 964 :character 35) :end
(:line 964 :character 38))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"xy2\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Sequence[float]\"\n    \"None\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 964 :character 40) :end
(:line 964 :character 45))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"slope\" of type \"float\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"float\"\n    \"None\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 972 :character 13) :end
(:line 972 :character 27))
:message
"Cannot assign to attribute \"_remove_method\" for class \"_AxLine\"\n  Attribute \"_remove_method\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1020 :character 29) :end
(:line 1020 :character 34))
:message
"Argument of type \"tuple[tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown]]\" cannot be assigned to parameter \"xy\" of type \"Sequence[float]\" in function \"__init__\"\n  \"tuple[tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown]]\" is not assignable to \"Sequence[float]\"\n    Type parameter \"_T_co@Sequence\" is covariant, but \"tuple[int, Unknown]\" is not a subtype of \"float\"\n      \"tuple[int, Unknown]\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1076 :character 29) :end
(:line 1076 :character 34))
:message
"Argument of type \"list[tuple[Unknown, int]]\" cannot be assigned to parameter \"xy\" of type \"Sequence[float]\" in function \"__init__\"\n  \"list[tuple[Unknown, int]]\" is not assignable to \"Sequence[float]\"\n    Type parameter \"_T_co@Sequence\" is covariant, but \"tuple[Unknown, int]\" is not a subtype of \"float\"\n      \"tuple[Unknown, int]\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1078 :character 21) :end
(:line 1078 :character 41))
:message
"Cannot assign to attribute \"_interpolation_steps\" for class \"Path\"\n  Attribute \"_interpolation_steps\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1083 :character 5) :end
(:line 1084 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1133 :character 30) :end
(:line 1133 :character 44))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1146 :character 14) :end
(:line 1146 :character 30))
:message
"Cannot access attribute \"_internal_update\" for class \"LineCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1160 :character 12) :end
(:line 1160 :character 13))
:message "Expected attribute name after \".\""
:severity 1 :source "basedpyright")
(:range
(:start (:line 1163 :character 5) :end
(:line 1164 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1213 :character 30) :end
(:line 1213 :character 44))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1227 :character 14) :end
(:line 1227 :character 30))
:message
"Cannot access attribute \"_internal_update\" for class \"LineCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1244 :character 5) :end
(:line 1246 :character 61))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1376 :character 23) :end
(:line 1376 :character 41))
:message
"\"_local_over_kwdict\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1377 :character 27) :end
(:line 1377 :character 45))
:message
"\"_local_over_kwdict\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1378 :character 27) :end
(:line 1378 :character 45))
:message
"\"_local_over_kwdict\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1405 :character 15) :end
(:line 1405 :character 21))
:message
"Argument of type \"list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1410 :character 43) :end
(:line 1410 :character 49))
:message
"Argument of type \"list[None] | list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"c\" of type \"ArrayLike\" in function \"to_rgba_array\"\n  Type \"list[None] | list[Unknown] | Iterable[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"Iterable[Any]\" is not assignable to type \"ArrayLike\"\n      \"Iterable[Any]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1418 :character 26) :end
(:line 1418 :character 62))
:message
"No overloads for \"tile\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/lib/_shape_base_impl.pyi"
:range
(:start (:line 216 :character 4) :end
(:line 216 :character 8)))
:message "Overload 2 is the closest match")])
(:range
(:start (:line 1418 :character 34) :end
(:line 1418 :character 45))
:message
"Argument of type \"list[None] | NDArray[Any]\" cannot be assigned to parameter \"A\" of type \"ArrayLike\" in function \"tile\"\n  Type \"list[None] | NDArray[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"list[None]\" is not assignable to type \"ArrayLike\"\n      \"list[None]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"list[None]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"list[None]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__getitem__\" is an incompatible type\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1422 :character 26) :end
(:line 1422 :character 62))
:message
"No overloads for \"tile\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/lib/_shape_base_impl.pyi"
:range
(:start (:line 216 :character 4) :end
(:line 216 :character 8)))
:message "Overload 2 is the closest match")])
(:range
(:start (:line 1422 :character 34) :end
(:line 1422 :character 45))
:message
"Argument of type \"list[None] | NDArray[Any]\" cannot be assigned to parameter \"A\" of type \"ArrayLike\" in function \"tile\"\n  Type \"list[None] | NDArray[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"list[None]\" is not assignable to type \"ArrayLike\"\n      \"list[None]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"list[None]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"list[None]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__getitem__\" is an incompatible type\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1425 :character 15) :end
(:line 1425 :character 21))
:message
"Argument of type \"list[Unknown] | list[None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown] | list[None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1427 :character 15) :end
(:line 1427 :character 20))
:message
"Argument of type \"list[Unknown | None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown | None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1429 :character 15) :end
(:line 1429 :character 25))
:message
"Argument of type \"list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1441 :character 15) :end
(:line 1441 :character 21))
:message
"Argument of type \"list[Any] | list[Unknown] | list[None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Any] | list[Unknown] | list[None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1444 :character 15) :end
(:line 1444 :character 20))
:message
"Argument of type \"list[Any] | list[Unknown | None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Any] | list[Unknown | None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1447 :character 15) :end
(:line 1447 :character 25))
:message
"Argument of type \"list[list[Unknown] | Iterable[Any]] | list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[list[Unknown] | Iterable[Any]] | list[Unknown] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1465 :character 17) :end
(:line 1465 :character 33))
:message
"Cannot access attribute \"_internal_update\" for class \"EventCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1478 :character 26) :end
(:line 1478 :character 53))
:message
"Operator \"-\" not supported for types \"NDArray[Unknown] | list[None] | NDArray[Any]\" and \"Unknown | list[None] | NDArray[Any]\"\n  Operator \"-\" not supported for types \"list[None]\" and \"list[None]\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 1479 :character 54) :end
(:line 1479 :character 57))
:message
"Cannot access attribute \"max\" for class \"list[None]\"\n  Attribute \"max\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1738 :character 48) :end
(:line 1738 :character 61))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1748 :character 5) :end
(:line 1748 :character 64))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1977 :character 5) :end
(:line 1977 :character 59))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2049 :character 5) :end
(:line 2049 :character 64))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2230 :character 8) :end
(:line 2230 :character 19))
:message "Function \"_convert_dx\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 2259 :character 27) :end
(:line 2259 :character 45))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2264 :character 26) :end
(:line 2264 :character 44))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2281 :character 5) :end
(:line 2281 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2391 :character 48) :end
(:line 2391 :character 62))
:message
"Argument of type \"type[Patch]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Patch]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Patch]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Patch]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2413 :character 40) :end
(:line 2413 :character 43))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 2462 :character 45) :end
(:line 2462 :character 46))
:message
"Argument of type \"NDArray[Unknown] | Unknown | Literal[0] | None\" cannot be assigned to parameter \"args\" of type \"ArrayLike\" in function \"broadcast_arrays\"\n  Type \"NDArray[Unknown] | Unknown | Literal[0] | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2478 :character 15) :end
(:line 2478 :character 27))
:message
"Argument of type \"Iterable[Any] | list[str]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"Iterable[Any] | list[str]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2479 :character 54) :end
(:line 2479 :character 66))
:message
"Argument of type \"Iterable[Any] | list[str]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"Iterable[Any] | list[str]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2531 :character 14) :end
(:line 2531 :character 30))
:message
"Cannot access attribute \"_internal_update\" for class \"Rectangle\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2532 :character 25) :end
(:line 2532 :character 45))
:message
"Cannot assign to attribute \"_interpolation_steps\" for class \"Path\"\n  Attribute \"_interpolation_steps\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2534 :character 31) :end
(:line 2534 :character 32))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2536 :character 31) :end
(:line 2536 :character 32))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2851 :character 32) :end
(:line 2851 :character 48))
:message
"\"_auto_format_str\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2863 :character 5) :end
(:line 2863 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2907 :character 22) :end
(:line 2907 :character 40))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2908 :character 22) :end
(:line 2908 :character 40))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2931 :character 5) :end
(:line 2931 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2932 :character 10) :end
(:line 2932 :character 26))
:message
"\"delete_parameter\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3065 :character 32) :end
(:line 3065 :character 35))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3072 :character 28) :end
(:line 3072 :character 31))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3116 :character 5) :end
(:line 3116 :character 73))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3263 :character 38) :end
(:line 3263 :character 58))
:message
"No overloads for \"atleast_1d\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/_core/shape_base.pyi"
:range
(:start (:line 31 :character 4) :end
(:line 31 :character 14)))
:message "Overload 3 is the closest match")])
(:range
(:start (:line 3263 :character 52) :end
(:line 3263 :character 57))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"arys\" of type \"ArrayLike\" in function \"atleast_1d\"\n  Type \"Unknown | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3265 :character 30) :end
(:line 3265 :character 36))
:message "Expected 0 positional arguments" :severity
1 :code "reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3319 :character 35) :end
(:line 3319 :character 38))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3355 :character 8) :end
(:line 3355 :character 27))
:message
"Function \"_errorevery_to_mask\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 3383 :character 8) :end
(:line 3383 :character 29))
:message
"No overloads for \"__setitem__\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/__init__.pyi"
:range
(:start (:line 2170 :character 8) :end
(:line 2170 :character 19)))
:message "Overload 8 is the closest match")])
(:range
(:start (:line 3383 :character 8) :end
(:line 3383 :character 29))
:message
"Argument of type \"slice[Integral, Any, Integral] | slice[Unknown, Unknown, Unknown] | Iterable[Any]\" cannot be assigned to parameter \"key\" of type \"_ToIndices\" in function \"__setitem__\"\n  Type \"slice[Integral, Any, Integral] | slice[Unknown, Unknown, Unknown] | Iterable[Any]\" is not assignable to type \"_ToIndices\"\n    Type \"Iterable[Any]\" is not assignable to type \"_ToIndices\"\n      \"Iterable[Any]\" is incompatible with protocol \"SupportsIndex\"\n        \"__index__\" is not present\n      \"Iterable[Any]\" is not assignable to \"slice[Any, Any, Any]\"\n      \"Iterable[Any]\" is not assignable to \"EllipsisType\"\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[numpy.bool[builtins.bool]] | dtype[integer[Any]]]\"\n        \"__array__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3386 :character 5) :end
(:line 3387 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3526 :character 48) :end
(:line 3526 :character 61))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3556 :character 24) :end
(:line 3556 :character 27))
:message
"Argument of type \"Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n    \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3561 :character 37) :end
(:line 3561 :character 55))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3564 :character 35) :end
(:line 3564 :character 53))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3644 :character 22) :end
(:line 3644 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3669 :character 29) :end
(:line 3669 :character 43))
:message
"\"CARETRIGHTBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3669 :character 52) :end
(:line 3669 :character 65))
:message
"\"CARETLEFTBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3671 :character 29) :end
(:line 3671 :character 40))
:message
"\"CARETUPBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3671 :character 49) :end
(:line 3671 :character 62))
:message
"\"CARETDOWNBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3693 :character 33) :end
(:line 3693 :character 42))
:message
"\"row_stack\" is not a known attribute of module \"numpy\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3740 :character 73) :end
(:line 3740 :character 75))
:message
"Argument of type \"MarkerStyle\" cannot be assigned to parameter \"marker\" of type \"str\" in function \"__init__\"\n  \"MarkerStyle\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3758 :character 5) :end
(:line 3758 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3956 :character 19) :end
(:line 3956 :character 22))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3958 :character 24) :end
(:line 3958 :character 27))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3961 :character 46) :end
(:line 3961 :character 52))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"labels\" of type \"ArrayLike\" in function \"boxplot_stats\"\n  Type \"Unknown | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3963 :character 20) :end
(:line 3963 :character 23))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3965 :character 19) :end
(:line 3965 :character 22))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3967 :character 27) :end
(:line 3967 :character 30))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3969 :character 23) :end
(:line 3969 :character 26))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3971 :character 24) :end
(:line 3971 :character 27))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3973 :character 23) :end
(:line 3973 :character 26))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3975 :character 22) :end
(:line 3975 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3977 :character 25) :end
(:line 3977 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4186 :character 49) :end
(:line 4186 :character 52))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4191 :character 54) :end
(:line 4191 :character 67))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4195 :character 25) :end
(:line 4195 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4196 :character 25) :end
(:line 4196 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4197 :character 25) :end
(:line 4197 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4198 :character 37) :end
(:line 4198 :character 40))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4199 :character 31) :end
(:line 4199 :character 34))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4201 :character 47) :end
(:line 4201 :character 65))
:message
"Argument of type \"type[PathPatch]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[PathPatch]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[PathPatch]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[PathPatch]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4206 :character 55) :end
(:line 4206 :character 61))
:message
"Argument of type \"float\" cannot be assigned to parameter \"zdelta\" of type \"int\" in function \"merge_kw_rc\"\n  \"float\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4207 :character 49) :end
(:line 4207 :character 55))
:message
"Argument of type \"float\" cannot be assigned to parameter \"zdelta\" of type \"int\" in function \"merge_kw_rc\"\n  \"float\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4220 :character 30) :end
(:line 4220 :character 44))
:message
"Cannot access attribute \"_create_closed\" for class \"type[Path]\"\n  Attribute \"_create_closed\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4266 :character 29) :end
(:line 4266 :character 43))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4267 :character 30) :end
(:line 4267 :character 44))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4272 :character 29) :end
(:line 4272 :character 40))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4273 :character 30) :end
(:line 4273 :character 41))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4277 :character 35) :end
(:line 4277 :character 47))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4278 :character 36) :end
(:line 4278 :character 48))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4344 :character 20) :end
(:line 4344 :character 24))
:message
"Cannot assign to attribute \"locs\" for class \"FixedLocator\"\n  Attribute \"locs\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4344 :character 46) :end
(:line 4344 :character 50))
:message
"Cannot access attribute \"locs\" for class \"FixedLocator\"\n  Attribute \"locs\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4350 :character 22) :end
(:line 4350 :character 25))
:message
"Cannot assign to attribute \"seq\" for class \"FixedFormatter\"\n  Attribute \"seq\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4350 :character 40) :end
(:line 4350 :character 43))
:message
"Cannot access attribute \"seq\" for class \"FixedFormatter\"\n  Attribute \"seq\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4358 :character 8) :end
(:line 4358 :character 33))
:message
"Function \"_parse_scatter_color_args\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 4436 :character 38) :end
(:line 4436 :character 41))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4437 :character 25) :end
(:line 4437 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4442 :character 29) :end
(:line 4442 :character 32))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4446 :character 39) :end
(:line 4446 :character 40))
:message
"Argument of type \"Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n    \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4447 :character 37) :end
(:line 4447 :character 55))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4486 :character 47) :end
(:line 4486 :character 48))
:message
"Argument of type \"NDArray[Any] | ndarray[tuple[int], dtype[Any]] | str | Unknown | Iterable[Any]\" cannot be assigned to parameter \"c\" of type \"ArrayLike\" in function \"to_rgba_array\"\n  Type \"NDArray[Any] | ndarray[tuple[int], dtype[Any]] | str | Unknown | Iterable[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"Iterable[Any]\" is not assignable to type \"ArrayLike\"\n      \"Iterable[Any]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4492 :character 56) :end
(:line 4492 :character 60))
:message
"Cannot access attribute \"size\" for class \"str\"\n  Attribute \"size\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4492 :character 56) :end
(:line 4492 :character 60))
:message
"Cannot access attribute \"size\" for class \"Iterable[Any]\"\n  Attribute \"size\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4507 :character 5) :end
(:line 4510 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 4634 :character 23) :end
(:line 4634 :character 26))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4635 :character 17) :end
(:line 4635 :character 20))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4656 :character 22) :end
(:line 4656 :character 36))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4659 :character 22) :end
(:line 4659 :character 36))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4671 :character 21) :end
(:line 4671 :character 24))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4712 :character 29) :end
(:line 4712 :character 32))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4715 :character 46) :end
(:line 4715 :character 49))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4734 :character 23) :end
(:line 4734 :character 34))
:message
"Cannot access attribute \"_scale_norm\" for class \"PathCollection\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4745 :character 19) :end
(:line 4745 :character 35))
:message
"Cannot access attribute \"_internal_update\" for class \"PathCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4752 :character 11) :end
(:line 4752 :character 14))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4763 :character 5) :end
(:line 4763 :character 69))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5080 :character 19) :end
(:line 5080 :character 32))
:message
"No overloads for \"sort\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/_core/fromnumeric.pyi"
:range
(:start (:line 348 :character 4) :end
(:line 348 :character 8)))
:message "Overload 2 is the closest match")])
(:range
(:start (:line 5080 :character 27) :end
(:line 5080 :character 31))
:message
"Argument of type \"Unknown | Iterable[Any]\" cannot be assigned to parameter \"a\" of type \"ArrayLike\" in function \"sort\"\n  Type \"Unknown | Iterable[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"Iterable[Any]\" is not assignable to type \"ArrayLike\"\n      \"Iterable[Any]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5087 :character 19) :end
(:line 5087 :character 35))
:message
"Cannot access attribute \"_internal_update\" for class \"PolyCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5088 :character 19) :end
(:line 5088 :character 30))
:message
"Cannot access attribute \"_scale_norm\" for class \"PolyCollection\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5139 :character 16) :end
(:line 5139 :character 32))
:message
"Cannot access attribute \"_internal_update\" for class \"PolyCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5142 :character 19) :end
(:line 5142 :character 23))
:message
"Cannot assign to attribute \"hbar\" for class \"PolyCollection\"\n  Attribute \"hbar\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5142 :character 36) :end
(:line 5142 :character 40))
:message
"Cannot assign to attribute \"vbar\" for class \"PolyCollection\"\n  Attribute \"vbar\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5150 :character 19) :end
(:line 5150 :character 28))
:message
"Cannot access attribute \"callbacks\" for class \"PolyCollection\"\n  Attribute \"callbacks\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5200 :character 8) :end
(:line 5200 :character 21))
:message
"Function \"_quiver_units\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 5209 :character 5) :end
(:line 5209 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5221 :character 5) :end
(:line 5221 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5278 :character 48) :end
(:line 5278 :character 61))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5377 :character 15) :end
(:line 5377 :character 18))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 5378 :character 52) :end
(:line 5378 :character 68))
:message
"Argument of type \"type[Collection]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Collection]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Collection]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Collection]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5468 :character 17) :end
(:line 5468 :character 26))
:message
"\"row_stack\" is not a known attribute of module \"numpy\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5487 :character 19) :end
(:line 5489 :character 49))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5501 :character 20) :end
(:line 5503 :character 49))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5507 :character 5) :end
(:line 5507 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5708 :character 21) :end
(:line 5708 :character 24))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 5710 :character 41) :end
(:line 5710 :character 45))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"cmap\" of type \"str | Colormap\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Colormap\"\n    Type \"None\" is not assignable to type \"str | Colormap\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Colormap\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5710 :character 52) :end
(:line 5710 :character 56))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"norm\" of type \"Normalize\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Normalize\"\n    \"None\" is not assignable to \"Normalize\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5711 :character 44) :end
(:line 5711 :character 57))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"interpolation\" of type \"str\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str\"\n    \"None\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5711 :character 66) :end
(:line 5711 :character 72))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"origin\" of type \"Literal['upper', 'lower']\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['upper', 'lower']\"\n    Type \"None\" is not assignable to type \"Literal['upper', 'lower']\"\n      \"None\" is not assignable to \"Literal['upper']\"\n      \"None\" is not assignable to \"Literal['lower']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5712 :character 37) :end
(:line 5712 :character 43))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"extent\" of type \"tuple[Unknown, ...]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"tuple[Unknown, ...]\"\n    \"None\" is not assignable to \"tuple[Unknown, ...]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5713 :character 60) :end
(:line 5713 :character 68))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"resample\" of type \"bool\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5714 :character 50) :end
(:line 5714 :character 69))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"interpolation_stage\" of type \"Literal['data', 'rgba']\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['data', 'rgba']\"\n    Type \"None\" is not assignable to type \"Literal['data', 'rgba']\"\n      \"None\" is not assignable to \"Literal['data']\"\n      \"None\" is not assignable to \"Literal['rgba']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5722 :character 11) :end
(:line 5722 :character 22))
:message
"Cannot access attribute \"_scale_norm\" for class \"AxesImage\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5723 :character 19) :end
(:line 5723 :character 22))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"url\" of type \"str\" in function \"set_url\"\n  Type \"Unknown | None\" is not assignable to type \"str\"\n    \"None\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5732 :character 8) :end
(:line 5732 :character 19))
:message "Function \"_pcolorargs\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 5781 :character 23) :end
(:line 5781 :character 34))
:message
"\"nargs_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5848 :character 5) :end
(:line 5848 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5996 :character 22) :end
(:line 5996 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6044 :character 50) :end
(:line 6044 :character 66))
:message
"\"_str_lower_equal\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6051 :character 19) :end
(:line 6051 :character 30))
:message
"Cannot access attribute \"_scale_norm\" for class \"PolyCollection\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6057 :character 23) :end
(:line 6057 :character 33))
:message
"Cannot access attribute \"_transform\" for class \"PolyCollection\"\n  Attribute \"_transform\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6075 :character 32) :end
(:line 6075 :character 33))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6076 :character 32) :end
(:line 6076 :character 33))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6082 :character 5) :end
(:line 6082 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6268 :character 22) :end
(:line 6268 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6279 :character 34) :end
(:line 6279 :character 37))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6284 :character 19) :end
(:line 6284 :character 30))
:message
"Cannot access attribute \"_scale_norm\" for class \"QuadMesh\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6289 :character 23) :end
(:line 6289 :character 33))
:message
"Cannot access attribute \"_transform\" for class \"QuadMesh\"\n  Attribute \"_transform\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6302 :character 32) :end
(:line 6302 :character 33))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6303 :character 32) :end
(:line 6303 :character 33))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6309 :character 5) :end
(:line 6309 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6431 :character 12) :end
(:line 6431 :character 13))
:message "Variable \"s\" is not accessed" :severity
4 :code "reportUnusedVariable" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedVariable"))
(:range
(:start (:line 6443 :character 25) :end
(:line 6443 :character 29))
:message "\"npin\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6466 :character 31) :end
(:line 6466 :character 34))
:message
"Cannot access attribute \"min\" for class \"list[int]\"\n  Attribute \"min\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6466 :character 40) :end
(:line 6466 :character 43))
:message
"Cannot access attribute \"max\" for class \"list[int]\"\n  Attribute \"max\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6466 :character 49) :end
(:line 6466 :character 52))
:message
"Cannot access attribute \"min\" for class \"list[int]\"\n  Attribute \"min\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6466 :character 58) :end
(:line 6466 :character 61))
:message
"Cannot access attribute \"max\" for class \"list[int]\"\n  Attribute \"max\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6473 :character 31) :end
(:line 6473 :character 35))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"cmap\" of type \"str | Colormap\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Colormap\"\n    Type \"None\" is not assignable to type \"str | Colormap\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Colormap\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6473 :character 42) :end
(:line 6473 :character 46))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"norm\" of type \"Normalize\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Normalize\"\n    \"None\" is not assignable to \"Normalize\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6480 :character 25) :end
(:line 6480 :character 29))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"cmap\" of type \"str | Colormap\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Colormap\"\n    Type \"None\" is not assignable to type \"str | Colormap\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Colormap\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6480 :character 36) :end
(:line 6480 :character 40))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"norm\" of type \"Normalize\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Normalize\"\n    \"None\" is not assignable to \"Normalize\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6486 :character 16) :end
(:line 6486 :character 27))
:message
"Cannot access attribute \"_scale_norm\" for class \"QuadMesh\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6486 :character 16) :end
(:line 6486 :character 27))
:message
"Cannot access attribute \"_scale_norm\" for class \"AxesImage\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6486 :character 16) :end
(:line 6486 :character 27))
:message
"Cannot access attribute \"_scale_norm\" for class \"PcolorImage\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6492 :character 25) :end
(:line 6492 :character 26))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6493 :character 25) :end
(:line 6493 :character 26))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6498 :character 5) :end
(:line 6498 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6514 :character 5) :end
(:line 6514 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6530 :character 15) :end
(:line 6530 :character 19))
:message "\"self\" is not accessed" :severity 4
:code "reportUnusedParameter" :source "basedpyright"
:tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedParameter"))
(:range
(:start (:line 6552 :character 5) :end
(:line 6552 :character 70))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6753 :character 19) :end
(:line 6753 :character 22))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6765 :character 18) :end
(:line 6765 :character 29))
:message
"\"_reshape_2D\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6788 :character 22) :end
(:line 6788 :character 33))
:message
"\"_reshape_2D\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6804 :character 59) :end
(:line 6804 :character 60))
:message "Variable \"i\" is not accessed" :severity
4 :code "reportUnusedVariable" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedVariable"))
(:range
(:start (:line 6834 :character 21) :end
(:line 6834 :character 38))
:message
"No overloads for \"concatenate\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/_core/multiarray.pyi"
:range
(:start (:line 581 :character 4) :end
(:line 581 :character 15)))
:message "Overload 5 is the closest match")])
(:range
(:start (:line 6834 :character 36) :end
(:line 6834 :character 37))
:message
"Argument of type \"Unknown | list[None]\" cannot be assigned to parameter \"arrays\" of type \"SupportsLenAndGetItem[ArrayLike]\" in function \"concatenate\"\n  Type \"Unknown | list[None]\" is not assignable to type \"SupportsLenAndGetItem[ArrayLike]\"\n    \"list[None]\" is incompatible with protocol \"SupportsLenAndGetItem[ArrayLike]\"\n      \"__getitem__\" is an incompatible type\n        No overloaded function matches type \"(k: int, /) -> _T_co@SupportsLenAndGetItem\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6880 :character 36) :end
(:line 6880 :character 39))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6918 :character 16) :end
(:line 6918 :character 29))
:message
"Operator \"+=\" not supported for types \"Unknown | ndarray[_Shape, dtype[float64]] | ndarray[_Shape, dtype[Any]] | float | Unbound\" and \"Unknown | NDArray[float64] | float | Unbound\"\n  Operator \"+\" not supported for types \"Unbound\" and \"Unbound\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 7019 :character 5) :end
(:line 7019 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7081 :character 47) :end
(:line 7081 :character 58))
:message
"Argument of type \"str\" cannot be assigned to parameter \"orientation\" of type \"Literal['vertical', 'horizontal']\" in function \"__init__\"\n  Type \"str\" is not assignable to type \"Literal['vertical', 'horizontal']\"\n    \"str\" is not assignable to type \"Literal['vertical']\"\n    \"str\" is not assignable to type \"Literal['horizontal']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7088 :character 31) :end
(:line 7088 :character 32))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7091 :character 31) :end
(:line 7091 :character 32))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7096 :character 5) :end
(:line 7096 :character 58))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7203 :character 5) :end
(:line 7203 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7289 :character 40) :end
(:line 7289 :character 44))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"NFFT\" of type \"int\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7289 :character 49) :end
(:line 7289 :character 51))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"Fs\" of type \"float\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"float\"\n    \"None\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7289 :character 61) :end
(:line 7289 :character 68))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"detrend\" of type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Literal['none']\"\n      \"None\" is not assignable to \"Literal['mean']\"\n      \"None\" is not assignable to \"Literal['linear']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7290 :character 37) :end
(:line 7290 :character 43))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"window\" of type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"ndarray[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7290 :character 54) :end
(:line 7290 :character 62))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"noverlap\" of type \"int\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7290 :character 71) :end
(:line 7290 :character 77))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7291 :character 36) :end
(:line 7291 :character 41))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    Type \"None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n      \"None\" is not assignable to \"Literal['default']\"\n      \"None\" is not assignable to \"Literal['onesided']\"\n      \"None\" is not assignable to \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7291 :character 57) :end
(:line 7291 :character 70))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7314 :character 5) :end
(:line 7314 :character 64))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7395 :character 45) :end
(:line 7395 :character 49))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"NFFT\" of type \"int\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7395 :character 54) :end
(:line 7395 :character 56))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"Fs\" of type \"float\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"float\"\n    \"None\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7395 :character 66) :end
(:line 7395 :character 73))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"detrend\" of type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Literal['none']\"\n      \"None\" is not assignable to \"Literal['mean']\"\n      \"None\" is not assignable to \"Literal['linear']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7396 :character 37) :end
(:line 7396 :character 43))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"window\" of type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"ndarray[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7396 :character 54) :end
(:line 7396 :character 62))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"noverlap\" of type \"int\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7396 :character 71) :end
(:line 7396 :character 77))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7397 :character 36) :end
(:line 7397 :character 41))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    Type \"None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n      \"None\" is not assignable to \"Literal['default']\"\n      \"None\" is not assignable to \"Literal['onesided']\"\n      \"None\" is not assignable to \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7397 :character 57) :end
(:line 7397 :character 70))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7416 :character 5) :end
(:line 7416 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7502 :character 5) :end
(:line 7502 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7571 :character 5) :end
(:line 7571 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7640 :character 5) :end
(:line 7640 :character 47))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7693 :character 47) :end
(:line 7693 :character 60))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"cohere\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7693 :character 68) :end
(:line 7693 :character 73))
:message
"Argument of type \"str\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"cohere\"\n  Type \"str\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    \"str\" is not assignable to type \"Literal['default']\"\n    \"str\" is not assignable to type \"Literal['onesided']\"\n    \"str\" is not assignable to type \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7694 :character 40) :end
(:line 7694 :character 46))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"cohere\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7704 :character 5) :end
(:line 7704 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7827 :character 47) :end
(:line 7827 :character 54))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"detrend\" of type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Literal['none']\"\n      \"None\" is not assignable to \"Literal['mean']\"\n      \"None\" is not assignable to \"Literal['linear']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7827 :character 63) :end
(:line 7827 :character 69))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"window\" of type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"ndarray[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7828 :character 65) :end
(:line 7828 :character 71))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7829 :character 45) :end
(:line 7829 :character 50))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    Type \"None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n      \"None\" is not assignable to \"Literal['default']\"\n      \"None\" is not assignable to \"Literal['onesided']\"\n      \"None\" is not assignable to \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7830 :character 53) :end
(:line 7830 :character 66))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7831 :character 44) :end
(:line 7831 :character 48))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"mode\" of type \"str\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"str\"\n    \"None\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7850 :character 8) :end
(:line 7850 :character 19))
:message
"Operator \"+=\" not supported for types \"ArrayLike\" and \"Unknown | Literal[0]\"\n  Operator \"+\" not supported for types \"Buffer\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"_SupportsArray[dtype[Any]]\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"_NestedSequence[_SupportsArray[dtype[Any]]]\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"str\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"bytes\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"_NestedSequence[bool | int | float | complex | str | bytes]\" and \"Literal[0]\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 7851 :character 29) :end
(:line 7851 :character 34))
:message
"\"__getitem__\" method not defined on type \"int\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7851 :character 29) :end
(:line 7851 :character 34))
:message
"\"__getitem__\" method not defined on type \"float\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7851 :character 29) :end
(:line 7851 :character 34))
:message
"\"__getitem__\" method not defined on type \"complex\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7851 :character 39) :end
(:line 7851 :character 44))
:message
"\"__getitem__\" method not defined on type \"int\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7851 :character 39) :end
(:line 7851 :character 44))
:message
"\"__getitem__\" method not defined on type \"float\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7851 :character 39) :end
(:line 7851 :character 44))
:message
"\"__getitem__\" method not defined on type \"complex\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7854 :character 23) :end
(:line 7854 :character 34))
:message
"\"kwarg_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7949 :character 33) :end
(:line 7950 :character 70))
:message "Argument missing for parameter \"array\""
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7952 :character 27) :end
(:line 7952 :character 38))
:message
"\"kwarg_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7977 :character 27) :end
(:line 7977 :character 38))
:message
"\"kwarg_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7979 :character 16) :end
(:line 7979 :character 17))
:message
"Argument of type \"Unknown | NDArray[intp]\" cannot be assigned to parameter \"xdata\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | NDArray[intp]\" is not assignable to type \"Sequence[float]\"\n    \"ndarray[_Shape, dtype[intp]]\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7979 :character 19) :end
(:line 7979 :character 20))
:message
"Argument of type \"Unknown | NDArray[intp]\" cannot be assigned to parameter \"ydata\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | NDArray[intp]\" is not assignable to type \"Sequence[float]\"\n    \"ndarray[_Shape, dtype[intp]]\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8052 :character 5) :end
(:line 8052 :character 48))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 8144 :character 22) :end
(:line 8144 :character 38))
:message
"\"_unpack_to_numpy\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 8152 :character 47) :end
(:line 8152 :character 56))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"quantiles\" of type \"ArrayLike\" in function \"violin_stats\"\n  Type \"Unknown | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8268 :character 17) :end
(:line 8268 :character 23))
:message
"Argument of type \"float\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  \"float\" is incompatible with protocol \"Sized\"\n    \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8272 :character 20) :end
(:line 8272 :character 68))
:message
"Operator \"+\" not supported for types \"list[list[float]]\" and \"range | Unknown\"\n  Operator \"+\" not supported for types \"list[list[float]]\" and \"range\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 8275 :character 11) :end
(:line 8275 :character 14))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 8293 :character 57) :end
(:line 8293 :character 63))
:message
"Argument of type \"list[generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]] | float\" cannot be assigned to parameter \"iter3\" of type \"Iterable[_T3@__new__]\" in function \"__new__\"\n  Type \"list[generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]] | float\" is not assignable to type \"Iterable[_T3@__new__]\"\n    \"float\" is incompatible with protocol \"Iterable[_T3@__new__]\"\n      \"__iter__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8329 :character 16) :end
(:line 8329 :character 34))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 8331 :character 17) :end
(:line 8332 :character 59))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 8339 :character 8) :end
(:line 8339 :character 25))
:message
"Function \"_get_aspect_ratio\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 8349 :character 0) :end
(:line 8349 :character 0))
:message "Unindent not expected" :severity 1 :source
"basedpyright")
(:range
(:start (:line 8349 :character 0) :end
(:line 8349 :character 0))
:message "Expected expression" :severity 1 :source
"basedpyright")
(:range
(:start (:line 8349 :character 0) :end
(:line 8349 :character 0))
:message
"Statements must be separated by newlines or semicolons"
:severity 1 :source "basedpyright")]))
[jsonrpc] e[19:11:39.576] <-- textDocument/signatureHelp[74]
(:jsonrpc "2.0" :id 74 :result nil)
[jsonrpc] e[19:11:39.576] <-- textDocument/hover[75]
(:jsonrpc "2.0" :id 75 :result
(:contents
(:kind "plaintext" :value "(function) Scalarnp: Unknown")
:range
(:start (:line 19 :character 4) :end
(:line 19 :character 12))))
[jsonrpc] e[19:11:39.577] <-- textDocument/documentHighlight[76]
(:jsonrpc "2.0" :id 76 :result
[(:kind 2 :range
(:start (:line 19 :character 4) :end
(:line 19 :character 12)))])
[jsonrpc] e[19:11:39.577] --> textDocument/didChange
(:jsonrpc "2.0" :method "textDocument/didChange" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py"
:version 21)
:contentChanges
[(:range
(:start (:line 19 :character 10) :end
(:line 19 :character 12))
:rangeLength 2 :text "\n")]))
[jsonrpc] e[19:11:39.578] --> textDocument/signatureHelp[77]
(:jsonrpc "2.0" :id 77 :method "textDocument/signatureHelp" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 20 :character 0)))
[jsonrpc] e[19:11:39.579] --> textDocument/hover[78]
(:jsonrpc "2.0" :id 78 :method "textDocument/hover" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 20 :character 0)))
[jsonrpc] e[19:11:39.579] --> textDocument/documentHighlight[79]
(:jsonrpc "2.0" :id 79 :method "textDocument/documentHighlight"
:params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 20 :character 0)))
[jsonrpc] e[19:11:39.600] <-- textDocument/signatureHelp[77]
(:jsonrpc "2.0" :id 77 :result nil)
[jsonrpc] e[19:11:39.603] <-- textDocument/hover[78]
(:jsonrpc "2.0" :id 78 :result nil)
[jsonrpc] e[19:11:39.603] <-- textDocument/documentHighlight[79]
(:jsonrpc "2.0" :id 79 :result nil)
[jsonrpc] e[19:11:39.686] --> textDocument/inlayHint[80]
(:jsonrpc "2.0" :id 80 :method "textDocument/inlayHint" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:range
(:start (:line 19 :character 0) :end
(:line 103 :character 42))))
[jsonrpc] e[19:11:39.695] <-- textDocument/inlayHint[80]
(:jsonrpc "2.0" :id 80 :result
[(:label ": Logger" :position (:line 50 :character 4)
:paddingLeft :json-false :kind 1 :textEdits
[(:newText ": Logger" :range
(:start (:line 50 :character 4) :end
(:line 50 :character 4)))
(:range
(:start (:line 5 :character 0) :end
(:line 5 :character 0))
:newText "from logging import Logger\n")])
(:label "name=" :position (:line 50 :character 25)
:paddingLeft :json-false :kind 2 :textEdits
[(:newText "name=" :range
(:start (:line 50 :character 25) :end
(:line 50 :character 25)))])
(:label ": property" :position (:line 54 :character 2)
:paddingLeft :json-false :kind 1 :textEdits
[(:newText ": property" :range
(:start (:line 54 :character 2) :end
(:line 54 :character 2)))
(:range
(:start (:line 6 :character 0) :end
(:line 6 :character 0))
:newText
"from matplotlib.bezier import property\n")])
(:label ": Callable[..., bool]" :position
(:line 55 :character 1) :paddingLeft :json-false
:kind 1 :textEdits
[(:newText ": Callable[..., bool]" :range
(:start (:line 55 :character 1) :end
(:line 55 :character 1)))
(:range
(:start (:line 7 :character 32) :end
(:line 7 :character 32))
:newText "\nfrom typing import Callable")])])
[jsonrpc] e[19:11:39.895] --> textDocument/didChange
(:jsonrpc "2.0" :method "textDocument/didChange" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py"
:version 22)
:contentChanges
[(:range
(:start (:line 20 :character 0) :end
(:line 20 :character 0))
:rangeLength 0 :text "np.as")]))
[jsonrpc] e[19:11:39.896] --> textDocument/completion[81]
(:jsonrpc "2.0" :id 81 :method "textDocument/completion" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 20 :character 5) :context (:triggerKind 1)))
[jsonrpc] e[19:11:40.201] --> textDocument/inlayHint[82]
(:jsonrpc "2.0" :id 82 :method "textDocument/inlayHint" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:range
(:start (:line 20 :character 0) :end
(:line 104 :character 3))))
[jsonrpc] e[19:11:40.254] <-- textDocument/publishDiagnostics
(:jsonrpc "2.0" :method "textDocument/publishDiagnostics" :params
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py"
:version 21 :diagnostics
[(:range
(:start (:line 1 :character 19) :end
(:line 1 :character 29))
:message "Import \"all_errors\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 7 :character 16) :end
(:line 7 :character 32))
:message
"Import \"float_repr_style\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 22 :character 7) :end
(:line 22 :character 26))
:message
"Import \"matplotlib.category\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 27 :character 7) :end
(:line 27 :character 23))
:message
"Import \"matplotlib.dates\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 44 :character 41) :end
(:line 44 :character 57))
:message
"Import \"matplotlib._preprocess_data\" could not be resolved from source"
:severity 2 :code "reportMissingModuleSource"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportMissingModuleSource"))
(:range
(:start (:line 46 :character 15) :end
(:line 46 :character 40))
:message
"\"_TransformedBoundsLocator\" is unknown import symbol"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 46 :character 42) :end
(:line 46 :character 62))
:message
"\"_process_plot_format\" is unknown import symbol"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 68 :character 3) :end
(:line 68 :character 4))
:message "Expected attribute name after \".\""
:severity 1 :source "basedpyright")
(:range
(:start (:line 72 :character 0) :end
(:line 72 :character 2))
:message "Expected indented block" :severity 1
:source "basedpyright")
(:range
(:start (:line 73 :character 0) :end
(:line 73 :character 6))
:message "\"Foobar\" is not defined" :severity 1
:code "reportUndefinedVariable" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 73 :character 0) :end
(:line 73 :character 6))
:message "Expression value is unused" :severity 2
:code "reportUnusedExpression" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedExpression"))
(:range
(:start (:line 77 :character 0) :end
(:line 77 :character 4))
:message "Unexpected indentation" :severity 1
:source "basedpyright")
(:range
(:start (:line 184 :character 18) :end
(:line 184 :character 21))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 187 :character 16) :end
(:line 187 :character 19))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 199 :character 24) :end
(:line 199 :character 27))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 200 :character 26) :end
(:line 200 :character 29))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 203 :character 21) :end
(:line 203 :character 24))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 204 :character 21) :end
(:line 204 :character 37))
:message
"\"_str_lower_equal\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 207 :character 18) :end
(:line 207 :character 21))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 226 :character 34) :end
(:line 226 :character 60))
:message
"\"_get_legend_handles_labels\" is not a known attribute of module \"matplotlib.legend\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 345 :character 54) :end
(:line 345 :character 72))
:message
"\"_parse_legend_args\" is not a known attribute of module \"matplotlib.legend\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 352 :character 21) :end
(:line 352 :character 35))
:message
"Cannot assign to attribute \"_remove_method\" for class \"Legend\"\n  Attribute \"_remove_method\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 355 :character 8) :end
(:line 355 :character 22))
:message
"Function \"_remove_legend\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 355 :character 29) :end
(:line 355 :character 35))
:message "\"legend\" is not accessed" :severity 4
:code "reportUnusedParameter" :source "basedpyright"
:tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedParameter"))
(:range
(:start (:line 750 :character 46) :end
(:line 750 :character 52))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"xytext\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Sequence[float]\"\n    \"None\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 751 :character 40) :end
(:line 751 :character 50))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"textcoords\" of type \"str | Artist | Transform | ((...) -> Unknown) | Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Artist | Transform | ((...) -> Unknown) | Sequence[float]\"\n    Type \"None\" is not assignable to type \"str | Artist | Transform | ((...) -> Unknown) | Sequence[float]\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Artist\"\n      \"None\" is not assignable to \"Transform\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 751 :character 63) :end
(:line 751 :character 73))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"arrowprops\" of type \"dict[Unknown, Unknown]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"dict[Unknown, Unknown]\"\n    \"None\" is not assignable to \"dict[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 898 :character 8) :end
(:line 898 :character 23))
:message
"Function \"_check_no_units\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 901 :character 26) :end
(:line 901 :character 48))
:message
"\"_is_natively_supported\" is not a known attribute of module \"matplotlib.units\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 965 :character 35) :end
(:line 965 :character 38))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"xy2\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Sequence[float]\"\n    \"None\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 965 :character 40) :end
(:line 965 :character 45))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"slope\" of type \"float\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"float\"\n    \"None\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 973 :character 13) :end
(:line 973 :character 27))
:message
"Cannot assign to attribute \"_remove_method\" for class \"_AxLine\"\n  Attribute \"_remove_method\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1021 :character 29) :end
(:line 1021 :character 34))
:message
"Argument of type \"tuple[tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown]]\" cannot be assigned to parameter \"xy\" of type \"Sequence[float]\" in function \"__init__\"\n  \"tuple[tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown]]\" is not assignable to \"Sequence[float]\"\n    Type parameter \"_T_co@Sequence\" is covariant, but \"tuple[int, Unknown]\" is not a subtype of \"float\"\n      \"tuple[int, Unknown]\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1077 :character 29) :end
(:line 1077 :character 34))
:message
"Argument of type \"list[tuple[Unknown, int]]\" cannot be assigned to parameter \"xy\" of type \"Sequence[float]\" in function \"__init__\"\n  \"list[tuple[Unknown, int]]\" is not assignable to \"Sequence[float]\"\n    Type parameter \"_T_co@Sequence\" is covariant, but \"tuple[Unknown, int]\" is not a subtype of \"float\"\n      \"tuple[Unknown, int]\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1079 :character 21) :end
(:line 1079 :character 41))
:message
"Cannot assign to attribute \"_interpolation_steps\" for class \"Path\"\n  Attribute \"_interpolation_steps\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1084 :character 5) :end
(:line 1085 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1134 :character 30) :end
(:line 1134 :character 44))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1147 :character 14) :end
(:line 1147 :character 30))
:message
"Cannot access attribute \"_internal_update\" for class \"LineCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1161 :character 12) :end
(:line 1161 :character 13))
:message "Expected attribute name after \".\""
:severity 1 :source "basedpyright")
(:range
(:start (:line 1164 :character 5) :end
(:line 1165 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1214 :character 30) :end
(:line 1214 :character 44))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1228 :character 14) :end
(:line 1228 :character 30))
:message
"Cannot access attribute \"_internal_update\" for class \"LineCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1245 :character 5) :end
(:line 1247 :character 61))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1377 :character 23) :end
(:line 1377 :character 41))
:message
"\"_local_over_kwdict\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1378 :character 27) :end
(:line 1378 :character 45))
:message
"\"_local_over_kwdict\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1379 :character 27) :end
(:line 1379 :character 45))
:message
"\"_local_over_kwdict\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1406 :character 15) :end
(:line 1406 :character 21))
:message
"Argument of type \"list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1411 :character 43) :end
(:line 1411 :character 49))
:message
"Argument of type \"list[None] | list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"c\" of type \"ArrayLike\" in function \"to_rgba_array\"\n  Type \"list[None] | list[Unknown] | Iterable[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"Iterable[Any]\" is not assignable to type \"ArrayLike\"\n      \"Iterable[Any]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1419 :character 26) :end
(:line 1419 :character 62))
:message
"No overloads for \"tile\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/lib/_shape_base_impl.pyi"
:range
(:start (:line 216 :character 4) :end
(:line 216 :character 8)))
:message "Overload 2 is the closest match")])
(:range
(:start (:line 1419 :character 34) :end
(:line 1419 :character 45))
:message
"Argument of type \"list[None] | NDArray[Any]\" cannot be assigned to parameter \"A\" of type \"ArrayLike\" in function \"tile\"\n  Type \"list[None] | NDArray[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"list[None]\" is not assignable to type \"ArrayLike\"\n      \"list[None]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"list[None]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"list[None]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__getitem__\" is an incompatible type\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1423 :character 26) :end
(:line 1423 :character 62))
:message
"No overloads for \"tile\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/lib/_shape_base_impl.pyi"
:range
(:start (:line 216 :character 4) :end
(:line 216 :character 8)))
:message "Overload 2 is the closest match")])
(:range
(:start (:line 1423 :character 34) :end
(:line 1423 :character 45))
:message
"Argument of type \"list[None] | NDArray[Any]\" cannot be assigned to parameter \"A\" of type \"ArrayLike\" in function \"tile\"\n  Type \"list[None] | NDArray[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"list[None]\" is not assignable to type \"ArrayLike\"\n      \"list[None]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"list[None]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"list[None]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__getitem__\" is an incompatible type\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1426 :character 15) :end
(:line 1426 :character 21))
:message
"Argument of type \"list[Unknown] | list[None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown] | list[None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1428 :character 15) :end
(:line 1428 :character 20))
:message
"Argument of type \"list[Unknown | None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown | None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1430 :character 15) :end
(:line 1430 :character 25))
:message
"Argument of type \"list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1442 :character 15) :end
(:line 1442 :character 21))
:message
"Argument of type \"list[Any] | list[Unknown] | list[None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Any] | list[Unknown] | list[None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1445 :character 15) :end
(:line 1445 :character 20))
:message
"Argument of type \"list[Any] | list[Unknown | None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Any] | list[Unknown | None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1448 :character 15) :end
(:line 1448 :character 25))
:message
"Argument of type \"list[list[Unknown] | Iterable[Any]] | list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[list[Unknown] | Iterable[Any]] | list[Unknown] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1466 :character 17) :end
(:line 1466 :character 33))
:message
"Cannot access attribute \"_internal_update\" for class \"EventCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1479 :character 26) :end
(:line 1479 :character 53))
:message
"Operator \"-\" not supported for types \"NDArray[Unknown] | list[None] | NDArray[Any]\" and \"Unknown | list[None] | NDArray[Any]\"\n  Operator \"-\" not supported for types \"list[None]\" and \"list[None]\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 1480 :character 54) :end
(:line 1480 :character 57))
:message
"Cannot access attribute \"max\" for class \"list[None]\"\n  Attribute \"max\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1739 :character 48) :end
(:line 1739 :character 61))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1749 :character 5) :end
(:line 1749 :character 64))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1978 :character 5) :end
(:line 1978 :character 59))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2050 :character 5) :end
(:line 2050 :character 64))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2231 :character 8) :end
(:line 2231 :character 19))
:message "Function \"_convert_dx\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 2260 :character 27) :end
(:line 2260 :character 45))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2265 :character 26) :end
(:line 2265 :character 44))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2282 :character 5) :end
(:line 2282 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2392 :character 48) :end
(:line 2392 :character 62))
:message
"Argument of type \"type[Patch]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Patch]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Patch]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Patch]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2414 :character 40) :end
(:line 2414 :character 43))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 2463 :character 45) :end
(:line 2463 :character 46))
:message
"Argument of type \"NDArray[Unknown] | Unknown | Literal[0] | None\" cannot be assigned to parameter \"args\" of type \"ArrayLike\" in function \"broadcast_arrays\"\n  Type \"NDArray[Unknown] | Unknown | Literal[0] | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2479 :character 15) :end
(:line 2479 :character 27))
:message
"Argument of type \"Iterable[Any] | list[str]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"Iterable[Any] | list[str]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2480 :character 54) :end
(:line 2480 :character 66))
:message
"Argument of type \"Iterable[Any] | list[str]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"Iterable[Any] | list[str]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2532 :character 14) :end
(:line 2532 :character 30))
:message
"Cannot access attribute \"_internal_update\" for class \"Rectangle\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2533 :character 25) :end
(:line 2533 :character 45))
:message
"Cannot assign to attribute \"_interpolation_steps\" for class \"Path\"\n  Attribute \"_interpolation_steps\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2535 :character 31) :end
(:line 2535 :character 32))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2537 :character 31) :end
(:line 2537 :character 32))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2852 :character 32) :end
(:line 2852 :character 48))
:message
"\"_auto_format_str\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2864 :character 5) :end
(:line 2864 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2908 :character 22) :end
(:line 2908 :character 40))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2909 :character 22) :end
(:line 2909 :character 40))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2932 :character 5) :end
(:line 2932 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2933 :character 10) :end
(:line 2933 :character 26))
:message
"\"delete_parameter\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3066 :character 32) :end
(:line 3066 :character 35))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3073 :character 28) :end
(:line 3073 :character 31))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3117 :character 5) :end
(:line 3117 :character 73))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3264 :character 38) :end
(:line 3264 :character 58))
:message
"No overloads for \"atleast_1d\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/_core/shape_base.pyi"
:range
(:start (:line 31 :character 4) :end
(:line 31 :character 14)))
:message "Overload 3 is the closest match")])
(:range
(:start (:line 3264 :character 52) :end
(:line 3264 :character 57))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"arys\" of type \"ArrayLike\" in function \"atleast_1d\"\n  Type \"Unknown | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3266 :character 30) :end
(:line 3266 :character 36))
:message "Expected 0 positional arguments" :severity
1 :code "reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3320 :character 35) :end
(:line 3320 :character 38))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3356 :character 8) :end
(:line 3356 :character 27))
:message
"Function \"_errorevery_to_mask\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 3384 :character 8) :end
(:line 3384 :character 29))
:message
"No overloads for \"__setitem__\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/__init__.pyi"
:range
(:start (:line 2170 :character 8) :end
(:line 2170 :character 19)))
:message "Overload 8 is the closest match")])
(:range
(:start (:line 3384 :character 8) :end
(:line 3384 :character 29))
:message
"Argument of type \"slice[Integral, Any, Integral] | slice[Unknown, Unknown, Unknown] | Iterable[Any]\" cannot be assigned to parameter \"key\" of type \"_ToIndices\" in function \"__setitem__\"\n  Type \"slice[Integral, Any, Integral] | slice[Unknown, Unknown, Unknown] | Iterable[Any]\" is not assignable to type \"_ToIndices\"\n    Type \"Iterable[Any]\" is not assignable to type \"_ToIndices\"\n      \"Iterable[Any]\" is incompatible with protocol \"SupportsIndex\"\n        \"__index__\" is not present\n      \"Iterable[Any]\" is not assignable to \"slice[Any, Any, Any]\"\n      \"Iterable[Any]\" is not assignable to \"EllipsisType\"\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[numpy.bool[builtins.bool]] | dtype[integer[Any]]]\"\n        \"__array__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3387 :character 5) :end
(:line 3388 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3527 :character 48) :end
(:line 3527 :character 61))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3557 :character 24) :end
(:line 3557 :character 27))
:message
"Argument of type \"Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n    \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3562 :character 37) :end
(:line 3562 :character 55))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3565 :character 35) :end
(:line 3565 :character 53))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3645 :character 22) :end
(:line 3645 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3670 :character 29) :end
(:line 3670 :character 43))
:message
"\"CARETRIGHTBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3670 :character 52) :end
(:line 3670 :character 65))
:message
"\"CARETLEFTBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3672 :character 29) :end
(:line 3672 :character 40))
:message
"\"CARETUPBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3672 :character 49) :end
(:line 3672 :character 62))
:message
"\"CARETDOWNBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3694 :character 33) :end
(:line 3694 :character 42))
:message
"\"row_stack\" is not a known attribute of module \"numpy\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3741 :character 73) :end
(:line 3741 :character 75))
:message
"Argument of type \"MarkerStyle\" cannot be assigned to parameter \"marker\" of type \"str\" in function \"__init__\"\n  \"MarkerStyle\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3759 :character 5) :end
(:line 3759 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3957 :character 19) :end
(:line 3957 :character 22))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3959 :character 24) :end
(:line 3959 :character 27))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3962 :character 46) :end
(:line 3962 :character 52))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"labels\" of type \"ArrayLike\" in function \"boxplot_stats\"\n  Type \"Unknown | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3964 :character 20) :end
(:line 3964 :character 23))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3966 :character 19) :end
(:line 3966 :character 22))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3968 :character 27) :end
(:line 3968 :character 30))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3970 :character 23) :end
(:line 3970 :character 26))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3972 :character 24) :end
(:line 3972 :character 27))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3974 :character 23) :end
(:line 3974 :character 26))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3976 :character 22) :end
(:line 3976 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3978 :character 25) :end
(:line 3978 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4187 :character 49) :end
(:line 4187 :character 52))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4192 :character 54) :end
(:line 4192 :character 67))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4196 :character 25) :end
(:line 4196 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4197 :character 25) :end
(:line 4197 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4198 :character 25) :end
(:line 4198 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4199 :character 37) :end
(:line 4199 :character 40))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4200 :character 31) :end
(:line 4200 :character 34))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4202 :character 47) :end
(:line 4202 :character 65))
:message
"Argument of type \"type[PathPatch]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[PathPatch]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[PathPatch]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[PathPatch]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4207 :character 55) :end
(:line 4207 :character 61))
:message
"Argument of type \"float\" cannot be assigned to parameter \"zdelta\" of type \"int\" in function \"merge_kw_rc\"\n  \"float\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4208 :character 49) :end
(:line 4208 :character 55))
:message
"Argument of type \"float\" cannot be assigned to parameter \"zdelta\" of type \"int\" in function \"merge_kw_rc\"\n  \"float\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4221 :character 30) :end
(:line 4221 :character 44))
:message
"Cannot access attribute \"_create_closed\" for class \"type[Path]\"\n  Attribute \"_create_closed\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4267 :character 29) :end
(:line 4267 :character 43))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4268 :character 30) :end
(:line 4268 :character 44))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4273 :character 29) :end
(:line 4273 :character 40))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4274 :character 30) :end
(:line 4274 :character 41))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4278 :character 35) :end
(:line 4278 :character 47))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4279 :character 36) :end
(:line 4279 :character 48))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4345 :character 20) :end
(:line 4345 :character 24))
:message
"Cannot assign to attribute \"locs\" for class \"FixedLocator\"\n  Attribute \"locs\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4345 :character 46) :end
(:line 4345 :character 50))
:message
"Cannot access attribute \"locs\" for class \"FixedLocator\"\n  Attribute \"locs\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4351 :character 22) :end
(:line 4351 :character 25))
:message
"Cannot assign to attribute \"seq\" for class \"FixedFormatter\"\n  Attribute \"seq\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4351 :character 40) :end
(:line 4351 :character 43))
:message
"Cannot access attribute \"seq\" for class \"FixedFormatter\"\n  Attribute \"seq\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4359 :character 8) :end
(:line 4359 :character 33))
:message
"Function \"_parse_scatter_color_args\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 4437 :character 38) :end
(:line 4437 :character 41))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4438 :character 25) :end
(:line 4438 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4443 :character 29) :end
(:line 4443 :character 32))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4447 :character 39) :end
(:line 4447 :character 40))
:message
"Argument of type \"Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n    \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4448 :character 37) :end
(:line 4448 :character 55))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4487 :character 47) :end
(:line 4487 :character 48))
:message
"Argument of type \"NDArray[Any] | ndarray[tuple[int], dtype[Any]] | str | Unknown | Iterable[Any]\" cannot be assigned to parameter \"c\" of type \"ArrayLike\" in function \"to_rgba_array\"\n  Type \"NDArray[Any] | ndarray[tuple[int], dtype[Any]] | str | Unknown | Iterable[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"Iterable[Any]\" is not assignable to type \"ArrayLike\"\n      \"Iterable[Any]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4493 :character 56) :end
(:line 4493 :character 60))
:message
"Cannot access attribute \"size\" for class \"str\"\n  Attribute \"size\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4493 :character 56) :end
(:line 4493 :character 60))
:message
"Cannot access attribute \"size\" for class \"Iterable[Any]\"\n  Attribute \"size\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4508 :character 5) :end
(:line 4511 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 4635 :character 23) :end
(:line 4635 :character 26))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4636 :character 17) :end
(:line 4636 :character 20))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4657 :character 22) :end
(:line 4657 :character 36))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4660 :character 22) :end
(:line 4660 :character 36))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4672 :character 21) :end
(:line 4672 :character 24))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4713 :character 29) :end
(:line 4713 :character 32))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4716 :character 46) :end
(:line 4716 :character 49))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4735 :character 23) :end
(:line 4735 :character 34))
:message
"Cannot access attribute \"_scale_norm\" for class \"PathCollection\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4746 :character 19) :end
(:line 4746 :character 35))
:message
"Cannot access attribute \"_internal_update\" for class \"PathCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4753 :character 11) :end
(:line 4753 :character 14))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4764 :character 5) :end
(:line 4764 :character 69))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5081 :character 19) :end
(:line 5081 :character 32))
:message
"No overloads for \"sort\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/_core/fromnumeric.pyi"
:range
(:start (:line 348 :character 4) :end
(:line 348 :character 8)))
:message "Overload 2 is the closest match")])
(:range
(:start (:line 5081 :character 27) :end
(:line 5081 :character 31))
:message
"Argument of type \"Unknown | Iterable[Any]\" cannot be assigned to parameter \"a\" of type \"ArrayLike\" in function \"sort\"\n  Type \"Unknown | Iterable[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"Iterable[Any]\" is not assignable to type \"ArrayLike\"\n      \"Iterable[Any]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5088 :character 19) :end
(:line 5088 :character 35))
:message
"Cannot access attribute \"_internal_update\" for class \"PolyCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5089 :character 19) :end
(:line 5089 :character 30))
:message
"Cannot access attribute \"_scale_norm\" for class \"PolyCollection\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5140 :character 16) :end
(:line 5140 :character 32))
:message
"Cannot access attribute \"_internal_update\" for class \"PolyCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5143 :character 19) :end
(:line 5143 :character 23))
:message
"Cannot assign to attribute \"hbar\" for class \"PolyCollection\"\n  Attribute \"hbar\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5143 :character 36) :end
(:line 5143 :character 40))
:message
"Cannot assign to attribute \"vbar\" for class \"PolyCollection\"\n  Attribute \"vbar\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5151 :character 19) :end
(:line 5151 :character 28))
:message
"Cannot access attribute \"callbacks\" for class \"PolyCollection\"\n  Attribute \"callbacks\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5201 :character 8) :end
(:line 5201 :character 21))
:message
"Function \"_quiver_units\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 5210 :character 5) :end
(:line 5210 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5222 :character 5) :end
(:line 5222 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5279 :character 48) :end
(:line 5279 :character 61))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5378 :character 15) :end
(:line 5378 :character 18))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 5379 :character 52) :end
(:line 5379 :character 68))
:message
"Argument of type \"type[Collection]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Collection]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Collection]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Collection]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5469 :character 17) :end
(:line 5469 :character 26))
:message
"\"row_stack\" is not a known attribute of module \"numpy\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5488 :character 19) :end
(:line 5490 :character 49))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5502 :character 20) :end
(:line 5504 :character 49))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5508 :character 5) :end
(:line 5508 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5709 :character 21) :end
(:line 5709 :character 24))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 5711 :character 41) :end
(:line 5711 :character 45))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"cmap\" of type \"str | Colormap\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Colormap\"\n    Type \"None\" is not assignable to type \"str | Colormap\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Colormap\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5711 :character 52) :end
(:line 5711 :character 56))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"norm\" of type \"Normalize\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Normalize\"\n    \"None\" is not assignable to \"Normalize\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5712 :character 44) :end
(:line 5712 :character 57))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"interpolation\" of type \"str\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str\"\n    \"None\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5712 :character 66) :end
(:line 5712 :character 72))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"origin\" of type \"Literal['upper', 'lower']\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['upper', 'lower']\"\n    Type \"None\" is not assignable to type \"Literal['upper', 'lower']\"\n      \"None\" is not assignable to \"Literal['upper']\"\n      \"None\" is not assignable to \"Literal['lower']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5713 :character 37) :end
(:line 5713 :character 43))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"extent\" of type \"tuple[Unknown, ...]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"tuple[Unknown, ...]\"\n    \"None\" is not assignable to \"tuple[Unknown, ...]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5714 :character 60) :end
(:line 5714 :character 68))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"resample\" of type \"bool\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5715 :character 50) :end
(:line 5715 :character 69))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"interpolation_stage\" of type \"Literal['data', 'rgba']\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['data', 'rgba']\"\n    Type \"None\" is not assignable to type \"Literal['data', 'rgba']\"\n      \"None\" is not assignable to \"Literal['data']\"\n      \"None\" is not assignable to \"Literal['rgba']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5723 :character 11) :end
(:line 5723 :character 22))
:message
"Cannot access attribute \"_scale_norm\" for class \"AxesImage\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5724 :character 19) :end
(:line 5724 :character 22))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"url\" of type \"str\" in function \"set_url\"\n  Type \"Unknown | None\" is not assignable to type \"str\"\n    \"None\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5733 :character 8) :end
(:line 5733 :character 19))
:message "Function \"_pcolorargs\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 5782 :character 23) :end
(:line 5782 :character 34))
:message
"\"nargs_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5849 :character 5) :end
(:line 5849 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5997 :character 22) :end
(:line 5997 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6045 :character 50) :end
(:line 6045 :character 66))
:message
"\"_str_lower_equal\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6052 :character 19) :end
(:line 6052 :character 30))
:message
"Cannot access attribute \"_scale_norm\" for class \"PolyCollection\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6058 :character 23) :end
(:line 6058 :character 33))
:message
"Cannot access attribute \"_transform\" for class \"PolyCollection\"\n  Attribute \"_transform\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6076 :character 32) :end
(:line 6076 :character 33))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6077 :character 32) :end
(:line 6077 :character 33))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6083 :character 5) :end
(:line 6083 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6269 :character 22) :end
(:line 6269 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6280 :character 34) :end
(:line 6280 :character 37))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6285 :character 19) :end
(:line 6285 :character 30))
:message
"Cannot access attribute \"_scale_norm\" for class \"QuadMesh\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6290 :character 23) :end
(:line 6290 :character 33))
:message
"Cannot access attribute \"_transform\" for class \"QuadMesh\"\n  Attribute \"_transform\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6303 :character 32) :end
(:line 6303 :character 33))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6304 :character 32) :end
(:line 6304 :character 33))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6310 :character 5) :end
(:line 6310 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6432 :character 12) :end
(:line 6432 :character 13))
:message "Variable \"s\" is not accessed" :severity
4 :code "reportUnusedVariable" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedVariable"))
(:range
(:start (:line 6444 :character 25) :end
(:line 6444 :character 29))
:message "\"npin\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6467 :character 31) :end
(:line 6467 :character 34))
:message
"Cannot access attribute \"min\" for class \"list[int]\"\n  Attribute \"min\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6467 :character 40) :end
(:line 6467 :character 43))
:message
"Cannot access attribute \"max\" for class \"list[int]\"\n  Attribute \"max\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6467 :character 49) :end
(:line 6467 :character 52))
:message
"Cannot access attribute \"min\" for class \"list[int]\"\n  Attribute \"min\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6467 :character 58) :end
(:line 6467 :character 61))
:message
"Cannot access attribute \"max\" for class \"list[int]\"\n  Attribute \"max\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6474 :character 31) :end
(:line 6474 :character 35))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"cmap\" of type \"str | Colormap\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Colormap\"\n    Type \"None\" is not assignable to type \"str | Colormap\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Colormap\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6474 :character 42) :end
(:line 6474 :character 46))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"norm\" of type \"Normalize\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Normalize\"\n    \"None\" is not assignable to \"Normalize\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6481 :character 25) :end
(:line 6481 :character 29))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"cmap\" of type \"str | Colormap\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Colormap\"\n    Type \"None\" is not assignable to type \"str | Colormap\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Colormap\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6481 :character 36) :end
(:line 6481 :character 40))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"norm\" of type \"Normalize\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Normalize\"\n    \"None\" is not assignable to \"Normalize\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6487 :character 16) :end
(:line 6487 :character 27))
:message
"Cannot access attribute \"_scale_norm\" for class \"QuadMesh\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6487 :character 16) :end
(:line 6487 :character 27))
:message
"Cannot access attribute \"_scale_norm\" for class \"AxesImage\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6487 :character 16) :end
(:line 6487 :character 27))
:message
"Cannot access attribute \"_scale_norm\" for class \"PcolorImage\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6493 :character 25) :end
(:line 6493 :character 26))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6494 :character 25) :end
(:line 6494 :character 26))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6499 :character 5) :end
(:line 6499 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6515 :character 5) :end
(:line 6515 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6531 :character 15) :end
(:line 6531 :character 19))
:message "\"self\" is not accessed" :severity 4
:code "reportUnusedParameter" :source "basedpyright"
:tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedParameter"))
(:range
(:start (:line 6553 :character 5) :end
(:line 6553 :character 70))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6754 :character 19) :end
(:line 6754 :character 22))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6766 :character 18) :end
(:line 6766 :character 29))
:message
"\"_reshape_2D\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6789 :character 22) :end
(:line 6789 :character 33))
:message
"\"_reshape_2D\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6805 :character 59) :end
(:line 6805 :character 60))
:message "Variable \"i\" is not accessed" :severity
4 :code "reportUnusedVariable" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedVariable"))
(:range
(:start (:line 6835 :character 21) :end
(:line 6835 :character 38))
:message
"No overloads for \"concatenate\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/_core/multiarray.pyi"
:range
(:start (:line 581 :character 4) :end
(:line 581 :character 15)))
:message "Overload 5 is the closest match")])
(:range
(:start (:line 6835 :character 36) :end
(:line 6835 :character 37))
:message
"Argument of type \"Unknown | list[None]\" cannot be assigned to parameter \"arrays\" of type \"SupportsLenAndGetItem[ArrayLike]\" in function \"concatenate\"\n  Type \"Unknown | list[None]\" is not assignable to type \"SupportsLenAndGetItem[ArrayLike]\"\n    \"list[None]\" is incompatible with protocol \"SupportsLenAndGetItem[ArrayLike]\"\n      \"__getitem__\" is an incompatible type\n        No overloaded function matches type \"(k: int, /) -> _T_co@SupportsLenAndGetItem\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6881 :character 36) :end
(:line 6881 :character 39))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6919 :character 16) :end
(:line 6919 :character 29))
:message
"Operator \"+=\" not supported for types \"Unknown | ndarray[_Shape, dtype[float64]] | ndarray[_Shape, dtype[Any]] | float | Unbound\" and \"Unknown | NDArray[float64] | float | Unbound\"\n  Operator \"+\" not supported for types \"Unbound\" and \"Unbound\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 7020 :character 5) :end
(:line 7020 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7082 :character 47) :end
(:line 7082 :character 58))
:message
"Argument of type \"str\" cannot be assigned to parameter \"orientation\" of type \"Literal['vertical', 'horizontal']\" in function \"__init__\"\n  Type \"str\" is not assignable to type \"Literal['vertical', 'horizontal']\"\n    \"str\" is not assignable to type \"Literal['vertical']\"\n    \"str\" is not assignable to type \"Literal['horizontal']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7089 :character 31) :end
(:line 7089 :character 32))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7092 :character 31) :end
(:line 7092 :character 32))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7097 :character 5) :end
(:line 7097 :character 58))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7204 :character 5) :end
(:line 7204 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7290 :character 40) :end
(:line 7290 :character 44))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"NFFT\" of type \"int\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7290 :character 49) :end
(:line 7290 :character 51))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"Fs\" of type \"float\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"float\"\n    \"None\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7290 :character 61) :end
(:line 7290 :character 68))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"detrend\" of type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Literal['none']\"\n      \"None\" is not assignable to \"Literal['mean']\"\n      \"None\" is not assignable to \"Literal['linear']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7291 :character 37) :end
(:line 7291 :character 43))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"window\" of type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"ndarray[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7291 :character 54) :end
(:line 7291 :character 62))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"noverlap\" of type \"int\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7291 :character 71) :end
(:line 7291 :character 77))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7292 :character 36) :end
(:line 7292 :character 41))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    Type \"None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n      \"None\" is not assignable to \"Literal['default']\"\n      \"None\" is not assignable to \"Literal['onesided']\"\n      \"None\" is not assignable to \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7292 :character 57) :end
(:line 7292 :character 70))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7315 :character 5) :end
(:line 7315 :character 64))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7396 :character 45) :end
(:line 7396 :character 49))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"NFFT\" of type \"int\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7396 :character 54) :end
(:line 7396 :character 56))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"Fs\" of type \"float\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"float\"\n    \"None\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7396 :character 66) :end
(:line 7396 :character 73))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"detrend\" of type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Literal['none']\"\n      \"None\" is not assignable to \"Literal['mean']\"\n      \"None\" is not assignable to \"Literal['linear']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7397 :character 37) :end
(:line 7397 :character 43))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"window\" of type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"ndarray[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7397 :character 54) :end
(:line 7397 :character 62))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"noverlap\" of type \"int\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7397 :character 71) :end
(:line 7397 :character 77))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7398 :character 36) :end
(:line 7398 :character 41))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    Type \"None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n      \"None\" is not assignable to \"Literal['default']\"\n      \"None\" is not assignable to \"Literal['onesided']\"\n      \"None\" is not assignable to \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7398 :character 57) :end
(:line 7398 :character 70))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7417 :character 5) :end
(:line 7417 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7503 :character 5) :end
(:line 7503 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7572 :character 5) :end
(:line 7572 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7641 :character 5) :end
(:line 7641 :character 47))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7694 :character 47) :end
(:line 7694 :character 60))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"cohere\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7694 :character 68) :end
(:line 7694 :character 73))
:message
"Argument of type \"str\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"cohere\"\n  Type \"str\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    \"str\" is not assignable to type \"Literal['default']\"\n    \"str\" is not assignable to type \"Literal['onesided']\"\n    \"str\" is not assignable to type \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7695 :character 40) :end
(:line 7695 :character 46))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"cohere\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7705 :character 5) :end
(:line 7705 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7828 :character 47) :end
(:line 7828 :character 54))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"detrend\" of type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Literal['none']\"\n      \"None\" is not assignable to \"Literal['mean']\"\n      \"None\" is not assignable to \"Literal['linear']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7828 :character 63) :end
(:line 7828 :character 69))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"window\" of type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"ndarray[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7829 :character 65) :end
(:line 7829 :character 71))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7830 :character 45) :end
(:line 7830 :character 50))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    Type \"None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n      \"None\" is not assignable to \"Literal['default']\"\n      \"None\" is not assignable to \"Literal['onesided']\"\n      \"None\" is not assignable to \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7831 :character 53) :end
(:line 7831 :character 66))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7832 :character 44) :end
(:line 7832 :character 48))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"mode\" of type \"str\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"str\"\n    \"None\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7851 :character 8) :end
(:line 7851 :character 19))
:message
"Operator \"+=\" not supported for types \"ArrayLike\" and \"Unknown | Literal[0]\"\n  Operator \"+\" not supported for types \"Buffer\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"_SupportsArray[dtype[Any]]\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"_NestedSequence[_SupportsArray[dtype[Any]]]\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"str\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"bytes\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"_NestedSequence[bool | int | float | complex | str | bytes]\" and \"Literal[0]\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 7852 :character 29) :end
(:line 7852 :character 34))
:message
"\"__getitem__\" method not defined on type \"int\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7852 :character 29) :end
(:line 7852 :character 34))
:message
"\"__getitem__\" method not defined on type \"float\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7852 :character 29) :end
(:line 7852 :character 34))
:message
"\"__getitem__\" method not defined on type \"complex\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7852 :character 39) :end
(:line 7852 :character 44))
:message
"\"__getitem__\" method not defined on type \"int\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7852 :character 39) :end
(:line 7852 :character 44))
:message
"\"__getitem__\" method not defined on type \"float\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7852 :character 39) :end
(:line 7852 :character 44))
:message
"\"__getitem__\" method not defined on type \"complex\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7855 :character 23) :end
(:line 7855 :character 34))
:message
"\"kwarg_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7950 :character 33) :end
(:line 7951 :character 70))
:message "Argument missing for parameter \"array\""
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7953 :character 27) :end
(:line 7953 :character 38))
:message
"\"kwarg_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7978 :character 27) :end
(:line 7978 :character 38))
:message
"\"kwarg_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7980 :character 16) :end
(:line 7980 :character 17))
:message
"Argument of type \"Unknown | NDArray[intp]\" cannot be assigned to parameter \"xdata\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | NDArray[intp]\" is not assignable to type \"Sequence[float]\"\n    \"ndarray[_Shape, dtype[intp]]\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7980 :character 19) :end
(:line 7980 :character 20))
:message
"Argument of type \"Unknown | NDArray[intp]\" cannot be assigned to parameter \"ydata\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | NDArray[intp]\" is not assignable to type \"Sequence[float]\"\n    \"ndarray[_Shape, dtype[intp]]\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8053 :character 5) :end
(:line 8053 :character 48))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 8145 :character 22) :end
(:line 8145 :character 38))
:message
"\"_unpack_to_numpy\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 8153 :character 47) :end
(:line 8153 :character 56))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"quantiles\" of type \"ArrayLike\" in function \"violin_stats\"\n  Type \"Unknown | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8269 :character 17) :end
(:line 8269 :character 23))
:message
"Argument of type \"float\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  \"float\" is incompatible with protocol \"Sized\"\n    \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8273 :character 20) :end
(:line 8273 :character 68))
:message
"Operator \"+\" not supported for types \"list[list[float]]\" and \"range | Unknown\"\n  Operator \"+\" not supported for types \"list[list[float]]\" and \"range\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 8276 :character 11) :end
(:line 8276 :character 14))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 8294 :character 57) :end
(:line 8294 :character 63))
:message
"Argument of type \"list[generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]] | float\" cannot be assigned to parameter \"iter3\" of type \"Iterable[_T3@__new__]\" in function \"__new__\"\n  Type \"list[generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]] | float\" is not assignable to type \"Iterable[_T3@__new__]\"\n    \"float\" is incompatible with protocol \"Iterable[_T3@__new__]\"\n      \"__iter__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8330 :character 16) :end
(:line 8330 :character 34))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 8332 :character 17) :end
(:line 8333 :character 59))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 8340 :character 8) :end
(:line 8340 :character 25))
:message
"Function \"_get_aspect_ratio\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 8350 :character 0) :end
(:line 8350 :character 0))
:message "Unindent not expected" :severity 1 :source
"basedpyright")
(:range
(:start (:line 8350 :character 0) :end
(:line 8350 :character 0))
:message "Expected expression" :severity 1 :source
"basedpyright")
(:range
(:start (:line 8350 :character 0) :end
(:line 8350 :character 0))
:message
"Statements must be separated by newlines or semicolons"
:severity 1 :source "basedpyright")]))
[jsonrpc] e[19:11:40.620] --> textDocument/signatureHelp[83]
(:jsonrpc "2.0" :id 83 :method "textDocument/signatureHelp" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 20 :character 5)))
[jsonrpc] e[19:11:40.620] --> textDocument/hover[84]
(:jsonrpc "2.0" :id 84 :method "textDocument/hover" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 20 :character 5)))
[jsonrpc] e[19:11:40.620] --> textDocument/documentHighlight[85]
(:jsonrpc "2.0" :id 85 :method "textDocument/documentHighlight"
:params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 20 :character 5)))
[jsonrpc] e[19:11:40.624] <-- textDocument/completion[81]
(:jsonrpc "2.0" :id 81 :result
(:items
[(:label "argsort" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "argsort")
:sortText "09.9999.argsort")
(:label "array2string" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "array2string")
:sortText "09.9999.array2string")
(:label "array_str" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "array_str")
:sortText "09.9999.array_str")
(:label "putmask" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "putmask")
:sortText "09.9999.putmask")
(:label "asarray" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "asarray")
:sortText "09.9999.asarray")
(:label "asanyarray" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "asanyarray")
:sortText "05.0006.asanyarray")
(:label "ascontiguousarray" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel
"ascontiguousarray")
:sortText "09.9999.ascontiguousarray")
(:label "asfortranarray" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel
"asfortranarray")
:sortText "09.9999.asfortranarray")
(:label "base_repr" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "base_repr")
:sortText "09.9999.base_repr")
(:label "allclose" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "allclose")
:sortText "09.9999.allclose")
(:label "astype" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "astype")
:sortText "09.9999.astype")
(:label "atleast_1d" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "atleast_1d")
:sortText "09.9999.atleast_1d")
(:label "atleast_2d" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "atleast_2d")
:sortText "09.9999.atleast_2d")
(:label "atleast_3d" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "atleast_3d")
:sortText "09.9999.atleast_3d")
(:label "asarray_chkfinite" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel
"asarray_chkfinite")
:sortText "09.9999.asarray_chkfinite")
(:label "array_split" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "array_split")
:sortText "09.9999.array_split")
(:label "apply_over_axes" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel
"apply_over_axes")
:sortText "09.9999.apply_over_axes")
(:label "apply_along_axis" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel
"apply_along_axis")
:sortText "09.9999.apply_along_axis")
(:label "mask_indices" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "mask_indices")
:sortText "09.9999.mask_indices")
(:label "asmatrix" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "asmatrix")
:sortText "09.9999.asmatrix")
(:label "_CastingKind" :kind 6 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "_CastingKind")
:sortText "09.9999._CastingKind")
(:label "_HasShape" :kind 7 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "_HasShape")
:sortText "09.9999._HasShape")
(:label "_HasShapeAndSupportsItem" :kind 7 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel
"_HasShapeAndSupportsItem")
:sortText "09.9999._HasShapeAndSupportsItem")
(:label "_HasTypeWithItem" :kind 7 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel
"_HasTypeWithItem")
:sortText "09.9999._HasTypeWithItem")
(:label "_HasShapeAndDTypeWithItem" :kind 7 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel
"_HasShapeAndDTypeWithItem")
:sortText "09.9999._HasShapeAndDTypeWithItem")
(:label "_HasRealAndImag" :kind 7 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel
"_HasRealAndImag")
:sortText "09.9999._HasRealAndImag")
(:label "_HasTypeWithRealAndImag" :kind 7 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel
"_HasTypeWithRealAndImag")
:sortText "09.9999._HasTypeWithRealAndImag")
(:label "_HasDTypeWithRealAndImag" :kind 7 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel
"_HasDTypeWithRealAndImag")
:sortText "09.9999._HasDTypeWithRealAndImag")
(:label "_HasDateAttributes" :kind 7 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel
"_HasDateAttributes")
:sortText "09.9999._HasDateAttributes")
(:label "absolute" :kind 6 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "absolute")
:sortText "09.9999.absolute")
(:label "arccos" :kind 6 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "arccos")
:sortText "09.9999.arccos")
(:label "arccosh" :kind 6 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "arccosh")
:sortText "09.9999.arccosh")
(:label "arcsin" :kind 6 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "arcsin")
:sortText "09.9999.arcsin")
(:label "arcsinh" :kind 6 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "arcsinh")
:sortText "09.9999.arcsinh")
(:label "abs" :kind 6 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "abs")
:sortText "09.9999.abs")
(:label "acos" :kind 6 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "acos")
:sortText "09.9999.acos")
(:label "acosh" :kind 6 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "acosh")
:sortText "09.9999.acosh")
(:label "asin" :kind 6 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "asin")
:sortText "09.9999.asin")
(:label "asinh" :kind 6 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position (:line 20 :character 5)
:funcParensDisabled t :symbolLabel "asinh")
:sortText "09.9999.asinh")]
:isIncomplete t))
[jsonrpc] e[19:11:40.635] <-- textDocument/inlayHint[82]
(:jsonrpc "2.0" :id 82 :result
[(:label ": Logger" :position (:line 50 :character 4)
:paddingLeft :json-false :kind 1 :textEdits
[(:newText ": Logger" :range
(:start (:line 50 :character 4) :end
(:line 50 :character 4)))
(:range
(:start (:line 5 :character 0) :end
(:line 5 :character 0))
:newText "from logging import Logger\n")])
(:label "name=" :position (:line 50 :character 25)
:paddingLeft :json-false :kind 2 :textEdits
[(:newText "name=" :range
(:start (:line 50 :character 25) :end
(:line 50 :character 25)))])
(:label ": property" :position (:line 54 :character 2)
:paddingLeft :json-false :kind 1 :textEdits
[(:newText ": property" :range
(:start (:line 54 :character 2) :end
(:line 54 :character 2)))
(:range
(:start (:line 6 :character 0) :end
(:line 6 :character 0))
:newText
"from matplotlib.bezier import property\n")])
(:label ": Callable[..., bool]" :position
(:line 55 :character 1) :paddingLeft :json-false
:kind 1 :textEdits
[(:newText ": Callable[..., bool]" :range
(:start (:line 55 :character 1) :end
(:line 55 :character 1)))
(:range
(:start (:line 7 :character 32) :end
(:line 7 :character 32))
:newText "\nfrom typing import Callable")])])
[jsonrpc] e[19:11:40.903] <-- textDocument/publishDiagnostics
(:jsonrpc "2.0" :method "textDocument/publishDiagnostics" :params
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py"
:version 22 :diagnostics
[(:range
(:start (:line 1 :character 19) :end
(:line 1 :character 29))
:message "Import \"all_errors\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 7 :character 16) :end
(:line 7 :character 32))
:message
"Import \"float_repr_style\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 20 :character 2) :end
(:line 20 :character 3))
:message "Expected attribute name after \".\""
:severity 1 :source "basedpyright")
(:range
(:start (:line 20 :character 3) :end
(:line 20 :character 5))
:message
"Statements must be separated by newlines or semicolons"
:severity 1 :source "basedpyright")
(:range
(:start (:line 20 :character 3) :end
(:line 20 :character 5))
:message "Expected expression" :severity 1 :source
"basedpyright")
(:range
(:start (:line 22 :character 7) :end
(:line 22 :character 26))
:message
"Import \"matplotlib.category\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 27 :character 7) :end
(:line 27 :character 23))
:message
"Import \"matplotlib.dates\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 44 :character 41) :end
(:line 44 :character 57))
:message
"Import \"matplotlib._preprocess_data\" could not be resolved from source"
:severity 2 :code "reportMissingModuleSource"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportMissingModuleSource"))
(:range
(:start (:line 46 :character 15) :end
(:line 46 :character 40))
:message
"\"_TransformedBoundsLocator\" is unknown import symbol"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 46 :character 42) :end
(:line 46 :character 62))
:message
"\"_process_plot_format\" is unknown import symbol"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 68 :character 3) :end
(:line 68 :character 4))
:message "Expected attribute name after \".\""
:severity 1 :source "basedpyright")
(:range
(:start (:line 72 :character 0) :end
(:line 72 :character 2))
:message "Expected indented block" :severity 1
:source "basedpyright")
(:range
(:start (:line 73 :character 0) :end
(:line 73 :character 6))
:message "\"Foobar\" is not defined" :severity 1
:code "reportUndefinedVariable" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 73 :character 0) :end
(:line 73 :character 6))
:message "Expression value is unused" :severity 2
:code "reportUnusedExpression" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedExpression"))
(:range
(:start (:line 77 :character 0) :end
(:line 77 :character 4))
:message "Unexpected indentation" :severity 1
:source "basedpyright")
(:range
(:start (:line 184 :character 18) :end
(:line 184 :character 21))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 187 :character 16) :end
(:line 187 :character 19))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 199 :character 24) :end
(:line 199 :character 27))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 200 :character 26) :end
(:line 200 :character 29))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 203 :character 21) :end
(:line 203 :character 24))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 204 :character 21) :end
(:line 204 :character 37))
:message
"\"_str_lower_equal\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 207 :character 18) :end
(:line 207 :character 21))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 226 :character 34) :end
(:line 226 :character 60))
:message
"\"_get_legend_handles_labels\" is not a known attribute of module \"matplotlib.legend\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 345 :character 54) :end
(:line 345 :character 72))
:message
"\"_parse_legend_args\" is not a known attribute of module \"matplotlib.legend\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 352 :character 21) :end
(:line 352 :character 35))
:message
"Cannot assign to attribute \"_remove_method\" for class \"Legend\"\n  Attribute \"_remove_method\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 355 :character 8) :end
(:line 355 :character 22))
:message
"Function \"_remove_legend\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 355 :character 29) :end
(:line 355 :character 35))
:message "\"legend\" is not accessed" :severity 4
:code "reportUnusedParameter" :source "basedpyright"
:tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedParameter"))
(:range
(:start (:line 750 :character 46) :end
(:line 750 :character 52))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"xytext\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Sequence[float]\"\n    \"None\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 751 :character 40) :end
(:line 751 :character 50))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"textcoords\" of type \"str | Artist | Transform | ((...) -> Unknown) | Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Artist | Transform | ((...) -> Unknown) | Sequence[float]\"\n    Type \"None\" is not assignable to type \"str | Artist | Transform | ((...) -> Unknown) | Sequence[float]\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Artist\"\n      \"None\" is not assignable to \"Transform\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 751 :character 63) :end
(:line 751 :character 73))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"arrowprops\" of type \"dict[Unknown, Unknown]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"dict[Unknown, Unknown]\"\n    \"None\" is not assignable to \"dict[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 898 :character 8) :end
(:line 898 :character 23))
:message
"Function \"_check_no_units\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 901 :character 26) :end
(:line 901 :character 48))
:message
"\"_is_natively_supported\" is not a known attribute of module \"matplotlib.units\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 965 :character 35) :end
(:line 965 :character 38))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"xy2\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Sequence[float]\"\n    \"None\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 965 :character 40) :end
(:line 965 :character 45))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"slope\" of type \"float\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"float\"\n    \"None\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 973 :character 13) :end
(:line 973 :character 27))
:message
"Cannot assign to attribute \"_remove_method\" for class \"_AxLine\"\n  Attribute \"_remove_method\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1021 :character 29) :end
(:line 1021 :character 34))
:message
"Argument of type \"tuple[tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown]]\" cannot be assigned to parameter \"xy\" of type \"Sequence[float]\" in function \"__init__\"\n  \"tuple[tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown]]\" is not assignable to \"Sequence[float]\"\n    Type parameter \"_T_co@Sequence\" is covariant, but \"tuple[int, Unknown]\" is not a subtype of \"float\"\n      \"tuple[int, Unknown]\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1077 :character 29) :end
(:line 1077 :character 34))
:message
"Argument of type \"list[tuple[Unknown, int]]\" cannot be assigned to parameter \"xy\" of type \"Sequence[float]\" in function \"__init__\"\n  \"list[tuple[Unknown, int]]\" is not assignable to \"Sequence[float]\"\n    Type parameter \"_T_co@Sequence\" is covariant, but \"tuple[Unknown, int]\" is not a subtype of \"float\"\n      \"tuple[Unknown, int]\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1079 :character 21) :end
(:line 1079 :character 41))
:message
"Cannot assign to attribute \"_interpolation_steps\" for class \"Path\"\n  Attribute \"_interpolation_steps\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1084 :character 5) :end
(:line 1085 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1134 :character 30) :end
(:line 1134 :character 44))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1147 :character 14) :end
(:line 1147 :character 30))
:message
"Cannot access attribute \"_internal_update\" for class \"LineCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1161 :character 12) :end
(:line 1161 :character 13))
:message "Expected attribute name after \".\""
:severity 1 :source "basedpyright")
(:range
(:start (:line 1164 :character 5) :end
(:line 1165 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1214 :character 30) :end
(:line 1214 :character 44))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1228 :character 14) :end
(:line 1228 :character 30))
:message
"Cannot access attribute \"_internal_update\" for class \"LineCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1245 :character 5) :end
(:line 1247 :character 61))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1377 :character 23) :end
(:line 1377 :character 41))
:message
"\"_local_over_kwdict\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1378 :character 27) :end
(:line 1378 :character 45))
:message
"\"_local_over_kwdict\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1379 :character 27) :end
(:line 1379 :character 45))
:message
"\"_local_over_kwdict\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1406 :character 15) :end
(:line 1406 :character 21))
:message
"Argument of type \"list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1411 :character 43) :end
(:line 1411 :character 49))
:message
"Argument of type \"list[None] | list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"c\" of type \"ArrayLike\" in function \"to_rgba_array\"\n  Type \"list[None] | list[Unknown] | Iterable[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"Iterable[Any]\" is not assignable to type \"ArrayLike\"\n      \"Iterable[Any]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1419 :character 26) :end
(:line 1419 :character 62))
:message
"No overloads for \"tile\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/lib/_shape_base_impl.pyi"
:range
(:start (:line 216 :character 4) :end
(:line 216 :character 8)))
:message "Overload 2 is the closest match")])
(:range
(:start (:line 1419 :character 34) :end
(:line 1419 :character 45))
:message
"Argument of type \"list[None] | NDArray[Any]\" cannot be assigned to parameter \"A\" of type \"ArrayLike\" in function \"tile\"\n  Type \"list[None] | NDArray[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"list[None]\" is not assignable to type \"ArrayLike\"\n      \"list[None]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"list[None]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"list[None]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__getitem__\" is an incompatible type\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1423 :character 26) :end
(:line 1423 :character 62))
:message
"No overloads for \"tile\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/lib/_shape_base_impl.pyi"
:range
(:start (:line 216 :character 4) :end
(:line 216 :character 8)))
:message "Overload 2 is the closest match")])
(:range
(:start (:line 1423 :character 34) :end
(:line 1423 :character 45))
:message
"Argument of type \"list[None] | NDArray[Any]\" cannot be assigned to parameter \"A\" of type \"ArrayLike\" in function \"tile\"\n  Type \"list[None] | NDArray[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"list[None]\" is not assignable to type \"ArrayLike\"\n      \"list[None]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"list[None]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"list[None]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__getitem__\" is an incompatible type\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1426 :character 15) :end
(:line 1426 :character 21))
:message
"Argument of type \"list[Unknown] | list[None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown] | list[None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1428 :character 15) :end
(:line 1428 :character 20))
:message
"Argument of type \"list[Unknown | None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown | None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1430 :character 15) :end
(:line 1430 :character 25))
:message
"Argument of type \"list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1442 :character 15) :end
(:line 1442 :character 21))
:message
"Argument of type \"list[Any] | list[Unknown] | list[None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Any] | list[Unknown] | list[None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1445 :character 15) :end
(:line 1445 :character 20))
:message
"Argument of type \"list[Any] | list[Unknown | None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Any] | list[Unknown | None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1448 :character 15) :end
(:line 1448 :character 25))
:message
"Argument of type \"list[list[Unknown] | Iterable[Any]] | list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[list[Unknown] | Iterable[Any]] | list[Unknown] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1466 :character 17) :end
(:line 1466 :character 33))
:message
"Cannot access attribute \"_internal_update\" for class \"EventCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1479 :character 26) :end
(:line 1479 :character 53))
:message
"Operator \"-\" not supported for types \"NDArray[Unknown] | list[None] | NDArray[Any]\" and \"Unknown | list[None] | NDArray[Any]\"\n  Operator \"-\" not supported for types \"list[None]\" and \"list[None]\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 1480 :character 54) :end
(:line 1480 :character 57))
:message
"Cannot access attribute \"max\" for class \"list[None]\"\n  Attribute \"max\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1739 :character 48) :end
(:line 1739 :character 61))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1749 :character 5) :end
(:line 1749 :character 64))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1978 :character 5) :end
(:line 1978 :character 59))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2050 :character 5) :end
(:line 2050 :character 64))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2231 :character 8) :end
(:line 2231 :character 19))
:message "Function \"_convert_dx\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 2260 :character 27) :end
(:line 2260 :character 45))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2265 :character 26) :end
(:line 2265 :character 44))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2282 :character 5) :end
(:line 2282 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2392 :character 48) :end
(:line 2392 :character 62))
:message
"Argument of type \"type[Patch]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Patch]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Patch]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Patch]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2414 :character 40) :end
(:line 2414 :character 43))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 2463 :character 45) :end
(:line 2463 :character 46))
:message
"Argument of type \"NDArray[Unknown] | Unknown | Literal[0] | None\" cannot be assigned to parameter \"args\" of type \"ArrayLike\" in function \"broadcast_arrays\"\n  Type \"NDArray[Unknown] | Unknown | Literal[0] | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2479 :character 15) :end
(:line 2479 :character 27))
:message
"Argument of type \"Iterable[Any] | list[str]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"Iterable[Any] | list[str]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2480 :character 54) :end
(:line 2480 :character 66))
:message
"Argument of type \"Iterable[Any] | list[str]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"Iterable[Any] | list[str]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2532 :character 14) :end
(:line 2532 :character 30))
:message
"Cannot access attribute \"_internal_update\" for class \"Rectangle\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2533 :character 25) :end
(:line 2533 :character 45))
:message
"Cannot assign to attribute \"_interpolation_steps\" for class \"Path\"\n  Attribute \"_interpolation_steps\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2535 :character 31) :end
(:line 2535 :character 32))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2537 :character 31) :end
(:line 2537 :character 32))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2852 :character 32) :end
(:line 2852 :character 48))
:message
"\"_auto_format_str\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2864 :character 5) :end
(:line 2864 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2908 :character 22) :end
(:line 2908 :character 40))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2909 :character 22) :end
(:line 2909 :character 40))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2932 :character 5) :end
(:line 2932 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2933 :character 10) :end
(:line 2933 :character 26))
:message
"\"delete_parameter\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3066 :character 32) :end
(:line 3066 :character 35))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3073 :character 28) :end
(:line 3073 :character 31))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3117 :character 5) :end
(:line 3117 :character 73))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3264 :character 38) :end
(:line 3264 :character 58))
:message
"No overloads for \"atleast_1d\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/_core/shape_base.pyi"
:range
(:start (:line 31 :character 4) :end
(:line 31 :character 14)))
:message "Overload 3 is the closest match")])
(:range
(:start (:line 3264 :character 52) :end
(:line 3264 :character 57))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"arys\" of type \"ArrayLike\" in function \"atleast_1d\"\n  Type \"Unknown | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3266 :character 30) :end
(:line 3266 :character 36))
:message "Expected 0 positional arguments" :severity
1 :code "reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3320 :character 35) :end
(:line 3320 :character 38))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3356 :character 8) :end
(:line 3356 :character 27))
:message
"Function \"_errorevery_to_mask\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 3384 :character 8) :end
(:line 3384 :character 29))
:message
"No overloads for \"__setitem__\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/__init__.pyi"
:range
(:start (:line 2170 :character 8) :end
(:line 2170 :character 19)))
:message "Overload 8 is the closest match")])
(:range
(:start (:line 3384 :character 8) :end
(:line 3384 :character 29))
:message
"Argument of type \"slice[Integral, Any, Integral] | slice[Unknown, Unknown, Unknown] | Iterable[Any]\" cannot be assigned to parameter \"key\" of type \"_ToIndices\" in function \"__setitem__\"\n  Type \"slice[Integral, Any, Integral] | slice[Unknown, Unknown, Unknown] | Iterable[Any]\" is not assignable to type \"_ToIndices\"\n    Type \"Iterable[Any]\" is not assignable to type \"_ToIndices\"\n      \"Iterable[Any]\" is incompatible with protocol \"SupportsIndex\"\n        \"__index__\" is not present\n      \"Iterable[Any]\" is not assignable to \"slice[Any, Any, Any]\"\n      \"Iterable[Any]\" is not assignable to \"EllipsisType\"\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[numpy.bool[builtins.bool]] | dtype[integer[Any]]]\"\n        \"__array__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3387 :character 5) :end
(:line 3388 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3527 :character 48) :end
(:line 3527 :character 61))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3557 :character 24) :end
(:line 3557 :character 27))
:message
"Argument of type \"Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n    \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3562 :character 37) :end
(:line 3562 :character 55))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3565 :character 35) :end
(:line 3565 :character 53))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3645 :character 22) :end
(:line 3645 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3670 :character 29) :end
(:line 3670 :character 43))
:message
"\"CARETRIGHTBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3670 :character 52) :end
(:line 3670 :character 65))
:message
"\"CARETLEFTBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3672 :character 29) :end
(:line 3672 :character 40))
:message
"\"CARETUPBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3672 :character 49) :end
(:line 3672 :character 62))
:message
"\"CARETDOWNBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3694 :character 33) :end
(:line 3694 :character 42))
:message
"\"row_stack\" is not a known attribute of module \"numpy\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3741 :character 73) :end
(:line 3741 :character 75))
:message
"Argument of type \"MarkerStyle\" cannot be assigned to parameter \"marker\" of type \"str\" in function \"__init__\"\n  \"MarkerStyle\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3759 :character 5) :end
(:line 3759 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3957 :character 19) :end
(:line 3957 :character 22))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3959 :character 24) :end
(:line 3959 :character 27))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3962 :character 46) :end
(:line 3962 :character 52))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"labels\" of type \"ArrayLike\" in function \"boxplot_stats\"\n  Type \"Unknown | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3964 :character 20) :end
(:line 3964 :character 23))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3966 :character 19) :end
(:line 3966 :character 22))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3968 :character 27) :end
(:line 3968 :character 30))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3970 :character 23) :end
(:line 3970 :character 26))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3972 :character 24) :end
(:line 3972 :character 27))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3974 :character 23) :end
(:line 3974 :character 26))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3976 :character 22) :end
(:line 3976 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3978 :character 25) :end
(:line 3978 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4187 :character 49) :end
(:line 4187 :character 52))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4192 :character 54) :end
(:line 4192 :character 67))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4196 :character 25) :end
(:line 4196 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4197 :character 25) :end
(:line 4197 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4198 :character 25) :end
(:line 4198 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4199 :character 37) :end
(:line 4199 :character 40))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4200 :character 31) :end
(:line 4200 :character 34))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4202 :character 47) :end
(:line 4202 :character 65))
:message
"Argument of type \"type[PathPatch]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[PathPatch]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[PathPatch]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[PathPatch]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4207 :character 55) :end
(:line 4207 :character 61))
:message
"Argument of type \"float\" cannot be assigned to parameter \"zdelta\" of type \"int\" in function \"merge_kw_rc\"\n  \"float\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4208 :character 49) :end
(:line 4208 :character 55))
:message
"Argument of type \"float\" cannot be assigned to parameter \"zdelta\" of type \"int\" in function \"merge_kw_rc\"\n  \"float\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4221 :character 30) :end
(:line 4221 :character 44))
:message
"Cannot access attribute \"_create_closed\" for class \"type[Path]\"\n  Attribute \"_create_closed\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4267 :character 29) :end
(:line 4267 :character 43))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4268 :character 30) :end
(:line 4268 :character 44))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4273 :character 29) :end
(:line 4273 :character 40))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4274 :character 30) :end
(:line 4274 :character 41))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4278 :character 35) :end
(:line 4278 :character 47))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4279 :character 36) :end
(:line 4279 :character 48))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4345 :character 20) :end
(:line 4345 :character 24))
:message
"Cannot assign to attribute \"locs\" for class \"FixedLocator\"\n  Attribute \"locs\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4345 :character 46) :end
(:line 4345 :character 50))
:message
"Cannot access attribute \"locs\" for class \"FixedLocator\"\n  Attribute \"locs\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4351 :character 22) :end
(:line 4351 :character 25))
:message
"Cannot assign to attribute \"seq\" for class \"FixedFormatter\"\n  Attribute \"seq\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4351 :character 40) :end
(:line 4351 :character 43))
:message
"Cannot access attribute \"seq\" for class \"FixedFormatter\"\n  Attribute \"seq\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4359 :character 8) :end
(:line 4359 :character 33))
:message
"Function \"_parse_scatter_color_args\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 4437 :character 38) :end
(:line 4437 :character 41))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4438 :character 25) :end
(:line 4438 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4443 :character 29) :end
(:line 4443 :character 32))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4447 :character 39) :end
(:line 4447 :character 40))
:message
"Argument of type \"Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n    \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4448 :character 37) :end
(:line 4448 :character 55))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4487 :character 47) :end
(:line 4487 :character 48))
:message
"Argument of type \"NDArray[Any] | ndarray[tuple[int], dtype[Any]] | str | Unknown | Iterable[Any]\" cannot be assigned to parameter \"c\" of type \"ArrayLike\" in function \"to_rgba_array\"\n  Type \"NDArray[Any] | ndarray[tuple[int], dtype[Any]] | str | Unknown | Iterable[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"Iterable[Any]\" is not assignable to type \"ArrayLike\"\n      \"Iterable[Any]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4493 :character 56) :end
(:line 4493 :character 60))
:message
"Cannot access attribute \"size\" for class \"str\"\n  Attribute \"size\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4493 :character 56) :end
(:line 4493 :character 60))
:message
"Cannot access attribute \"size\" for class \"Iterable[Any]\"\n  Attribute \"size\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4508 :character 5) :end
(:line 4511 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 4635 :character 23) :end
(:line 4635 :character 26))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4636 :character 17) :end
(:line 4636 :character 20))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4657 :character 22) :end
(:line 4657 :character 36))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4660 :character 22) :end
(:line 4660 :character 36))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4672 :character 21) :end
(:line 4672 :character 24))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4713 :character 29) :end
(:line 4713 :character 32))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4716 :character 46) :end
(:line 4716 :character 49))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4735 :character 23) :end
(:line 4735 :character 34))
:message
"Cannot access attribute \"_scale_norm\" for class \"PathCollection\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4746 :character 19) :end
(:line 4746 :character 35))
:message
"Cannot access attribute \"_internal_update\" for class \"PathCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4753 :character 11) :end
(:line 4753 :character 14))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4764 :character 5) :end
(:line 4764 :character 69))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5081 :character 19) :end
(:line 5081 :character 32))
:message
"No overloads for \"sort\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/_core/fromnumeric.pyi"
:range
(:start (:line 348 :character 4) :end
(:line 348 :character 8)))
:message "Overload 2 is the closest match")])
(:range
(:start (:line 5081 :character 27) :end
(:line 5081 :character 31))
:message
"Argument of type \"Unknown | Iterable[Any]\" cannot be assigned to parameter \"a\" of type \"ArrayLike\" in function \"sort\"\n  Type \"Unknown | Iterable[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"Iterable[Any]\" is not assignable to type \"ArrayLike\"\n      \"Iterable[Any]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5088 :character 19) :end
(:line 5088 :character 35))
:message
"Cannot access attribute \"_internal_update\" for class \"PolyCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5089 :character 19) :end
(:line 5089 :character 30))
:message
"Cannot access attribute \"_scale_norm\" for class \"PolyCollection\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5140 :character 16) :end
(:line 5140 :character 32))
:message
"Cannot access attribute \"_internal_update\" for class \"PolyCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5143 :character 19) :end
(:line 5143 :character 23))
:message
"Cannot assign to attribute \"hbar\" for class \"PolyCollection\"\n  Attribute \"hbar\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5143 :character 36) :end
(:line 5143 :character 40))
:message
"Cannot assign to attribute \"vbar\" for class \"PolyCollection\"\n  Attribute \"vbar\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5151 :character 19) :end
(:line 5151 :character 28))
:message
"Cannot access attribute \"callbacks\" for class \"PolyCollection\"\n  Attribute \"callbacks\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5201 :character 8) :end
(:line 5201 :character 21))
:message
"Function \"_quiver_units\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 5210 :character 5) :end
(:line 5210 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5222 :character 5) :end
(:line 5222 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5279 :character 48) :end
(:line 5279 :character 61))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5378 :character 15) :end
(:line 5378 :character 18))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 5379 :character 52) :end
(:line 5379 :character 68))
:message
"Argument of type \"type[Collection]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Collection]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Collection]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Collection]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5469 :character 17) :end
(:line 5469 :character 26))
:message
"\"row_stack\" is not a known attribute of module \"numpy\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5488 :character 19) :end
(:line 5490 :character 49))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5502 :character 20) :end
(:line 5504 :character 49))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5508 :character 5) :end
(:line 5508 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5709 :character 21) :end
(:line 5709 :character 24))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 5711 :character 41) :end
(:line 5711 :character 45))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"cmap\" of type \"str | Colormap\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Colormap\"\n    Type \"None\" is not assignable to type \"str | Colormap\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Colormap\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5711 :character 52) :end
(:line 5711 :character 56))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"norm\" of type \"Normalize\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Normalize\"\n    \"None\" is not assignable to \"Normalize\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5712 :character 44) :end
(:line 5712 :character 57))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"interpolation\" of type \"str\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str\"\n    \"None\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5712 :character 66) :end
(:line 5712 :character 72))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"origin\" of type \"Literal['upper', 'lower']\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['upper', 'lower']\"\n    Type \"None\" is not assignable to type \"Literal['upper', 'lower']\"\n      \"None\" is not assignable to \"Literal['upper']\"\n      \"None\" is not assignable to \"Literal['lower']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5713 :character 37) :end
(:line 5713 :character 43))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"extent\" of type \"tuple[Unknown, ...]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"tuple[Unknown, ...]\"\n    \"None\" is not assignable to \"tuple[Unknown, ...]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5714 :character 60) :end
(:line 5714 :character 68))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"resample\" of type \"bool\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5715 :character 50) :end
(:line 5715 :character 69))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"interpolation_stage\" of type \"Literal['data', 'rgba']\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['data', 'rgba']\"\n    Type \"None\" is not assignable to type \"Literal['data', 'rgba']\"\n      \"None\" is not assignable to \"Literal['data']\"\n      \"None\" is not assignable to \"Literal['rgba']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5723 :character 11) :end
(:line 5723 :character 22))
:message
"Cannot access attribute \"_scale_norm\" for class \"AxesImage\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5724 :character 19) :end
(:line 5724 :character 22))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"url\" of type \"str\" in function \"set_url\"\n  Type \"Unknown | None\" is not assignable to type \"str\"\n    \"None\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5733 :character 8) :end
(:line 5733 :character 19))
:message "Function \"_pcolorargs\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 5782 :character 23) :end
(:line 5782 :character 34))
:message
"\"nargs_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5849 :character 5) :end
(:line 5849 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5997 :character 22) :end
(:line 5997 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6045 :character 50) :end
(:line 6045 :character 66))
:message
"\"_str_lower_equal\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6052 :character 19) :end
(:line 6052 :character 30))
:message
"Cannot access attribute \"_scale_norm\" for class \"PolyCollection\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6058 :character 23) :end
(:line 6058 :character 33))
:message
"Cannot access attribute \"_transform\" for class \"PolyCollection\"\n  Attribute \"_transform\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6076 :character 32) :end
(:line 6076 :character 33))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6077 :character 32) :end
(:line 6077 :character 33))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6083 :character 5) :end
(:line 6083 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6269 :character 22) :end
(:line 6269 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6280 :character 34) :end
(:line 6280 :character 37))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6285 :character 19) :end
(:line 6285 :character 30))
:message
"Cannot access attribute \"_scale_norm\" for class \"QuadMesh\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6290 :character 23) :end
(:line 6290 :character 33))
:message
"Cannot access attribute \"_transform\" for class \"QuadMesh\"\n  Attribute \"_transform\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6303 :character 32) :end
(:line 6303 :character 33))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6304 :character 32) :end
(:line 6304 :character 33))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6310 :character 5) :end
(:line 6310 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6432 :character 12) :end
(:line 6432 :character 13))
:message "Variable \"s\" is not accessed" :severity
4 :code "reportUnusedVariable" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedVariable"))
(:range
(:start (:line 6444 :character 25) :end
(:line 6444 :character 29))
:message "\"npin\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6467 :character 31) :end
(:line 6467 :character 34))
:message
"Cannot access attribute \"min\" for class \"list[int]\"\n  Attribute \"min\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6467 :character 40) :end
(:line 6467 :character 43))
:message
"Cannot access attribute \"max\" for class \"list[int]\"\n  Attribute \"max\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6467 :character 49) :end
(:line 6467 :character 52))
:message
"Cannot access attribute \"min\" for class \"list[int]\"\n  Attribute \"min\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6467 :character 58) :end
(:line 6467 :character 61))
:message
"Cannot access attribute \"max\" for class \"list[int]\"\n  Attribute \"max\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6474 :character 31) :end
(:line 6474 :character 35))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"cmap\" of type \"str | Colormap\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Colormap\"\n    Type \"None\" is not assignable to type \"str | Colormap\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Colormap\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6474 :character 42) :end
(:line 6474 :character 46))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"norm\" of type \"Normalize\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Normalize\"\n    \"None\" is not assignable to \"Normalize\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6481 :character 25) :end
(:line 6481 :character 29))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"cmap\" of type \"str | Colormap\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Colormap\"\n    Type \"None\" is not assignable to type \"str | Colormap\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Colormap\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6481 :character 36) :end
(:line 6481 :character 40))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"norm\" of type \"Normalize\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Normalize\"\n    \"None\" is not assignable to \"Normalize\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6487 :character 16) :end
(:line 6487 :character 27))
:message
"Cannot access attribute \"_scale_norm\" for class \"QuadMesh\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6487 :character 16) :end
(:line 6487 :character 27))
:message
"Cannot access attribute \"_scale_norm\" for class \"AxesImage\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6487 :character 16) :end
(:line 6487 :character 27))
:message
"Cannot access attribute \"_scale_norm\" for class \"PcolorImage\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6493 :character 25) :end
(:line 6493 :character 26))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6494 :character 25) :end
(:line 6494 :character 26))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6499 :character 5) :end
(:line 6499 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6515 :character 5) :end
(:line 6515 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6531 :character 15) :end
(:line 6531 :character 19))
:message "\"self\" is not accessed" :severity 4
:code "reportUnusedParameter" :source "basedpyright"
:tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedParameter"))
(:range
(:start (:line 6553 :character 5) :end
(:line 6553 :character 70))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6754 :character 19) :end
(:line 6754 :character 22))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6766 :character 18) :end
(:line 6766 :character 29))
:message
"\"_reshape_2D\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6789 :character 22) :end
(:line 6789 :character 33))
:message
"\"_reshape_2D\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6805 :character 59) :end
(:line 6805 :character 60))
:message "Variable \"i\" is not accessed" :severity
4 :code "reportUnusedVariable" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedVariable"))
(:range
(:start (:line 6835 :character 21) :end
(:line 6835 :character 38))
:message
"No overloads for \"concatenate\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/_core/multiarray.pyi"
:range
(:start (:line 581 :character 4) :end
(:line 581 :character 15)))
:message "Overload 5 is the closest match")])
(:range
(:start (:line 6835 :character 36) :end
(:line 6835 :character 37))
:message
"Argument of type \"Unknown | list[None]\" cannot be assigned to parameter \"arrays\" of type \"SupportsLenAndGetItem[ArrayLike]\" in function \"concatenate\"\n  Type \"Unknown | list[None]\" is not assignable to type \"SupportsLenAndGetItem[ArrayLike]\"\n    \"list[None]\" is incompatible with protocol \"SupportsLenAndGetItem[ArrayLike]\"\n      \"__getitem__\" is an incompatible type\n        No overloaded function matches type \"(k: int, /) -> _T_co@SupportsLenAndGetItem\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6881 :character 36) :end
(:line 6881 :character 39))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6919 :character 16) :end
(:line 6919 :character 29))
:message
"Operator \"+=\" not supported for types \"Unknown | ndarray[_Shape, dtype[float64]] | ndarray[_Shape, dtype[Any]] | float | Unbound\" and \"Unknown | NDArray[float64] | float | Unbound\"\n  Operator \"+\" not supported for types \"Unbound\" and \"Unbound\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 7020 :character 5) :end
(:line 7020 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7082 :character 47) :end
(:line 7082 :character 58))
:message
"Argument of type \"str\" cannot be assigned to parameter \"orientation\" of type \"Literal['vertical', 'horizontal']\" in function \"__init__\"\n  Type \"str\" is not assignable to type \"Literal['vertical', 'horizontal']\"\n    \"str\" is not assignable to type \"Literal['vertical']\"\n    \"str\" is not assignable to type \"Literal['horizontal']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7089 :character 31) :end
(:line 7089 :character 32))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7092 :character 31) :end
(:line 7092 :character 32))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7097 :character 5) :end
(:line 7097 :character 58))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7204 :character 5) :end
(:line 7204 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7290 :character 40) :end
(:line 7290 :character 44))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"NFFT\" of type \"int\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7290 :character 49) :end
(:line 7290 :character 51))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"Fs\" of type \"float\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"float\"\n    \"None\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7290 :character 61) :end
(:line 7290 :character 68))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"detrend\" of type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Literal['none']\"\n      \"None\" is not assignable to \"Literal['mean']\"\n      \"None\" is not assignable to \"Literal['linear']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7291 :character 37) :end
(:line 7291 :character 43))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"window\" of type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"ndarray[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7291 :character 54) :end
(:line 7291 :character 62))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"noverlap\" of type \"int\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7291 :character 71) :end
(:line 7291 :character 77))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7292 :character 36) :end
(:line 7292 :character 41))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    Type \"None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n      \"None\" is not assignable to \"Literal['default']\"\n      \"None\" is not assignable to \"Literal['onesided']\"\n      \"None\" is not assignable to \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7292 :character 57) :end
(:line 7292 :character 70))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7315 :character 5) :end
(:line 7315 :character 64))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7396 :character 45) :end
(:line 7396 :character 49))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"NFFT\" of type \"int\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7396 :character 54) :end
(:line 7396 :character 56))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"Fs\" of type \"float\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"float\"\n    \"None\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7396 :character 66) :end
(:line 7396 :character 73))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"detrend\" of type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Literal['none']\"\n      \"None\" is not assignable to \"Literal['mean']\"\n      \"None\" is not assignable to \"Literal['linear']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7397 :character 37) :end
(:line 7397 :character 43))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"window\" of type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"ndarray[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7397 :character 54) :end
(:line 7397 :character 62))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"noverlap\" of type \"int\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7397 :character 71) :end
(:line 7397 :character 77))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7398 :character 36) :end
(:line 7398 :character 41))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    Type \"None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n      \"None\" is not assignable to \"Literal['default']\"\n      \"None\" is not assignable to \"Literal['onesided']\"\n      \"None\" is not assignable to \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7398 :character 57) :end
(:line 7398 :character 70))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7417 :character 5) :end
(:line 7417 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7503 :character 5) :end
(:line 7503 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7572 :character 5) :end
(:line 7572 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7641 :character 5) :end
(:line 7641 :character 47))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7694 :character 47) :end
(:line 7694 :character 60))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"cohere\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7694 :character 68) :end
(:line 7694 :character 73))
:message
"Argument of type \"str\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"cohere\"\n  Type \"str\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    \"str\" is not assignable to type \"Literal['default']\"\n    \"str\" is not assignable to type \"Literal['onesided']\"\n    \"str\" is not assignable to type \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7695 :character 40) :end
(:line 7695 :character 46))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"cohere\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7705 :character 5) :end
(:line 7705 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7828 :character 47) :end
(:line 7828 :character 54))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"detrend\" of type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Literal['none']\"\n      \"None\" is not assignable to \"Literal['mean']\"\n      \"None\" is not assignable to \"Literal['linear']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7828 :character 63) :end
(:line 7828 :character 69))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"window\" of type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"ndarray[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7829 :character 65) :end
(:line 7829 :character 71))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7830 :character 45) :end
(:line 7830 :character 50))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    Type \"None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n      \"None\" is not assignable to \"Literal['default']\"\n      \"None\" is not assignable to \"Literal['onesided']\"\n      \"None\" is not assignable to \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7831 :character 53) :end
(:line 7831 :character 66))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7832 :character 44) :end
(:line 7832 :character 48))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"mode\" of type \"str\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"str\"\n    \"None\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7851 :character 8) :end
(:line 7851 :character 19))
:message
"Operator \"+=\" not supported for types \"ArrayLike\" and \"Unknown | Literal[0]\"\n  Operator \"+\" not supported for types \"Buffer\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"_SupportsArray[dtype[Any]]\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"_NestedSequence[_SupportsArray[dtype[Any]]]\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"str\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"bytes\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"_NestedSequence[bool | int | float | complex | str | bytes]\" and \"Literal[0]\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 7852 :character 29) :end
(:line 7852 :character 34))
:message
"\"__getitem__\" method not defined on type \"int\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7852 :character 29) :end
(:line 7852 :character 34))
:message
"\"__getitem__\" method not defined on type \"float\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7852 :character 29) :end
(:line 7852 :character 34))
:message
"\"__getitem__\" method not defined on type \"complex\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7852 :character 39) :end
(:line 7852 :character 44))
:message
"\"__getitem__\" method not defined on type \"int\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7852 :character 39) :end
(:line 7852 :character 44))
:message
"\"__getitem__\" method not defined on type \"float\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7852 :character 39) :end
(:line 7852 :character 44))
:message
"\"__getitem__\" method not defined on type \"complex\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7855 :character 23) :end
(:line 7855 :character 34))
:message
"\"kwarg_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7950 :character 33) :end
(:line 7951 :character 70))
:message "Argument missing for parameter \"array\""
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7953 :character 27) :end
(:line 7953 :character 38))
:message
"\"kwarg_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7978 :character 27) :end
(:line 7978 :character 38))
:message
"\"kwarg_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7980 :character 16) :end
(:line 7980 :character 17))
:message
"Argument of type \"Unknown | NDArray[intp]\" cannot be assigned to parameter \"xdata\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | NDArray[intp]\" is not assignable to type \"Sequence[float]\"\n    \"ndarray[_Shape, dtype[intp]]\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7980 :character 19) :end
(:line 7980 :character 20))
:message
"Argument of type \"Unknown | NDArray[intp]\" cannot be assigned to parameter \"ydata\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | NDArray[intp]\" is not assignable to type \"Sequence[float]\"\n    \"ndarray[_Shape, dtype[intp]]\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8053 :character 5) :end
(:line 8053 :character 48))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 8145 :character 22) :end
(:line 8145 :character 38))
:message
"\"_unpack_to_numpy\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 8153 :character 47) :end
(:line 8153 :character 56))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"quantiles\" of type \"ArrayLike\" in function \"violin_stats\"\n  Type \"Unknown | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8269 :character 17) :end
(:line 8269 :character 23))
:message
"Argument of type \"float\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  \"float\" is incompatible with protocol \"Sized\"\n    \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8273 :character 20) :end
(:line 8273 :character 68))
:message
"Operator \"+\" not supported for types \"list[list[float]]\" and \"range | Unknown\"\n  Operator \"+\" not supported for types \"list[list[float]]\" and \"range\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 8276 :character 11) :end
(:line 8276 :character 14))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 8294 :character 57) :end
(:line 8294 :character 63))
:message
"Argument of type \"list[generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]] | float\" cannot be assigned to parameter \"iter3\" of type \"Iterable[_T3@__new__]\" in function \"__new__\"\n  Type \"list[generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]] | float\" is not assignable to type \"Iterable[_T3@__new__]\"\n    \"float\" is incompatible with protocol \"Iterable[_T3@__new__]\"\n      \"__iter__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8330 :character 16) :end
(:line 8330 :character 34))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 8332 :character 17) :end
(:line 8333 :character 59))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 8340 :character 8) :end
(:line 8340 :character 25))
:message
"Function \"_get_aspect_ratio\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 8350 :character 0) :end
(:line 8350 :character 0))
:message "Unindent not expected" :severity 1 :source
"basedpyright")
(:range
(:start (:line 8350 :character 0) :end
(:line 8350 :character 0))
:message "Expected expression" :severity 1 :source
"basedpyright")
(:range
(:start (:line 8350 :character 0) :end
(:line 8350 :character 0))
:message
"Statements must be separated by newlines or semicolons"
:severity 1 :source "basedpyright")]))
[jsonrpc] e[19:11:41.265] <-- textDocument/signatureHelp[83]
(:jsonrpc "2.0" :id 83 :result nil)
[jsonrpc] e[19:11:41.266] <-- textDocument/hover[84]
(:jsonrpc "2.0" :id 84 :result nil)
[jsonrpc] e[19:11:41.266] <-- textDocument/documentHighlight[85]
(:jsonrpc "2.0" :id 85 :result nil)
[jsonrpc] e[19:11:41.266] --> completionItem/resolve[86]
(:jsonrpc "2.0" :id 86 :method "completionItem/resolve" :params
(:label #("asanyarray" 0 1 ... 1 2 ...) :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position ... :funcParensDisabled t :symbolLabel
"asanyarray")
:sortText "05.0006.asanyarray"))
[jsonrpc] e[19:11:41.269] <-- completionItem/resolve[86]
(:jsonrpc "2.0" :id 86 :result
(:label "asanyarray" :kind 3 :data
(:uri
"file:///Users/jdsmith/code/python/test/test_axes.py"
:position ... :funcParensDisabled t :symbolLabel
"asanyarray")
:sortText "05.0006.asanyarray" :documentation
(:kind "plaintext" :value
"def asanyarray(\n a: _ArrayType@asanyarray,\n dtype: None = ...,\n order: _OrderKACF = ...,\n *,\n device: Literal['cpu'] | None = ...,\n copy: bool | None = ...,\n like: _SupportsArrayFunc | None = ...\n) -> _ArrayType@asanyarray: ...\n\ndef asanyarray(\n a: _ArrayLike[_SCT@asanyarray],\n dtype: None = ...,\n order: _OrderKACF = ...,\n *,\n device: Literal['cpu'] | None = ...,\n copy: bool | None = ...,\n like: _SupportsArrayFunc | None = ...\n) -> NDArray[_SCT@asanyarray]: ...\n\ndef asanyarray(\n a: object,\n dtype: None = ...,\n order: _OrderKACF = ...,\n *,\n device: Literal['cpu'] | None = ...,\n copy: bool | None = ...,\n like: _SupportsArrayFunc | None = ...\n) -> NDArray[Any]: ...\n\ndef asanyarray(\n a: Any,\n dtype: _DTypeLike[_SCT@asanyarray],\n order: _OrderKACF = ...,\n *,\n device: Literal['cpu'] | None = ...,\n copy: bool | None = ...,\n like: _SupportsArrayFunc | None = ...\n) -> NDArray[_SCT@asanyarray]: ...\n\ndef asanyarray(\n a: Any,\n dtype: DTypeLike,\n order: _OrderKACF = ...,\n *,\n device: Literal['cpu'] | None = ...,\n copy: bool | None = ...,\n like: _SupportsArrayFunc | None = ...\n) -> NDArray[Any]: ...")))
[jsonrpc] e[19:11:43.715] --> textDocument/didChange
(:jsonrpc "2.0" :method "textDocument/didChange" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py"
:version 23)
:contentChanges
[(:range
(:start (:line 20 :character 5) :end
(:line 20 :character 5))
:rangeLength 0 :text "anyarray")]))
[jsonrpc] e[19:11:44.271] --> textDocument/inlayHint[87]
(:jsonrpc "2.0" :id 87 :method "textDocument/inlayHint" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:range
(:start (:line 20 :character 0) :end
(:line 103 :character 43))))
[jsonrpc] e[19:11:44.421] <-- textDocument/publishDiagnostics
(:jsonrpc "2.0" :method "textDocument/publishDiagnostics" :params
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py"
:version 23 :diagnostics
[(:range
(:start (:line 1 :character 19) :end
(:line 1 :character 29))
:message "Import \"all_errors\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 7 :character 16) :end
(:line 7 :character 32))
:message
"Import \"float_repr_style\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 22 :character 7) :end
(:line 22 :character 26))
:message
"Import \"matplotlib.category\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 27 :character 7) :end
(:line 27 :character 23))
:message
"Import \"matplotlib.dates\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 44 :character 41) :end
(:line 44 :character 57))
:message
"Import \"matplotlib._preprocess_data\" could not be resolved from source"
:severity 2 :code "reportMissingModuleSource"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportMissingModuleSource"))
(:range
(:start (:line 46 :character 15) :end
(:line 46 :character 40))
:message
"\"_TransformedBoundsLocator\" is unknown import symbol"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 46 :character 42) :end
(:line 46 :character 62))
:message
"\"_process_plot_format\" is unknown import symbol"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 68 :character 3) :end
(:line 68 :character 4))
:message "Expected attribute name after \".\""
:severity 1 :source "basedpyright")
(:range
(:start (:line 72 :character 0) :end
(:line 72 :character 2))
:message "Expected indented block" :severity 1
:source "basedpyright")
(:range
(:start (:line 73 :character 0) :end
(:line 73 :character 6))
:message "\"Foobar\" is not defined" :severity 1
:code "reportUndefinedVariable" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 73 :character 0) :end
(:line 73 :character 6))
:message "Expression value is unused" :severity 2
:code "reportUnusedExpression" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedExpression"))
(:range
(:start (:line 77 :character 0) :end
(:line 77 :character 4))
:message "Unexpected indentation" :severity 1
:source "basedpyright")
(:range
(:start (:line 184 :character 18) :end
(:line 184 :character 21))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 187 :character 16) :end
(:line 187 :character 19))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 199 :character 24) :end
(:line 199 :character 27))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 200 :character 26) :end
(:line 200 :character 29))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 203 :character 21) :end
(:line 203 :character 24))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 204 :character 21) :end
(:line 204 :character 37))
:message
"\"_str_lower_equal\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 207 :character 18) :end
(:line 207 :character 21))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 226 :character 34) :end
(:line 226 :character 60))
:message
"\"_get_legend_handles_labels\" is not a known attribute of module \"matplotlib.legend\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 345 :character 54) :end
(:line 345 :character 72))
:message
"\"_parse_legend_args\" is not a known attribute of module \"matplotlib.legend\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 352 :character 21) :end
(:line 352 :character 35))
:message
"Cannot assign to attribute \"_remove_method\" for class \"Legend\"\n  Attribute \"_remove_method\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 355 :character 8) :end
(:line 355 :character 22))
:message
"Function \"_remove_legend\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 355 :character 29) :end
(:line 355 :character 35))
:message "\"legend\" is not accessed" :severity 4
:code "reportUnusedParameter" :source "basedpyright"
:tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedParameter"))
(:range
(:start (:line 750 :character 46) :end
(:line 750 :character 52))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"xytext\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Sequence[float]\"\n    \"None\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 751 :character 40) :end
(:line 751 :character 50))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"textcoords\" of type \"str | Artist | Transform | ((...) -> Unknown) | Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Artist | Transform | ((...) -> Unknown) | Sequence[float]\"\n    Type \"None\" is not assignable to type \"str | Artist | Transform | ((...) -> Unknown) | Sequence[float]\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Artist\"\n      \"None\" is not assignable to \"Transform\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 751 :character 63) :end
(:line 751 :character 73))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"arrowprops\" of type \"dict[Unknown, Unknown]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"dict[Unknown, Unknown]\"\n    \"None\" is not assignable to \"dict[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 898 :character 8) :end
(:line 898 :character 23))
:message
"Function \"_check_no_units\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 901 :character 26) :end
(:line 901 :character 48))
:message
"\"_is_natively_supported\" is not a known attribute of module \"matplotlib.units\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 965 :character 35) :end
(:line 965 :character 38))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"xy2\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Sequence[float]\"\n    \"None\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 965 :character 40) :end
(:line 965 :character 45))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"slope\" of type \"float\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"float\"\n    \"None\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 973 :character 13) :end
(:line 973 :character 27))
:message
"Cannot assign to attribute \"_remove_method\" for class \"_AxLine\"\n  Attribute \"_remove_method\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1021 :character 29) :end
(:line 1021 :character 34))
:message
"Argument of type \"tuple[tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown]]\" cannot be assigned to parameter \"xy\" of type \"Sequence[float]\" in function \"__init__\"\n  \"tuple[tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown]]\" is not assignable to \"Sequence[float]\"\n    Type parameter \"_T_co@Sequence\" is covariant, but \"tuple[int, Unknown]\" is not a subtype of \"float\"\n      \"tuple[int, Unknown]\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1077 :character 29) :end
(:line 1077 :character 34))
:message
"Argument of type \"list[tuple[Unknown, int]]\" cannot be assigned to parameter \"xy\" of type \"Sequence[float]\" in function \"__init__\"\n  \"list[tuple[Unknown, int]]\" is not assignable to \"Sequence[float]\"\n    Type parameter \"_T_co@Sequence\" is covariant, but \"tuple[Unknown, int]\" is not a subtype of \"float\"\n      \"tuple[Unknown, int]\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1079 :character 21) :end
(:line 1079 :character 41))
:message
"Cannot assign to attribute \"_interpolation_steps\" for class \"Path\"\n  Attribute \"_interpolation_steps\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1084 :character 5) :end
(:line 1085 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1134 :character 30) :end
(:line 1134 :character 44))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1147 :character 14) :end
(:line 1147 :character 30))
:message
"Cannot access attribute \"_internal_update\" for class \"LineCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1161 :character 12) :end
(:line 1161 :character 13))
:message "Expected attribute name after \".\""
:severity 1 :source "basedpyright")
(:range
(:start (:line 1164 :character 5) :end
(:line 1165 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1214 :character 30) :end
(:line 1214 :character 44))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1228 :character 14) :end
(:line 1228 :character 30))
:message
"Cannot access attribute \"_internal_update\" for class \"LineCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1245 :character 5) :end
(:line 1247 :character 61))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1377 :character 23) :end
(:line 1377 :character 41))
:message
"\"_local_over_kwdict\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1378 :character 27) :end
(:line 1378 :character 45))
:message
"\"_local_over_kwdict\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1379 :character 27) :end
(:line 1379 :character 45))
:message
"\"_local_over_kwdict\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1406 :character 15) :end
(:line 1406 :character 21))
:message
"Argument of type \"list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1411 :character 43) :end
(:line 1411 :character 49))
:message
"Argument of type \"list[None] | list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"c\" of type \"ArrayLike\" in function \"to_rgba_array\"\n  Type \"list[None] | list[Unknown] | Iterable[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"Iterable[Any]\" is not assignable to type \"ArrayLike\"\n      \"Iterable[Any]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1419 :character 26) :end
(:line 1419 :character 62))
:message
"No overloads for \"tile\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/lib/_shape_base_impl.pyi"
:range
(:start (:line 216 :character 4) :end
(:line 216 :character 8)))
:message "Overload 2 is the closest match")])
(:range
(:start (:line 1419 :character 34) :end
(:line 1419 :character 45))
:message
"Argument of type \"list[None] | NDArray[Any]\" cannot be assigned to parameter \"A\" of type \"ArrayLike\" in function \"tile\"\n  Type \"list[None] | NDArray[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"list[None]\" is not assignable to type \"ArrayLike\"\n      \"list[None]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"list[None]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"list[None]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__getitem__\" is an incompatible type\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1423 :character 26) :end
(:line 1423 :character 62))
:message
"No overloads for \"tile\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/lib/_shape_base_impl.pyi"
:range
(:start (:line 216 :character 4) :end
(:line 216 :character 8)))
:message "Overload 2 is the closest match")])
(:range
(:start (:line 1423 :character 34) :end
(:line 1423 :character 45))
:message
"Argument of type \"list[None] | NDArray[Any]\" cannot be assigned to parameter \"A\" of type \"ArrayLike\" in function \"tile\"\n  Type \"list[None] | NDArray[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"list[None]\" is not assignable to type \"ArrayLike\"\n      \"list[None]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"list[None]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"list[None]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__getitem__\" is an incompatible type\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1426 :character 15) :end
(:line 1426 :character 21))
:message
"Argument of type \"list[Unknown] | list[None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown] | list[None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1428 :character 15) :end
(:line 1428 :character 20))
:message
"Argument of type \"list[Unknown | None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown | None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1430 :character 15) :end
(:line 1430 :character 25))
:message
"Argument of type \"list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1442 :character 15) :end
(:line 1442 :character 21))
:message
"Argument of type \"list[Any] | list[Unknown] | list[None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Any] | list[Unknown] | list[None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1445 :character 15) :end
(:line 1445 :character 20))
:message
"Argument of type \"list[Any] | list[Unknown | None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Any] | list[Unknown | None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1448 :character 15) :end
(:line 1448 :character 25))
:message
"Argument of type \"list[list[Unknown] | Iterable[Any]] | list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[list[Unknown] | Iterable[Any]] | list[Unknown] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1466 :character 17) :end
(:line 1466 :character 33))
:message
"Cannot access attribute \"_internal_update\" for class \"EventCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1479 :character 26) :end
(:line 1479 :character 53))
:message
"Operator \"-\" not supported for types \"NDArray[Unknown] | list[None] | NDArray[Any]\" and \"Unknown | list[None] | NDArray[Any]\"\n  Operator \"-\" not supported for types \"list[None]\" and \"list[None]\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 1480 :character 54) :end
(:line 1480 :character 57))
:message
"Cannot access attribute \"max\" for class \"list[None]\"\n  Attribute \"max\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1739 :character 48) :end
(:line 1739 :character 61))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1749 :character 5) :end
(:line 1749 :character 64))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1978 :character 5) :end
(:line 1978 :character 59))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2050 :character 5) :end
(:line 2050 :character 64))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2231 :character 8) :end
(:line 2231 :character 19))
:message "Function \"_convert_dx\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 2260 :character 27) :end
(:line 2260 :character 45))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2265 :character 26) :end
(:line 2265 :character 44))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2282 :character 5) :end
(:line 2282 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2392 :character 48) :end
(:line 2392 :character 62))
:message
"Argument of type \"type[Patch]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Patch]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Patch]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Patch]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2414 :character 40) :end
(:line 2414 :character 43))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 2463 :character 45) :end
(:line 2463 :character 46))
:message
"Argument of type \"NDArray[Unknown] | Unknown | Literal[0] | None\" cannot be assigned to parameter \"args\" of type \"ArrayLike\" in function \"broadcast_arrays\"\n  Type \"NDArray[Unknown] | Unknown | Literal[0] | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2479 :character 15) :end
(:line 2479 :character 27))
:message
"Argument of type \"Iterable[Any] | list[str]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"Iterable[Any] | list[str]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2480 :character 54) :end
(:line 2480 :character 66))
:message
"Argument of type \"Iterable[Any] | list[str]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"Iterable[Any] | list[str]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2532 :character 14) :end
(:line 2532 :character 30))
:message
"Cannot access attribute \"_internal_update\" for class \"Rectangle\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2533 :character 25) :end
(:line 2533 :character 45))
:message
"Cannot assign to attribute \"_interpolation_steps\" for class \"Path\"\n  Attribute \"_interpolation_steps\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2535 :character 31) :end
(:line 2535 :character 32))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2537 :character 31) :end
(:line 2537 :character 32))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2852 :character 32) :end
(:line 2852 :character 48))
:message
"\"_auto_format_str\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2864 :character 5) :end
(:line 2864 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2908 :character 22) :end
(:line 2908 :character 40))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2909 :character 22) :end
(:line 2909 :character 40))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2932 :character 5) :end
(:line 2932 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2933 :character 10) :end
(:line 2933 :character 26))
:message
"\"delete_parameter\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3066 :character 32) :end
(:line 3066 :character 35))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3073 :character 28) :end
(:line 3073 :character 31))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3117 :character 5) :end
(:line 3117 :character 73))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3264 :character 38) :end
(:line 3264 :character 58))
:message
"No overloads for \"atleast_1d\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/_core/shape_base.pyi"
:range
(:start (:line 31 :character 4) :end
(:line 31 :character 14)))
:message "Overload 3 is the closest match")])
(:range
(:start (:line 3264 :character 52) :end
(:line 3264 :character 57))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"arys\" of type \"ArrayLike\" in function \"atleast_1d\"\n  Type \"Unknown | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3266 :character 30) :end
(:line 3266 :character 36))
:message "Expected 0 positional arguments" :severity
1 :code "reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3320 :character 35) :end
(:line 3320 :character 38))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3356 :character 8) :end
(:line 3356 :character 27))
:message
"Function \"_errorevery_to_mask\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 3384 :character 8) :end
(:line 3384 :character 29))
:message
"No overloads for \"__setitem__\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/__init__.pyi"
:range
(:start (:line 2170 :character 8) :end
(:line 2170 :character 19)))
:message "Overload 8 is the closest match")])
(:range
(:start (:line 3384 :character 8) :end
(:line 3384 :character 29))
:message
"Argument of type \"slice[Integral, Any, Integral] | slice[Unknown, Unknown, Unknown] | Iterable[Any]\" cannot be assigned to parameter \"key\" of type \"_ToIndices\" in function \"__setitem__\"\n  Type \"slice[Integral, Any, Integral] | slice[Unknown, Unknown, Unknown] | Iterable[Any]\" is not assignable to type \"_ToIndices\"\n    Type \"Iterable[Any]\" is not assignable to type \"_ToIndices\"\n      \"Iterable[Any]\" is incompatible with protocol \"SupportsIndex\"\n        \"__index__\" is not present\n      \"Iterable[Any]\" is not assignable to \"slice[Any, Any, Any]\"\n      \"Iterable[Any]\" is not assignable to \"EllipsisType\"\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[numpy.bool[builtins.bool]] | dtype[integer[Any]]]\"\n        \"__array__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3387 :character 5) :end
(:line 3388 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3527 :character 48) :end
(:line 3527 :character 61))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3557 :character 24) :end
(:line 3557 :character 27))
:message
"Argument of type \"Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n    \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3562 :character 37) :end
(:line 3562 :character 55))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3565 :character 35) :end
(:line 3565 :character 53))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3645 :character 22) :end
(:line 3645 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3670 :character 29) :end
(:line 3670 :character 43))
:message
"\"CARETRIGHTBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3670 :character 52) :end
(:line 3670 :character 65))
:message
"\"CARETLEFTBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3672 :character 29) :end
(:line 3672 :character 40))
:message
"\"CARETUPBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3672 :character 49) :end
(:line 3672 :character 62))
:message
"\"CARETDOWNBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3694 :character 33) :end
(:line 3694 :character 42))
:message
"\"row_stack\" is not a known attribute of module \"numpy\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3741 :character 73) :end
(:line 3741 :character 75))
:message
"Argument of type \"MarkerStyle\" cannot be assigned to parameter \"marker\" of type \"str\" in function \"__init__\"\n  \"MarkerStyle\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3759 :character 5) :end
(:line 3759 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3957 :character 19) :end
(:line 3957 :character 22))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3959 :character 24) :end
(:line 3959 :character 27))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3962 :character 46) :end
(:line 3962 :character 52))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"labels\" of type \"ArrayLike\" in function \"boxplot_stats\"\n  Type \"Unknown | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3964 :character 20) :end
(:line 3964 :character 23))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3966 :character 19) :end
(:line 3966 :character 22))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3968 :character 27) :end
(:line 3968 :character 30))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3970 :character 23) :end
(:line 3970 :character 26))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3972 :character 24) :end
(:line 3972 :character 27))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3974 :character 23) :end
(:line 3974 :character 26))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3976 :character 22) :end
(:line 3976 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3978 :character 25) :end
(:line 3978 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4187 :character 49) :end
(:line 4187 :character 52))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4192 :character 54) :end
(:line 4192 :character 67))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4196 :character 25) :end
(:line 4196 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4197 :character 25) :end
(:line 4197 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4198 :character 25) :end
(:line 4198 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4199 :character 37) :end
(:line 4199 :character 40))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4200 :character 31) :end
(:line 4200 :character 34))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4202 :character 47) :end
(:line 4202 :character 65))
:message
"Argument of type \"type[PathPatch]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[PathPatch]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[PathPatch]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[PathPatch]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4207 :character 55) :end
(:line 4207 :character 61))
:message
"Argument of type \"float\" cannot be assigned to parameter \"zdelta\" of type \"int\" in function \"merge_kw_rc\"\n  \"float\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4208 :character 49) :end
(:line 4208 :character 55))
:message
"Argument of type \"float\" cannot be assigned to parameter \"zdelta\" of type \"int\" in function \"merge_kw_rc\"\n  \"float\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4221 :character 30) :end
(:line 4221 :character 44))
:message
"Cannot access attribute \"_create_closed\" for class \"type[Path]\"\n  Attribute \"_create_closed\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4267 :character 29) :end
(:line 4267 :character 43))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4268 :character 30) :end
(:line 4268 :character 44))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4273 :character 29) :end
(:line 4273 :character 40))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4274 :character 30) :end
(:line 4274 :character 41))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4278 :character 35) :end
(:line 4278 :character 47))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4279 :character 36) :end
(:line 4279 :character 48))
:message
"Operator \"*\" not supported for types \"generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]\" and \"float\"\n  Operator \"*\" not supported for types \"generic[Any]\" and \"float\"\n  Operator \"*\" not supported for types \"str\" and \"float\"\n  Operator \"*\" not supported for types \"bytes\" and \"float\"\n  Operator \"*\" not supported for types \"memoryview[int]\" and \"float\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 4345 :character 20) :end
(:line 4345 :character 24))
:message
"Cannot assign to attribute \"locs\" for class \"FixedLocator\"\n  Attribute \"locs\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4345 :character 46) :end
(:line 4345 :character 50))
:message
"Cannot access attribute \"locs\" for class \"FixedLocator\"\n  Attribute \"locs\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4351 :character 22) :end
(:line 4351 :character 25))
:message
"Cannot assign to attribute \"seq\" for class \"FixedFormatter\"\n  Attribute \"seq\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4351 :character 40) :end
(:line 4351 :character 43))
:message
"Cannot access attribute \"seq\" for class \"FixedFormatter\"\n  Attribute \"seq\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4359 :character 8) :end
(:line 4359 :character 33))
:message
"Function \"_parse_scatter_color_args\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 4437 :character 38) :end
(:line 4437 :character 41))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4438 :character 25) :end
(:line 4438 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4443 :character 29) :end
(:line 4443 :character 32))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4447 :character 39) :end
(:line 4447 :character 40))
:message
"Argument of type \"Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n    \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4448 :character 37) :end
(:line 4448 :character 55))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4487 :character 47) :end
(:line 4487 :character 48))
:message
"Argument of type \"NDArray[Any] | ndarray[tuple[int], dtype[Any]] | str | Unknown | Iterable[Any]\" cannot be assigned to parameter \"c\" of type \"ArrayLike\" in function \"to_rgba_array\"\n  Type \"NDArray[Any] | ndarray[tuple[int], dtype[Any]] | str | Unknown | Iterable[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"Iterable[Any]\" is not assignable to type \"ArrayLike\"\n      \"Iterable[Any]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 4493 :character 56) :end
(:line 4493 :character 60))
:message
"Cannot access attribute \"size\" for class \"str\"\n  Attribute \"size\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4493 :character 56) :end
(:line 4493 :character 60))
:message
"Cannot access attribute \"size\" for class \"Iterable[Any]\"\n  Attribute \"size\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4508 :character 5) :end
(:line 4511 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 4635 :character 23) :end
(:line 4635 :character 26))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4636 :character 17) :end
(:line 4636 :character 20))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4657 :character 22) :end
(:line 4657 :character 36))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4660 :character 22) :end
(:line 4660 :character 36))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4672 :character 21) :end
(:line 4672 :character 24))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4713 :character 29) :end
(:line 4713 :character 32))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4716 :character 46) :end
(:line 4716 :character 49))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4735 :character 23) :end
(:line 4735 :character 34))
:message
"Cannot access attribute \"_scale_norm\" for class \"PathCollection\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4746 :character 19) :end
(:line 4746 :character 35))
:message
"Cannot access attribute \"_internal_update\" for class \"PathCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 4753 :character 11) :end
(:line 4753 :character 14))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4764 :character 5) :end
(:line 4764 :character 69))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5081 :character 19) :end
(:line 5081 :character 32))
:message
"No overloads for \"sort\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/_core/fromnumeric.pyi"
:range
(:start (:line 348 :character 4) :end
(:line 348 :character 8)))
:message "Overload 2 is the closest match")])
(:range
(:start (:line 5081 :character 27) :end
(:line 5081 :character 31))
:message
"Argument of type \"Unknown | Iterable[Any]\" cannot be assigned to parameter \"a\" of type \"ArrayLike\" in function \"sort\"\n  Type \"Unknown | Iterable[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"Iterable[Any]\" is not assignable to type \"ArrayLike\"\n      \"Iterable[Any]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5088 :character 19) :end
(:line 5088 :character 35))
:message
"Cannot access attribute \"_internal_update\" for class \"PolyCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5089 :character 19) :end
(:line 5089 :character 30))
:message
"Cannot access attribute \"_scale_norm\" for class \"PolyCollection\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5140 :character 16) :end
(:line 5140 :character 32))
:message
"Cannot access attribute \"_internal_update\" for class \"PolyCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5143 :character 19) :end
(:line 5143 :character 23))
:message
"Cannot assign to attribute \"hbar\" for class \"PolyCollection\"\n  Attribute \"hbar\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5143 :character 36) :end
(:line 5143 :character 40))
:message
"Cannot assign to attribute \"vbar\" for class \"PolyCollection\"\n  Attribute \"vbar\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5151 :character 19) :end
(:line 5151 :character 28))
:message
"Cannot access attribute \"callbacks\" for class \"PolyCollection\"\n  Attribute \"callbacks\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5201 :character 8) :end
(:line 5201 :character 21))
:message
"Function \"_quiver_units\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 5210 :character 5) :end
(:line 5210 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5222 :character 5) :end
(:line 5222 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5279 :character 48) :end
(:line 5279 :character 61))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5378 :character 15) :end
(:line 5378 :character 18))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 5379 :character 52) :end
(:line 5379 :character 68))
:message
"Argument of type \"type[Collection]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Collection]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Collection]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Collection]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5469 :character 17) :end
(:line 5469 :character 26))
:message
"\"row_stack\" is not a known attribute of module \"numpy\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5488 :character 19) :end
(:line 5490 :character 49))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5502 :character 20) :end
(:line 5504 :character 49))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5508 :character 5) :end
(:line 5508 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5709 :character 21) :end
(:line 5709 :character 24))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 5711 :character 41) :end
(:line 5711 :character 45))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"cmap\" of type \"str | Colormap\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Colormap\"\n    Type \"None\" is not assignable to type \"str | Colormap\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Colormap\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5711 :character 52) :end
(:line 5711 :character 56))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"norm\" of type \"Normalize\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Normalize\"\n    \"None\" is not assignable to \"Normalize\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5712 :character 44) :end
(:line 5712 :character 57))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"interpolation\" of type \"str\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str\"\n    \"None\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5712 :character 66) :end
(:line 5712 :character 72))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"origin\" of type \"Literal['upper', 'lower']\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['upper', 'lower']\"\n    Type \"None\" is not assignable to type \"Literal['upper', 'lower']\"\n      \"None\" is not assignable to \"Literal['upper']\"\n      \"None\" is not assignable to \"Literal['lower']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5713 :character 37) :end
(:line 5713 :character 43))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"extent\" of type \"tuple[Unknown, ...]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"tuple[Unknown, ...]\"\n    \"None\" is not assignable to \"tuple[Unknown, ...]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5714 :character 60) :end
(:line 5714 :character 68))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"resample\" of type \"bool\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5715 :character 50) :end
(:line 5715 :character 69))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"interpolation_stage\" of type \"Literal['data', 'rgba']\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['data', 'rgba']\"\n    Type \"None\" is not assignable to type \"Literal['data', 'rgba']\"\n      \"None\" is not assignable to \"Literal['data']\"\n      \"None\" is not assignable to \"Literal['rgba']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5723 :character 11) :end
(:line 5723 :character 22))
:message
"Cannot access attribute \"_scale_norm\" for class \"AxesImage\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5724 :character 19) :end
(:line 5724 :character 22))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"url\" of type \"str\" in function \"set_url\"\n  Type \"Unknown | None\" is not assignable to type \"str\"\n    \"None\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 5733 :character 8) :end
(:line 5733 :character 19))
:message "Function \"_pcolorargs\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 5782 :character 23) :end
(:line 5782 :character 34))
:message
"\"nargs_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 5849 :character 5) :end
(:line 5849 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 5997 :character 22) :end
(:line 5997 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6045 :character 50) :end
(:line 6045 :character 66))
:message
"\"_str_lower_equal\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6052 :character 19) :end
(:line 6052 :character 30))
:message
"Cannot access attribute \"_scale_norm\" for class \"PolyCollection\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6058 :character 23) :end
(:line 6058 :character 33))
:message
"Cannot access attribute \"_transform\" for class \"PolyCollection\"\n  Attribute \"_transform\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6076 :character 32) :end
(:line 6076 :character 33))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6077 :character 32) :end
(:line 6077 :character 33))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6083 :character 5) :end
(:line 6083 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6269 :character 22) :end
(:line 6269 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6280 :character 34) :end
(:line 6280 :character 37))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6285 :character 19) :end
(:line 6285 :character 30))
:message
"Cannot access attribute \"_scale_norm\" for class \"QuadMesh\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6290 :character 23) :end
(:line 6290 :character 33))
:message
"Cannot access attribute \"_transform\" for class \"QuadMesh\"\n  Attribute \"_transform\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6303 :character 32) :end
(:line 6303 :character 33))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6304 :character 32) :end
(:line 6304 :character 33))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6310 :character 5) :end
(:line 6310 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6432 :character 12) :end
(:line 6432 :character 13))
:message "Variable \"s\" is not accessed" :severity
4 :code "reportUnusedVariable" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedVariable"))
(:range
(:start (:line 6444 :character 25) :end
(:line 6444 :character 29))
:message "\"npin\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6467 :character 31) :end
(:line 6467 :character 34))
:message
"Cannot access attribute \"min\" for class \"list[int]\"\n  Attribute \"min\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6467 :character 40) :end
(:line 6467 :character 43))
:message
"Cannot access attribute \"max\" for class \"list[int]\"\n  Attribute \"max\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6467 :character 49) :end
(:line 6467 :character 52))
:message
"Cannot access attribute \"min\" for class \"list[int]\"\n  Attribute \"min\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6467 :character 58) :end
(:line 6467 :character 61))
:message
"Cannot access attribute \"max\" for class \"list[int]\"\n  Attribute \"max\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6474 :character 31) :end
(:line 6474 :character 35))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"cmap\" of type \"str | Colormap\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Colormap\"\n    Type \"None\" is not assignable to type \"str | Colormap\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Colormap\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6474 :character 42) :end
(:line 6474 :character 46))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"norm\" of type \"Normalize\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Normalize\"\n    \"None\" is not assignable to \"Normalize\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6481 :character 25) :end
(:line 6481 :character 29))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"cmap\" of type \"str | Colormap\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Colormap\"\n    Type \"None\" is not assignable to type \"str | Colormap\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Colormap\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6481 :character 36) :end
(:line 6481 :character 40))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"norm\" of type \"Normalize\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Normalize\"\n    \"None\" is not assignable to \"Normalize\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6487 :character 16) :end
(:line 6487 :character 27))
:message
"Cannot access attribute \"_scale_norm\" for class \"QuadMesh\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6487 :character 16) :end
(:line 6487 :character 27))
:message
"Cannot access attribute \"_scale_norm\" for class \"AxesImage\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6487 :character 16) :end
(:line 6487 :character 27))
:message
"Cannot access attribute \"_scale_norm\" for class \"PcolorImage\"\n  Attribute \"_scale_norm\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6493 :character 25) :end
(:line 6493 :character 26))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6494 :character 25) :end
(:line 6494 :character 26))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6499 :character 5) :end
(:line 6499 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6515 :character 5) :end
(:line 6515 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6531 :character 15) :end
(:line 6531 :character 19))
:message "\"self\" is not accessed" :severity 4
:code "reportUnusedParameter" :source "basedpyright"
:tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedParameter"))
(:range
(:start (:line 6553 :character 5) :end
(:line 6553 :character 70))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 6754 :character 19) :end
(:line 6754 :character 22))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6766 :character 18) :end
(:line 6766 :character 29))
:message
"\"_reshape_2D\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6789 :character 22) :end
(:line 6789 :character 33))
:message
"\"_reshape_2D\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 6805 :character 59) :end
(:line 6805 :character 60))
:message "Variable \"i\" is not accessed" :severity
4 :code "reportUnusedVariable" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedVariable"))
(:range
(:start (:line 6835 :character 21) :end
(:line 6835 :character 38))
:message
"No overloads for \"concatenate\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/_core/multiarray.pyi"
:range
(:start (:line 581 :character 4) :end
(:line 581 :character 15)))
:message "Overload 5 is the closest match")])
(:range
(:start (:line 6835 :character 36) :end
(:line 6835 :character 37))
:message
"Argument of type \"Unknown | list[None]\" cannot be assigned to parameter \"arrays\" of type \"SupportsLenAndGetItem[ArrayLike]\" in function \"concatenate\"\n  Type \"Unknown | list[None]\" is not assignable to type \"SupportsLenAndGetItem[ArrayLike]\"\n    \"list[None]\" is incompatible with protocol \"SupportsLenAndGetItem[ArrayLike]\"\n      \"__getitem__\" is an incompatible type\n        No overloaded function matches type \"(k: int, /) -> _T_co@SupportsLenAndGetItem\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 6881 :character 36) :end
(:line 6881 :character 39))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 6919 :character 16) :end
(:line 6919 :character 29))
:message
"Operator \"+=\" not supported for types \"Unknown | ndarray[_Shape, dtype[float64]] | ndarray[_Shape, dtype[Any]] | float | Unbound\" and \"Unknown | NDArray[float64] | float | Unbound\"\n  Operator \"+\" not supported for types \"Unbound\" and \"Unbound\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 7020 :character 5) :end
(:line 7020 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7082 :character 47) :end
(:line 7082 :character 58))
:message
"Argument of type \"str\" cannot be assigned to parameter \"orientation\" of type \"Literal['vertical', 'horizontal']\" in function \"__init__\"\n  Type \"str\" is not assignable to type \"Literal['vertical', 'horizontal']\"\n    \"str\" is not assignable to type \"Literal['vertical']\"\n    \"str\" is not assignable to type \"Literal['horizontal']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7089 :character 31) :end
(:line 7089 :character 32))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7092 :character 31) :end
(:line 7092 :character 32))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7097 :character 5) :end
(:line 7097 :character 58))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7204 :character 5) :end
(:line 7204 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7290 :character 40) :end
(:line 7290 :character 44))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"NFFT\" of type \"int\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7290 :character 49) :end
(:line 7290 :character 51))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"Fs\" of type \"float\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"float\"\n    \"None\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7290 :character 61) :end
(:line 7290 :character 68))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"detrend\" of type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Literal['none']\"\n      \"None\" is not assignable to \"Literal['mean']\"\n      \"None\" is not assignable to \"Literal['linear']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7291 :character 37) :end
(:line 7291 :character 43))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"window\" of type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"ndarray[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7291 :character 54) :end
(:line 7291 :character 62))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"noverlap\" of type \"int\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7291 :character 71) :end
(:line 7291 :character 77))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7292 :character 36) :end
(:line 7292 :character 41))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    Type \"None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n      \"None\" is not assignable to \"Literal['default']\"\n      \"None\" is not assignable to \"Literal['onesided']\"\n      \"None\" is not assignable to \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7292 :character 57) :end
(:line 7292 :character 70))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"psd\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7315 :character 5) :end
(:line 7315 :character 64))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7396 :character 45) :end
(:line 7396 :character 49))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"NFFT\" of type \"int\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7396 :character 54) :end
(:line 7396 :character 56))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"Fs\" of type \"float\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"float\"\n    \"None\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7396 :character 66) :end
(:line 7396 :character 73))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"detrend\" of type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Literal['none']\"\n      \"None\" is not assignable to \"Literal['mean']\"\n      \"None\" is not assignable to \"Literal['linear']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7397 :character 37) :end
(:line 7397 :character 43))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"window\" of type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"ndarray[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7397 :character 54) :end
(:line 7397 :character 62))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"noverlap\" of type \"int\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7397 :character 71) :end
(:line 7397 :character 77))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7398 :character 36) :end
(:line 7398 :character 41))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    Type \"None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n      \"None\" is not assignable to \"Literal['default']\"\n      \"None\" is not assignable to \"Literal['onesided']\"\n      \"None\" is not assignable to \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7398 :character 57) :end
(:line 7398 :character 70))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"csd\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7417 :character 5) :end
(:line 7417 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7503 :character 5) :end
(:line 7503 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7572 :character 5) :end
(:line 7572 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7641 :character 5) :end
(:line 7641 :character 47))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7694 :character 47) :end
(:line 7694 :character 60))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"cohere\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7694 :character 68) :end
(:line 7694 :character 73))
:message
"Argument of type \"str\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"cohere\"\n  Type \"str\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    \"str\" is not assignable to type \"Literal['default']\"\n    \"str\" is not assignable to type \"Literal['onesided']\"\n    \"str\" is not assignable to type \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7695 :character 40) :end
(:line 7695 :character 46))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"cohere\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7705 :character 5) :end
(:line 7705 :character 42))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7828 :character 47) :end
(:line 7828 :character 54))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"detrend\" of type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | Literal['none', 'mean', 'linear']\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Literal['none']\"\n      \"None\" is not assignable to \"Literal['mean']\"\n      \"None\" is not assignable to \"Literal['linear']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7828 :character 63) :end
(:line 7828 :character 69))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"window\" of type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n    Type \"None\" is not assignable to type \"((...) -> Unknown) | ndarray[Unknown, Unknown]\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"ndarray[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7829 :character 65) :end
(:line 7829 :character 71))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"pad_to\" of type \"int\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"int\"\n    \"None\" is not assignable to \"int\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7830 :character 45) :end
(:line 7830 :character 50))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"sides\" of type \"Literal['default', 'onesided', 'twosided']\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n    Type \"None\" is not assignable to type \"Literal['default', 'onesided', 'twosided']\"\n      \"None\" is not assignable to \"Literal['default']\"\n      \"None\" is not assignable to \"Literal['onesided']\"\n      \"None\" is not assignable to \"Literal['twosided']\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7831 :character 53) :end
(:line 7831 :character 66))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"scale_by_freq\" of type \"bool\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"bool\"\n    \"None\" is not assignable to \"bool\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7832 :character 44) :end
(:line 7832 :character 48))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"mode\" of type \"str\" in function \"specgram\"\n  Type \"Unknown | None\" is not assignable to type \"str\"\n    \"None\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7851 :character 8) :end
(:line 7851 :character 19))
:message
"Operator \"+=\" not supported for types \"ArrayLike\" and \"Unknown | Literal[0]\"\n  Operator \"+\" not supported for types \"Buffer\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"_SupportsArray[dtype[Any]]\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"_NestedSequence[_SupportsArray[dtype[Any]]]\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"str\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"bytes\" and \"Literal[0]\"\n  Operator \"+\" not supported for types \"_NestedSequence[bool | int | float | complex | str | bytes]\" and \"Literal[0]\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 7852 :character 29) :end
(:line 7852 :character 34))
:message
"\"__getitem__\" method not defined on type \"int\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7852 :character 29) :end
(:line 7852 :character 34))
:message
"\"__getitem__\" method not defined on type \"float\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7852 :character 29) :end
(:line 7852 :character 34))
:message
"\"__getitem__\" method not defined on type \"complex\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7852 :character 39) :end
(:line 7852 :character 44))
:message
"\"__getitem__\" method not defined on type \"int\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7852 :character 39) :end
(:line 7852 :character 44))
:message
"\"__getitem__\" method not defined on type \"float\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7852 :character 39) :end
(:line 7852 :character 44))
:message
"\"__getitem__\" method not defined on type \"complex\""
:severity 1 :code "reportIndexIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportIndexIssue"))
(:range
(:start (:line 7855 :character 23) :end
(:line 7855 :character 34))
:message
"\"kwarg_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7950 :character 33) :end
(:line 7951 :character 70))
:message "Argument missing for parameter \"array\""
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 7953 :character 27) :end
(:line 7953 :character 38))
:message
"\"kwarg_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7978 :character 27) :end
(:line 7978 :character 38))
:message
"\"kwarg_error\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 7980 :character 16) :end
(:line 7980 :character 17))
:message
"Argument of type \"Unknown | NDArray[intp]\" cannot be assigned to parameter \"xdata\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | NDArray[intp]\" is not assignable to type \"Sequence[float]\"\n    \"ndarray[_Shape, dtype[intp]]\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 7980 :character 19) :end
(:line 7980 :character 20))
:message
"Argument of type \"Unknown | NDArray[intp]\" cannot be assigned to parameter \"ydata\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | NDArray[intp]\" is not assignable to type \"Sequence[float]\"\n    \"ndarray[_Shape, dtype[intp]]\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8053 :character 5) :end
(:line 8053 :character 48))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 8145 :character 22) :end
(:line 8145 :character 38))
:message
"\"_unpack_to_numpy\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 8153 :character 47) :end
(:line 8153 :character 56))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"quantiles\" of type \"ArrayLike\" in function \"violin_stats\"\n  Type \"Unknown | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8269 :character 17) :end
(:line 8269 :character 23))
:message
"Argument of type \"float\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  \"float\" is incompatible with protocol \"Sized\"\n    \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8273 :character 20) :end
(:line 8273 :character 68))
:message
"Operator \"+\" not supported for types \"list[list[float]]\" and \"range | Unknown\"\n  Operator \"+\" not supported for types \"list[list[float]]\" and \"range\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 8276 :character 11) :end
(:line 8276 :character 14))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 8294 :character 57) :end
(:line 8294 :character 63))
:message
"Argument of type \"list[generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]] | float\" cannot be assigned to parameter \"iter3\" of type \"Iterable[_T3@__new__]\" in function \"__new__\"\n  Type \"list[generic[Any] | bool | int | float | complex | str | bytes | memoryview[int]] | float\" is not assignable to type \"Iterable[_T3@__new__]\"\n    \"float\" is incompatible with protocol \"Iterable[_T3@__new__]\"\n      \"__iter__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 8330 :character 16) :end
(:line 8330 :character 34))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 8332 :character 17) :end
(:line 8333 :character 59))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 8340 :character 8) :end
(:line 8340 :character 25))
:message
"Function \"_get_aspect_ratio\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 8350 :character 0) :end
(:line 8350 :character 0))
:message "Unindent not expected" :severity 1 :source
"basedpyright")
(:range
(:start (:line 8350 :character 0) :end
(:line 8350 :character 0))
:message "Expected expression" :severity 1 :source
"basedpyright")
(:range
(:start (:line 8350 :character 0) :end
(:line 8350 :character 0))
:message
"Statements must be separated by newlines or semicolons"
:severity 1 :source "basedpyright")]))
[jsonrpc] e[19:11:44.855] --> textDocument/signatureHelp[88]
(:jsonrpc "2.0" :id 88 :method "textDocument/signatureHelp" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 20 :character 13)))
[jsonrpc] e[19:11:44.855] --> textDocument/hover[89]
(:jsonrpc "2.0" :id 89 :method "textDocument/hover" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 20 :character 13)))
[jsonrpc] e[19:11:44.856] --> textDocument/documentHighlight[90]
(:jsonrpc "2.0" :id 90 :method "textDocument/documentHighlight"
:params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 20 :character 13)))
[jsonrpc] e[19:11:44.859] <-- textDocument/inlayHint[87]
(:jsonrpc "2.0" :id 87 :result
[(:label ": Logger" :position (:line 50 :character 4)
:paddingLeft :json-false :kind 1 :textEdits
[(:newText ": Logger" :range
(:start (:line 50 :character 4) :end
(:line 50 :character 4)))
(:range
(:start (:line 5 :character 0) :end
(:line 5 :character 0))
:newText "from logging import Logger\n")])
(:label "name=" :position (:line 50 :character 25)
:paddingLeft :json-false :kind 2 :textEdits
[(:newText "name=" :range
(:start (:line 50 :character 25) :end
(:line 50 :character 25)))])
(:label ": property" :position (:line 54 :character 2)
:paddingLeft :json-false :kind 1 :textEdits
[(:newText ": property" :range
(:start (:line 54 :character 2) :end
(:line 54 :character 2)))
(:range
(:start (:line 6 :character 0) :end
(:line 6 :character 0))
:newText
"from matplotlib.bezier import property\n")])
(:label ": Callable[..., bool]" :position
(:line 55 :character 1) :paddingLeft :json-false
:kind 1 :textEdits
[(:newText ": Callable[..., bool]" :range
(:start (:line 55 :character 1) :end
(:line 55 :character 1)))
(:range
(:start (:line 7 :character 32) :end
(:line 7 :character 32))
:newText "\nfrom typing import Callable")])])
[jsonrpc] e[19:11:44.860] <-- textDocument/signatureHelp[88]
(:jsonrpc "2.0" :id 88 :result nil)
[jsonrpc] e[19:11:44.860] <-- textDocument/hover[89]
(:jsonrpc "2.0" :id 89 :result
(:contents
(:kind "plaintext" :value
"(function)\ndef asanyarray(\n a: _ArrayType@asanyarray,\n dtype: None = ...,\n order: _OrderKACF = ...,\n *,\n device: Literal['cpu'] | None = ...,\n copy: bool | None = ...,\n like: _SupportsArrayFunc | None = ...\n) -> _ArrayType@asanyarray: ...\n\ndef asanyarray(\n a: _ArrayLike[_SCT@asanyarray],\n dtype: None = ...,\n order: _OrderKACF = ...,\n *,\n device: Literal['cpu'] | None = ...,\n copy: bool | None = ...,\n like: _SupportsArrayFunc | None = ...\n) -> NDArray[_SCT@asanyarray]: ...\n\ndef asanyarray(\n a: object,\n dtype: None = ...,\n order: _OrderKACF = ...,\n *,\n device: Literal['cpu'] | None = ...,\n copy: bool | None = ...,\n like: _SupportsArrayFunc | None = ...\n) -> NDArray[Any]: ...\n\ndef asanyarray(\n a: Any,\n dtype: _DTypeLike[_SCT@asanyarray],\n order: _OrderKACF = ...,\n *,\n device: Literal['cpu'] | None = ...,\n copy: bool | None = ...,\n like: _SupportsArrayFunc | None = ...\n) -> NDArray[_SCT@asanyarray]: ...\n\ndef asanyarray(\n a: Any,\n dtype: DTypeLike,\n order: _OrderKACF = ...,\n *,\n device: Literal['cpu'] | None = ...,\n copy: bool | None = ...,\n like: _SupportsArrayFunc | None = ...\n) -> NDArray[Any]: ...")
:range
(:start (:line 20 :character 3) :end
(:line 20 :character 13))))
[jsonrpc] e[19:11:44.861] <-- textDocument/documentHighlight[90]
(:jsonrpc "2.0" :id 90 :result
[(:kind 2 :range
(:start (:line 20 :character 3) :end
(:line 20 :character 13)))
(:kind 2 :range
(:start (:line 1363 :character 28) :end
(:line 1363 :character 38)))
(:kind 2 :range
(:start (:line 1365 :character 28) :end
(:line 1365 :character 38)))
(:kind 2 :range
(:start (:line 4459 :character 23) :end
(:line 4459 :character 33)))
(:kind 2 :range
(:start (:line 5750 :character 19) :end
(:line 5750 :character 29)))
(:kind 2 :range
(:start (:line 5762 :character 19) :end
(:line 5762 :character 29)))
(:kind 2 :range
(:start (:line 8038 :character 15) :end
(:line 8038 :character 25)))])
[jsonrpc] e[19:15:19.493] --> textDocument/signatureHelp[91]
(:jsonrpc "2.0" :id 91 :method "textDocument/signatureHelp" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 20 :character 13)))
[jsonrpc] e[19:15:19.494] --> textDocument/hover[92]
(:jsonrpc "2.0" :id 92 :method "textDocument/hover" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 20 :character 13)))
[jsonrpc] e[19:15:19.495] --> textDocument/documentHighlight[93]
(:jsonrpc "2.0" :id 93 :method "textDocument/documentHighlight"
:params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 20 :character 13)))
[jsonrpc] e[19:15:19.507] <-- textDocument/signatureHelp[91]
(:jsonrpc "2.0" :id 91 :result nil)
[jsonrpc] e[19:15:19.515] <-- textDocument/hover[92]
(:jsonrpc "2.0" :id 92 :result
(:contents
(:kind "plaintext" :value
"(function)\ndef asanyarray(\n a: _ArrayType@asanyarray,\n dtype: None = ...,\n order: _OrderKACF = ...,\n *,\n device: Literal['cpu'] | None = ...,\n copy: bool | None = ...,\n like: _SupportsArrayFunc | None = ...\n) -> _ArrayType@asanyarray: ...\n\ndef asanyarray(\n a: _ArrayLike[_SCT@asanyarray],\n dtype: None = ...,\n order: _OrderKACF = ...,\n *,\n device: Literal['cpu'] | None = ...,\n copy: bool | None = ...,\n like: _SupportsArrayFunc | None = ...\n) -> NDArray[_SCT@asanyarray]: ...\n\ndef asanyarray(\n a: object,\n dtype: None = ...,\n order: _OrderKACF = ...,\n *,\n device: Literal['cpu'] | None = ...,\n copy: bool | None = ...,\n like: _SupportsArrayFunc | None = ...\n) -> NDArray[Any]: ...\n\ndef asanyarray(\n a: Any,\n dtype: _DTypeLike[_SCT@asanyarray],\n order: _OrderKACF = ...,\n *,\n device: Literal['cpu'] | None = ...,\n copy: bool | None = ...,\n like: _SupportsArrayFunc | None = ...\n) -> NDArray[_SCT@asanyarray]: ...\n\ndef asanyarray(\n a: Any,\n dtype: DTypeLike,\n order: _OrderKACF = ...,\n *,\n device: Literal['cpu'] | None = ...,\n copy: bool | None = ...,\n like: _SupportsArrayFunc | None = ...\n) -> NDArray[Any]: ...")
:range
(:start (:line 20 :character 3) :end
(:line 20 :character 13))))
[jsonrpc] e[19:15:19.522] <-- textDocument/documentHighlight[93]
(:jsonrpc "2.0" :id 93 :result
[(:kind 2 :range
(:start (:line 20 :character 3) :end
(:line 20 :character 13)))
(:kind 2 :range
(:start (:line 1363 :character 28) :end
(:line 1363 :character 38)))
(:kind 2 :range
(:start (:line 1365 :character 28) :end
(:line 1365 :character 38)))
(:kind 2 :range
(:start (:line 4459 :character 23) :end
(:line 4459 :character 33)))
(:kind 2 :range
(:start (:line 5750 :character 19) :end
(:line 5750 :character 29)))
(:kind 2 :range
(:start (:line 5762 :character 19) :end
(:line 5762 :character 29)))
(:kind 2 :range
(:start (:line 8038 :character 15) :end
(:line 8038 :character 25)))])
[jsonrpc] e[19:15:20.435] --> textDocument/didChange
(:jsonrpc "2.0" :method "textDocument/didChange" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py"
:version 24)
:contentChanges
[(:range
(:start (:line 20 :character 0) :end
(:line 20 :character 13))
:rangeLength 13 :text "")]))
[jsonrpc] e[19:15:20.450] --> textDocument/inlayHint[94]
(:jsonrpc "2.0" :id 94 :method "textDocument/inlayHint" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:range
(:start (:line 20 :character 0) :end
(:line 103 :character 43))))
[jsonrpc] e[19:15:20.537] <-- textDocument/inlayHint[94]
(:jsonrpc "2.0" :id 94 :result
[(:label ": Logger" :position (:line 50 :character 4)
:paddingLeft :json-false :kind 1 :textEdits
[(:newText ": Logger" :range
(:start (:line 50 :character 4) :end
(:line 50 :character 4)))
(:range
(:start (:line 5 :character 0) :end
(:line 5 :character 0))
:newText "from logging import Logger\n")])
(:label "name=" :position (:line 50 :character 25)
:paddingLeft :json-false :kind 2 :textEdits
[(:newText "name=" :range
(:start (:line 50 :character 25) :end
(:line 50 :character 25)))])
(:label ": property" :position (:line 54 :character 2)
:paddingLeft :json-false :kind 1 :textEdits
[(:newText ": property" :range
(:start (:line 54 :character 2) :end
(:line 54 :character 2)))
(:range
(:start (:line 6 :character 0) :end
(:line 6 :character 0))
:newText
"from matplotlib.bezier import property\n")])
(:label ": Callable[..., bool]" :position
(:line 55 :character 1) :paddingLeft :json-false
:kind 1 :textEdits
[(:newText ": Callable[..., bool]" :range
(:start (:line 55 :character 1) :end
(:line 55 :character 1)))
(:range
(:start (:line 7 :character 32) :end
(:line 7 :character 32))
:newText "\nfrom typing import Callable")])])
[jsonrpc] e[19:15:20.870] --> textDocument/didChange
(:jsonrpc "2.0" :method "textDocument/didChange" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py"
:version 25)
:contentChanges
[(:range
(:start (:line 20 :character 0) :end
(:line 20 :character 0))
:rangeLength 0 :text "np")]))
[jsonrpc] e[19:15:20.870] --> textDocument/completion[95]
(:jsonrpc "2.0" :id 95 :method "textDocument/completion" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 20 :character 2) :context (:triggerKind 1)))
[jsonrpc] e[19:15:21.159] --> textDocument/didChange
(:jsonrpc "2.0" :method "textDocument/didChange" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py"
:version 26)
:contentChanges
[(:range
(:start (:line 20 :character 2) :end
(:line 20 :character 2))
:rangeLength 0 :text ".")]))
[jsonrpc] e[19:15:21.159] --> textDocument/completion[96]
(:jsonrpc "2.0" :id 96 :method "textDocument/completion" :params
(:textDocument
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py")
:position (:line 20 :character 3) :context
(:triggerKind 2 :triggerCharacter ".")))
[jsonrpc] e[19:15:21.261] <-- textDocument/publishDiagnostics
(:jsonrpc "2.0" :method "textDocument/publishDiagnostics" :params
(:uri "file:///Users/jdsmith/code/python/test/test_axes.py"
:version 24 :diagnostics
[(:range
(:start (:line 1 :character 19) :end
(:line 1 :character 29))
:message "Import \"all_errors\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 7 :character 16) :end
(:line 7 :character 32))
:message
"Import \"float_repr_style\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 22 :character 7) :end
(:line 22 :character 26))
:message
"Import \"matplotlib.category\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 27 :character 7) :end
(:line 27 :character 23))
:message
"Import \"matplotlib.dates\" is not accessed"
:severity 4 :code "reportUnusedImport" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedImport"))
(:range
(:start (:line 44 :character 41) :end
(:line 44 :character 57))
:message
"Import \"matplotlib._preprocess_data\" could not be resolved from source"
:severity 2 :code "reportMissingModuleSource"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportMissingModuleSource"))
(:range
(:start (:line 46 :character 15) :end
(:line 46 :character 40))
:message
"\"_TransformedBoundsLocator\" is unknown import symbol"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 46 :character 42) :end
(:line 46 :character 62))
:message
"\"_process_plot_format\" is unknown import symbol"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 68 :character 3) :end
(:line 68 :character 4))
:message "Expected attribute name after \".\""
:severity 1 :source "basedpyright")
(:range
(:start (:line 72 :character 0) :end
(:line 72 :character 2))
:message "Expected indented block" :severity 1
:source "basedpyright")
(:range
(:start (:line 73 :character 0) :end
(:line 73 :character 6))
:message "\"Foobar\" is not defined" :severity 1
:code "reportUndefinedVariable" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 73 :character 0) :end
(:line 73 :character 6))
:message "Expression value is unused" :severity 2
:code "reportUnusedExpression" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedExpression"))
(:range
(:start (:line 77 :character 0) :end
(:line 77 :character 4))
:message "Unexpected indentation" :severity 1
:source "basedpyright")
(:range
(:start (:line 184 :character 18) :end
(:line 184 :character 21))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 187 :character 16) :end
(:line 187 :character 19))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 199 :character 24) :end
(:line 199 :character 27))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 200 :character 26) :end
(:line 200 :character 29))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 203 :character 21) :end
(:line 203 :character 24))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 204 :character 21) :end
(:line 204 :character 37))
:message
"\"_str_lower_equal\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 207 :character 18) :end
(:line 207 :character 21))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 226 :character 34) :end
(:line 226 :character 60))
:message
"\"_get_legend_handles_labels\" is not a known attribute of module \"matplotlib.legend\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 345 :character 54) :end
(:line 345 :character 72))
:message
"\"_parse_legend_args\" is not a known attribute of module \"matplotlib.legend\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 352 :character 21) :end
(:line 352 :character 35))
:message
"Cannot assign to attribute \"_remove_method\" for class \"Legend\"\n  Attribute \"_remove_method\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 355 :character 8) :end
(:line 355 :character 22))
:message
"Function \"_remove_legend\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 355 :character 29) :end
(:line 355 :character 35))
:message "\"legend\" is not accessed" :severity 4
:code "reportUnusedParameter" :source "basedpyright"
:tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedParameter"))
(:range
(:start (:line 750 :character 46) :end
(:line 750 :character 52))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"xytext\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Sequence[float]\"\n    \"None\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 751 :character 40) :end
(:line 751 :character 50))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"textcoords\" of type \"str | Artist | Transform | ((...) -> Unknown) | Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"str | Artist | Transform | ((...) -> Unknown) | Sequence[float]\"\n    Type \"None\" is not assignable to type \"str | Artist | Transform | ((...) -> Unknown) | Sequence[float]\"\n      \"None\" is not assignable to \"str\"\n      \"None\" is not assignable to \"Artist\"\n      \"None\" is not assignable to \"Transform\"\n      Type \"None\" is not assignable to type \"(...) -> Unknown\"\n      \"None\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 751 :character 63) :end
(:line 751 :character 73))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"arrowprops\" of type \"dict[Unknown, Unknown]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"dict[Unknown, Unknown]\"\n    \"None\" is not assignable to \"dict[Unknown, Unknown]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 898 :character 8) :end
(:line 898 :character 23))
:message
"Function \"_check_no_units\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 901 :character 26) :end
(:line 901 :character 48))
:message
"\"_is_natively_supported\" is not a known attribute of module \"matplotlib.units\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 965 :character 35) :end
(:line 965 :character 38))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"xy2\" of type \"Sequence[float]\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"Sequence[float]\"\n    \"None\" is not assignable to \"Sequence[float]\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 965 :character 40) :end
(:line 965 :character 45))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"slope\" of type \"float\" in function \"__init__\"\n  Type \"Unknown | None\" is not assignable to type \"float\"\n    \"None\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 973 :character 13) :end
(:line 973 :character 27))
:message
"Cannot assign to attribute \"_remove_method\" for class \"_AxLine\"\n  Attribute \"_remove_method\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1021 :character 29) :end
(:line 1021 :character 34))
:message
"Argument of type \"tuple[tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown]]\" cannot be assigned to parameter \"xy\" of type \"Sequence[float]\" in function \"__init__\"\n  \"tuple[tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown], tuple[int, Unknown]]\" is not assignable to \"Sequence[float]\"\n    Type parameter \"_T_co@Sequence\" is covariant, but \"tuple[int, Unknown]\" is not a subtype of \"float\"\n      \"tuple[int, Unknown]\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1077 :character 29) :end
(:line 1077 :character 34))
:message
"Argument of type \"list[tuple[Unknown, int]]\" cannot be assigned to parameter \"xy\" of type \"Sequence[float]\" in function \"__init__\"\n  \"list[tuple[Unknown, int]]\" is not assignable to \"Sequence[float]\"\n    Type parameter \"_T_co@Sequence\" is covariant, but \"tuple[Unknown, int]\" is not a subtype of \"float\"\n      \"tuple[Unknown, int]\" is not assignable to \"float\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1079 :character 21) :end
(:line 1079 :character 41))
:message
"Cannot assign to attribute \"_interpolation_steps\" for class \"Path\"\n  Attribute \"_interpolation_steps\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1084 :character 5) :end
(:line 1085 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1134 :character 30) :end
(:line 1134 :character 44))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1147 :character 14) :end
(:line 1147 :character 30))
:message
"Cannot access attribute \"_internal_update\" for class \"LineCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1161 :character 12) :end
(:line 1161 :character 13))
:message "Expected attribute name after \".\""
:severity 1 :source "basedpyright")
(:range
(:start (:line 1164 :character 5) :end
(:line 1165 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1214 :character 30) :end
(:line 1214 :character 44))
:message
"\"_combine_masks\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1228 :character 14) :end
(:line 1228 :character 30))
:message
"Cannot access attribute \"_internal_update\" for class \"LineCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1245 :character 5) :end
(:line 1247 :character 61))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1377 :character 23) :end
(:line 1377 :character 41))
:message
"\"_local_over_kwdict\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1378 :character 27) :end
(:line 1378 :character 45))
:message
"\"_local_over_kwdict\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1379 :character 27) :end
(:line 1379 :character 45))
:message
"\"_local_over_kwdict\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1406 :character 15) :end
(:line 1406 :character 21))
:message
"Argument of type \"list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1411 :character 43) :end
(:line 1411 :character 49))
:message
"Argument of type \"list[None] | list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"c\" of type \"ArrayLike\" in function \"to_rgba_array\"\n  Type \"list[None] | list[Unknown] | Iterable[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"Iterable[Any]\" is not assignable to type \"ArrayLike\"\n      \"Iterable[Any]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"Iterable[Any]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1419 :character 26) :end
(:line 1419 :character 62))
:message
"No overloads for \"tile\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/lib/_shape_base_impl.pyi"
:range
(:start (:line 216 :character 4) :end
(:line 216 :character 8)))
:message "Overload 2 is the closest match")])
(:range
(:start (:line 1419 :character 34) :end
(:line 1419 :character 45))
:message
"Argument of type \"list[None] | NDArray[Any]\" cannot be assigned to parameter \"A\" of type \"ArrayLike\" in function \"tile\"\n  Type \"list[None] | NDArray[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"list[None]\" is not assignable to type \"ArrayLike\"\n      \"list[None]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"list[None]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"list[None]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__getitem__\" is an incompatible type\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1423 :character 26) :end
(:line 1423 :character 62))
:message
"No overloads for \"tile\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/lib/_shape_base_impl.pyi"
:range
(:start (:line 216 :character 4) :end
(:line 216 :character 8)))
:message "Overload 2 is the closest match")])
(:range
(:start (:line 1423 :character 34) :end
(:line 1423 :character 45))
:message
"Argument of type \"list[None] | NDArray[Any]\" cannot be assigned to parameter \"A\" of type \"ArrayLike\" in function \"tile\"\n  Type \"list[None] | NDArray[Any]\" is not assignable to type \"ArrayLike\"\n    Type \"list[None]\" is not assignable to type \"ArrayLike\"\n      \"list[None]\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"list[None]\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"list[None]\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__getitem__\" is an incompatible type\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1426 :character 15) :end
(:line 1426 :character 21))
:message
"Argument of type \"list[Unknown] | list[None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown] | list[None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1428 :character 15) :end
(:line 1428 :character 20))
:message
"Argument of type \"list[Unknown | None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown | None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1430 :character 15) :end
(:line 1430 :character 25))
:message
"Argument of type \"list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Unknown] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1442 :character 15) :end
(:line 1442 :character 21))
:message
"Argument of type \"list[Any] | list[Unknown] | list[None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Any] | list[Unknown] | list[None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1445 :character 15) :end
(:line 1445 :character 20))
:message
"Argument of type \"list[Any] | list[Unknown | None] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[Any] | list[Unknown | None] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1448 :character 15) :end
(:line 1448 :character 25))
:message
"Argument of type \"list[list[Unknown] | Iterable[Any]] | list[Unknown] | Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"list[list[Unknown] | Iterable[Any]] | list[Unknown] | Iterable[Any]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1466 :character 17) :end
(:line 1466 :character 33))
:message
"Cannot access attribute \"_internal_update\" for class \"EventCollection\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1479 :character 26) :end
(:line 1479 :character 53))
:message
"Operator \"-\" not supported for types \"NDArray[Unknown] | list[None] | NDArray[Any]\" and \"Unknown | list[None] | NDArray[Any]\"\n  Operator \"-\" not supported for types \"list[None]\" and \"list[None]\""
:severity 1 :code "reportOperatorIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportOperatorIssue"))
(:range
(:start (:line 1480 :character 54) :end
(:line 1480 :character 57))
:message
"Cannot access attribute \"max\" for class \"list[None]\"\n  Attribute \"max\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 1739 :character 48) :end
(:line 1739 :character 61))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 1749 :character 5) :end
(:line 1749 :character 64))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 1978 :character 5) :end
(:line 1978 :character 59))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2050 :character 5) :end
(:line 2050 :character 64))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2231 :character 8) :end
(:line 2231 :character 19))
:message "Function \"_convert_dx\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 2260 :character 27) :end
(:line 2260 :character 45))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2265 :character 26) :end
(:line 2265 :character 44))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2282 :character 5) :end
(:line 2282 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2392 :character 48) :end
(:line 2392 :character 62))
:message
"Argument of type \"type[Patch]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Patch]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Patch]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Patch]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2414 :character 40) :end
(:line 2414 :character 43))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 2463 :character 45) :end
(:line 2463 :character 46))
:message
"Argument of type \"NDArray[Unknown] | Unknown | Literal[0] | None\" cannot be assigned to parameter \"args\" of type \"ArrayLike\" in function \"broadcast_arrays\"\n  Type \"NDArray[Unknown] | Unknown | Literal[0] | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2479 :character 15) :end
(:line 2479 :character 27))
:message
"Argument of type \"Iterable[Any] | list[str]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"Iterable[Any] | list[str]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2480 :character 54) :end
(:line 2480 :character 66))
:message
"Argument of type \"Iterable[Any] | list[str]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  Type \"Iterable[Any] | list[str]\" is not assignable to type \"Sized\"\n    \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n      \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 2532 :character 14) :end
(:line 2532 :character 30))
:message
"Cannot access attribute \"_internal_update\" for class \"Rectangle\"\n  Attribute \"_internal_update\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2533 :character 25) :end
(:line 2533 :character 45))
:message
"Cannot assign to attribute \"_interpolation_steps\" for class \"Path\"\n  Attribute \"_interpolation_steps\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2535 :character 31) :end
(:line 2535 :character 32))
:message
"Cannot access attribute \"y\" for class \"NamedTuple\"\n  Attribute \"y\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2537 :character 31) :end
(:line 2537 :character 32))
:message
"Cannot access attribute \"x\" for class \"NamedTuple\"\n  Attribute \"x\" is unknown"
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2852 :character 32) :end
(:line 2852 :character 48))
:message
"\"_auto_format_str\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2864 :character 5) :end
(:line 2864 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2908 :character 22) :end
(:line 2908 :character 40))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2909 :character 22) :end
(:line 2909 :character 40))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 2932 :character 5) :end
(:line 2932 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 2933 :character 10) :end
(:line 2933 :character 26))
:message
"\"delete_parameter\" is not a known attribute of module \"matplotlib._api\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3066 :character 32) :end
(:line 3066 :character 35))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3073 :character 28) :end
(:line 3073 :character 31))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3117 :character 5) :end
(:line 3117 :character 73))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3264 :character 38) :end
(:line 3264 :character 58))
:message
"No overloads for \"atleast_1d\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/_core/shape_base.pyi"
:range
(:start (:line 31 :character 4) :end
(:line 31 :character 14)))
:message "Overload 3 is the closest match")])
(:range
(:start (:line 3264 :character 52) :end
(:line 3264 :character 57))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"arys\" of type \"ArrayLike\" in function \"atleast_1d\"\n  Type \"Unknown | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3266 :character 30) :end
(:line 3266 :character 36))
:message "Expected 0 positional arguments" :severity
1 :code "reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3320 :character 35) :end
(:line 3320 :character 38))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3356 :character 8) :end
(:line 3356 :character 27))
:message
"Function \"_errorevery_to_mask\" is not accessed"
:severity 4 :code "reportUnusedFunction" :source
"basedpyright" :tags [1] :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUnusedFunction"))
(:range
(:start (:line 3384 :character 8) :end
(:line 3384 :character 29))
:message
"No overloads for \"__setitem__\" match the provided arguments"
:severity 1 :code "reportCallIssue" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue")
:relatedInformation
[(:location
(:uri
"file:///opt/homebrew/lib/python3.13/site-packages/numpy/__init__.pyi"
:range
(:start (:line 2170 :character 8) :end
(:line 2170 :character 19)))
:message "Overload 8 is the closest match")])
(:range
(:start (:line 3384 :character 8) :end
(:line 3384 :character 29))
:message
"Argument of type \"slice[Integral, Any, Integral] | slice[Unknown, Unknown, Unknown] | Iterable[Any]\" cannot be assigned to parameter \"key\" of type \"_ToIndices\" in function \"__setitem__\"\n  Type \"slice[Integral, Any, Integral] | slice[Unknown, Unknown, Unknown] | Iterable[Any]\" is not assignable to type \"_ToIndices\"\n    Type \"Iterable[Any]\" is not assignable to type \"_ToIndices\"\n      \"Iterable[Any]\" is incompatible with protocol \"SupportsIndex\"\n        \"__index__\" is not present\n      \"Iterable[Any]\" is not assignable to \"slice[Any, Any, Any]\"\n      \"Iterable[Any]\" is not assignable to \"EllipsisType\"\n      \"Iterable[Any]\" is incompatible with protocol \"_SupportsArray[dtype[numpy.bool[builtins.bool]] | dtype[integer[Any]]]\"\n        \"__array__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3387 :character 5) :end
(:line 3388 :character 38))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3527 :character 48) :end
(:line 3527 :character 61))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3557 :character 24) :end
(:line 3557 :character 27))
:message
"Argument of type \"Iterable[Any]\" cannot be assigned to parameter \"obj\" of type \"Sized\" in function \"len\"\n  \"Iterable[Any]\" is incompatible with protocol \"Sized\"\n    \"__len__\" is not present"
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3562 :character 37) :end
(:line 3562 :character 55))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3565 :character 35) :end
(:line 3565 :character 53))
:message
"\"_safe_first_finite\" is not a known attribute of module \"matplotlib.cbook\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3645 :character 22) :end
(:line 3645 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3670 :character 29) :end
(:line 3670 :character 43))
:message
"\"CARETRIGHTBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3670 :character 52) :end
(:line 3670 :character 65))
:message
"\"CARETLEFTBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3672 :character 29) :end
(:line 3672 :character 40))
:message
"\"CARETUPBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3672 :character 49) :end
(:line 3672 :character 62))
:message
"\"CARETDOWNBASE\" is not a known attribute of module \"matplotlib.lines\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3694 :character 33) :end
(:line 3694 :character 42))
:message
"\"row_stack\" is not a known attribute of module \"numpy\""
:severity 1 :code "reportAttributeAccessIssue"
:source "basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportAttributeAccessIssue"))
(:range
(:start (:line 3741 :character 73) :end
(:line 3741 :character 75))
:message
"Argument of type \"MarkerStyle\" cannot be assigned to parameter \"marker\" of type \"str\" in function \"__init__\"\n  \"MarkerStyle\" is not assignable to \"str\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3759 :character 5) :end
(:line 3759 :character 23))
:message "Module is not callable" :severity 1 :code
"reportCallIssue" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportCallIssue"))
(:range
(:start (:line 3957 :character 19) :end
(:line 3957 :character 22))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3959 :character 24) :end
(:line 3959 :character 27))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3962 :character 46) :end
(:line 3962 :character 52))
:message
"Argument of type \"Unknown | None\" cannot be assigned to parameter \"labels\" of type \"ArrayLike\" in function \"boxplot_stats\"\n  Type \"Unknown | None\" is not assignable to type \"ArrayLike\"\n    Type \"None\" is not assignable to type \"ArrayLike\"\n      \"None\" is incompatible with protocol \"Buffer\"\n        \"__buffer__\" is not present\n      \"None\" is incompatible with protocol \"_SupportsArray[dtype[Any]]\"\n        \"__array__\" is not present\n      \"None\" is incompatible with protocol \"_NestedSequence[_SupportsArray[dtype[Any]]]\"\n        \"__len__\" is not present\n ..."
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportArgumentType"))
(:range
(:start (:line 3964 :character 20) :end
(:line 3964 :character 23))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3966 :character 19) :end
(:line 3966 :character 22))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3968 :character 27) :end
(:line 3968 :character 30))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3970 :character 23) :end
(:line 3970 :character 26))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3972 :character 24) :end
(:line 3972 :character 27))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3974 :character 23) :end
(:line 3974 :character 26))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3976 :character 22) :end
(:line 3976 :character 25))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 3978 :character 25) :end
(:line 3978 :character 28))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4187 :character 49) :end
(:line 4187 :character 52))
:message "\"mpl\" is not defined" :severity 1 :code
"reportUndefinedVariable" :source "basedpyright"
:codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/configuration/config-files/#reportUndefinedVariable"))
(:range
(:start (:line 4192 :character 54) :end
(:line 4192 :character 67))
:message
"Argument of type \"type[Line2D]\" cannot be assigned to parameter \"alias_mapping\" of type \"dict[Unknown, Unknown] | Artist\" in function \"normalize_kwargs\"\n  Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown] | Artist\"\n    Type \"type[Line2D]\" is not assignable to type \"dict[Unknown, Unknown]\"\n    Type \"type[Line2D]\" is not assignable to type \"Artist\""
:severity 1 :code "reportArgumentType" :source
"basedpyright" :codeDescription
(:href
"https://docs.basedpyright.com/v1.28.4/confi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment