gsplot.style.graph#
Deprecated forwarding shim for gsplot.style.graph.
Functions
|
Adapt the current-figure facecolor call to |
|
Adapt one legacy square-aspect call to |
Apply canonical square aspect to current compatibility axes. |
|
Adapt one legacy transparent theme call to |
|
Apply the canonical transparent theme to current compatibility axes. |
|
|
Adapt one legacy white theme call to |
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