Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.py
/ _is_flipped
Function
_is_flipped
plotly/figure_factory/_facet_grid.py:34–39 ·
view source on GitHub ↗
(num)
Source
from the content-addressed store, hash-verified
32
33
34
def
_is_flipped(num):
35
if
num >= THRES_FOR_FLIPPED_FACET_TITLES:
36
flipped = True
37
else
:
38
flipped = False
39
return
flipped
40
41
42
def
_return_label(original_label, facet_labels, facet_var):
Callers
1
create_facet_grid
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected