gsplot.style.graph#

Deprecated forwarding shim for gsplot.style.graph.

Functions

graph_facecolor([color])

Adapt the current-figure facecolor call to gsplot.fig_facecolor().

graph_square(ax)

Adapt one legacy square-aspect call to gsplot.box_aspect().

graph_square_axes()

Apply canonical square aspect to current compatibility axes.

graph_transparent(ax)

Adapt one legacy transparent theme call to gsplot.set_theme().

graph_transparent_axes()

Apply the canonical transparent theme to current compatibility axes.

graph_white(ax)

Adapt one legacy white theme call to gsplot.set_theme().

graph_white_axes()

Apply the canonical white theme to current compatibility axes.

graph_facecolor(color='black')#

Adapt the current-figure facecolor call to gsplot.fig_facecolor().

Parameters:

color (str)

Return type:

None

graph_square(ax)#

Adapt one legacy square-aspect call to gsplot.box_aspect().

Parameters:

ax (Axes)

Return type:

None

graph_square_axes()#

Apply canonical square aspect to current compatibility axes.

Return type:

None

graph_transparent(ax)#

Adapt one legacy transparent theme call to gsplot.set_theme().

Parameters:

ax (Axes)

Return type:

None

graph_transparent_axes()#

Apply the canonical transparent theme to current compatibility axes.

Return type:

None

graph_white(ax)#

Adapt one legacy white theme call to gsplot.set_theme().

Parameters:

ax (Axes)

Return type:

None

graph_white_axes()#

Apply the canonical white theme to current compatibility axes.

Return type:

None