在ggplot中为colorbar图例添加更多标签

时间:2018-01-24 21:10:15

标签: r ggplot2

我在ggplot中制作了一些带有下面颜色条图例的图表。默认情况下,图例只有4个标签显示特定颜色的值。有些主题元素可以改变颜色条的大小,但不能改变标签的数量。如何增加标签数量?

library(ggplot2)

ggplot(mtcars, aes(x=mpg, y=carb, color=disp)) + 
  geom_point(size=3) + 
  theme(legend.key.height = unit(2,'cm'))

enter image description here

1 个答案:

答案 0 :(得分:1)

您只需在public class MyFirebaseMessagingService extends FirebaseMessagingService { private static final String TAG = "MyFirebaseMsgService"; @Override public void onMessageReceived(RemoteMessage remoteMessage) { Log.d(TAG, "From: " + remoteMessage.getFrom()); } }

中指定breaks即可
scale_color_continous()

enter image description here