Define legend characteristics. LABEL= suppresses the legend label. SHAPE= specifies a width and height for legend values. POSITION= centers the legend inside the top of the axis frame. MODE= shares the legend area with other graphics elements.
legend1 label=none
        shape=symbol(4,2)
        position=(top center inside)
        mode=share;