颜色条是否可以小于图形的高度? 我知道我们可以用
调整colorbar的大小location / {
root /usr/share/nginx/html;
index index.html index.htm;
rewrite ^/(api|api-debug)/ /index.php last;
}
location ~ \.php$ {
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME /app/webroot$uri;
fastcgi_pass fastcgi_backend;
}
divider = make_axes_locatable(ax)
cax = divider.append_axes("right", size="3%", pad=0.05)
pl.colorbar(im, cax=cax)
仅调整色条的宽度。但身高怎么样?
我正在寻找右上角的颜色条,图中的半高。
答案 0 :(得分:2)