# 7. Graph White ## Example ### Main Functions | Function | A Brief Overview | | :---: | :-------: | | [gsplot.graph_facecolor](#gsplot.style.graph.graph_facecolor) | Set the facecolor of the figure | | [gsplot.graph_white_axes](#gsplot.style.graph.graph_white_axes) | Set the color of all axes to white | ### Code ```{literalinclude} ../../../demo/7_graph_white/graph_white.py ``` ### Plot ```{image} ../../../demo/7_graph_white/graph_white.png :alt: graph_white :class: bg-primary :width: 900px :align: center ```