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

Method set_yscale

lib/matplotlib/projections/geo.py:142–144  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

140 return {'geo': mspines.Spine.circular_spine(self, (0.5, 0.5), 0.5)}
141
142 def set_yscale(self, *args, **kwargs):
143 if args[0] != 'linear':
144 raise NotImplementedError
145
146 set_xscale = set_yscale
147

Callers 15

set_scaleMethod · 0.45
yscaleFunction · 0.45
key_press_handlerFunction · 0.45
set_rscaleMethod · 0.45
__init__Method · 0.45
loglogMethod · 0.45
semilogyMethod · 0.45
barMethod · 0.45
hexbinMethod · 0.45
histMethod · 0.45
test_simpleFunction · 0.45
test_scatter_logscaleFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_simpleFunction · 0.36
test_scatter_logscaleFunction · 0.36
test_logscale_subsFunction · 0.36
test_extra_kwargs_raiseFunction · 0.36
test_invalid_log_limsFunction · 0.36
test_pass_scaleFunction · 0.36
test_savefig_to_stringioFunction · 0.36