标签: python matplotlib label size figure
在matplotlib中为我的子图设置图形大小时,该大小包括x轴标签的大小。我使用以下代码:
$category = Category::find('id', $categoryId); $recipes = $category->recipes->unique('category_id');
当我的x轴标签垂直且较长地显示时(例如12个字符),绘图的高度将被裁剪。如何指定除X轴标签占用的空间之外的绘图尺寸?