0%

绘图速查表

分享两个常用的绘图速查表:

  1. MATLAB Plot Cheat Sheet
  2. Python Matplotlib Cheat Sheet

MATLAB Plot速查表

https://github.com/Pjer-zhang/matlabPlotCheatsheet

原作者采用的是十六进制颜色代码,这个是在R2018b之后进入的颜色定义方法

所以,建议将'#A020F0'改为[160,32,240]/255'#AAAAAA'改为[170,170,170]/255

Python Matplotlib速查表

https://github.com/rougier/matplotlib-cheatsheet

建议定制成鼠标垫