我使用plotrix
中的R
包创建了一个包含轴断点的图,但是当我构建cex.axis
时标准gap.plot
似乎不起作用。
你知道如何修改轴的大小吗?
干杯,
比亚焦
答案 0 :(得分:0)
如果使用@Query(
"SELECT ord FROM Order as ord where " +
" (:customer is null or :customer='' or ord.customer = :customer) and " +
" (:upplier is null or supplier='' or ord.supplier = :supplier) and " +
" (:startDate is null or :startDate='' or ord.date >= :startDate) and " +
" (:endDate is null or :endDate='' or ord.date >= :endDate )"
)
Page<Order> query(
@Param("customer") Organization customer,
@Param("supplier") Organization supplier,
@DateTimeFormat(pattern = "dd-MM-yyyyy") @Param("startDate") Date startDate,
@DateTimeFormat(pattern = "dd-MM-yyyyy") @Param("endDate") Date endDate,
Pageable pageable
);
命令设置cex.axis
,则可以修改轴注释的放大倍数:
par