Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _nums_to_str
Function
_nums_to_str
lib/matplotlib/backends/backend_ps.py:71–72 ·
view source on GitHub ↗
(*args, sep=" ")
Source
from the content-addressed store, hash-verified
69
70
71
def
_nums_to_str(*args, sep=
" "
):
72
return
sep.join(f
"{arg:1.3f}"
.rstrip(
"0"
).rstrip(
"."
)
for
arg in args)
73
74
75
def
_move_path_to_path_or_stream(src, dst):
Callers
10
_serialize_type42
Function · 0.85
set_color
Method · 0.85
set_linewidth
Method · 0.85
set_linedash
Method · 0.85
_get_clip_cmd
Method · 0.85
draw_markers
Method · 0.85
draw_tex
Method · 0.85
_draw_ps
Method · 0.85
print_figure_impl
Method · 0.85
_print_figure_tex
Method · 0.85
Calls
1
join
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…