MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_linestyle

Method get_linestyle

lib/matplotlib/lines.py:934–940  ·  view source on GitHub ↗

Return the linestyle. See also `~.Line2D.set_linestyle`.

(self)

Source from the content-addressed store, hash-verified

932 return self._gapcolor
933
934 def get_linestyle(self):
935 """
936 Return the linestyle.
937
938 See also `~.Line2D.set_linestyle`.
939 """
940 return self._linestyle
941
942 def get_linewidth(self):
943 """

Callers 15

_create_lineMethod · 0.45
figure_editFunction · 0.45
test_fillcycle_basicFunction · 0.45
test_lasso_set_propsFunction · 0.45
test_grid_rcparamsFunction · 0.45
_assert_equalFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_fillcycle_basicFunction · 0.36
test_lasso_set_propsFunction · 0.36
test_grid_rcparamsFunction · 0.36
_assert_equalFunction · 0.36
test_none_kwargsFunction · 0.36
test_plot_formatFunction · 0.36