Reference:http://www.mathworks.com/matlabcentral/answers/100950-how-can-i-have-a-standard-colorbar-for-different-plots-in-matlab-7-0-4-r14sp2 Question: I am trying to compare different sets of data, with different sets of ranges using PCOLOR. % Plot
控制图的大小 figure('position',[x0,y0,dx,dy]); figure(fig number); 显示图例 legend('leg1','leg2') depend on how many lines you plot in a figure; 改变字体大小 change the fontsize of x,y label at the same time. set(gca,'fontsize',15) 显示小刻度 % show minor tick on x axis
修改X,Y,Z轴的刻度值 from matplotlib.ticker import MultipleLocator,FuncFormatter from mpl_toolkits.mplot3d import Axes3D import matplotlib.pyplot as plt from matplotlib import cm from matplotlib import colors from matplotlib.ticker import LinearLocator, Form