简体   繁体   中英

Python alternative to MATLAB's semilogy

What is the Python alternative for MATLAB's semilogy plotting function?

You can use matplotlib's semilogy() . matplotlib's functionality and syntax are generally similar to MATLAB's plotting routines and its documentation is rather extensive, including lots of examples.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM