An example is `label` which can't be set on construction. This does not produce a visible `PlotKey` because label is not set ```python key=PlotKey(0.1, 0.9, halign='left') plt=FramedPlot(key=key) plt.add(Points([3,4], [5,6], label='stuff')) ```