Every line of 'histogram log scale matlab' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
56 def _scale(a): 57 if log_scale and a > 0: 58 return log(a) 59 return a