Frame

class aplpy.Frame(parent)[source]

Bases: object

Methods Summary

set_color(color)

Set color of the frame.

set_linewidth(linewidth)

Set line width of the frame.

Methods Documentation

set_color(color)[source]

Set color of the frame.

Parameters
color:

The color to use for the frame.

set_linewidth(linewidth)[source]

Set line width of the frame.

Parameters
linewidth:

The linewidth to use for the frame.