为什么ggplot中的position_dodgev不能始终在我的错误栏中起作用?

时间:2019-07-23 18:35:26

标签: r ggplot2

为什么from azure.storage.blob import BlockBlobService account_name = "demostorage" account_key = "lkjASDRwelriJfou3lkjksdfjLj349u9LJfasdjfs/dlkjfjLKSjdfi8ulksjdfAlkjsdfkL762FDSDFSDAfju==" source_container_name = "image-container" source_file_path = "pretty.jpg" target_container_name = "demo-container" target_file_path = "pretty_copy.jpg" service = BlockBlobService(account_name, account_key) service.copy_blob( target_container_name, target_file_path, f"https://{account_name}.blob.core.windows.net/{source_container_name}/{source_file_path}", ) 在顶部代码/图形中没有任何作用,但是却在底部代码中按预期工作(但将cordapp向上移动会弄乱错误栏线型[我只想要可靠的错误栏])?

先决条件

api

闪避不好,错误栏上的线型好:

dependencies {
    api "$corda_group:corda-core:$corda_release_version"
}

enter image description here

闪避好,错误条上的线型不好:

position_dodgev(height=pd)

enter image description here

0 个答案:

没有答案