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

Method set_yscale

galleries/examples/misc/custom_projection.py:247–249  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

245 return {'geo': mspines.Spine.circular_spine(self, (0.5, 0.5), 0.5)}
246
247 def set_yscale(self, *args, **kwargs):
248 if args[0] != 'linear':
249 raise NotImplementedError
250
251 # Prevent the user from applying scales to one or both of the
252 # axes. In this particular case, scaling the axes wouldn't make

Callers 14

quick_start.pyFile · 0.45
colormapnorms.pyFile · 0.45
axes_scales.pyFile · 0.45
boxplot.pyFile · 0.45
scales3d.pyFile · 0.45
stock_prices.pyFile · 0.45
markevery_demo.pyFile · 0.45
log_demo.pyFile · 0.45
symlog_demo.pyFile · 0.45
logit_demo.pyFile · 0.45
scales.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected