``` { "System`Plot" : { "Priority" : 1234, "...
# announcements
h
Copy code
{ "System`Plot" :
  { "Priority" : 1234,
    "Options" :
      { "PlotRange" : [ "Value1", "Value2", ...],
        "PlotStyle" : [ "Value1", "Value2", ...],
        ...
      },
    "CallPattern" : "{_, {_,_,_}, __.}",
    "Attributes" : [ "Attr1", "Attr2", ...]
  },
  "System`Plot3D" : ...
  ...
}