如何在ggmap的图像上添加固定的图例?

时间:2019-04-08 17:54:31

标签: r ggplot2 ggmap

我用ggmap制作了这些图像,我希望这些图像具有相同的图例
(可复制的代码)

export interface IRawSomeModel {id?: string}

@model()
export class SomeModel extends Entity implements IRawSomeModel {
  @property({ type: 'string' })
  id?: string;
}

enter image description here 例如,我希望此图像将图例保留在20:00,23:00框内 enter image description here

0 个答案:

没有答案