Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ test_format_string
Method
test_format_string
xarray/tests/test_plot.py:786–787 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
784
assert
"temperature [degrees_Celsius]"
== plt.gca().get_xlabel()
785
786
def
test_format_string(self) -> None:
787
self.darray.plot.line(
"ro"
)
788
789
def
test_can_pass_in_axis(self) -> None:
790
self.pass_in_axis(self.darray.plot.line)
Callers
nothing calls this directly
Calls
1
line
Method · 0.45
Tested by
no test coverage detected