# 8. Graph Transparent ## Example ### Main Functions | Function | A Brief Overview | | :---: | :-------: | | [gsplot.graph_transparent_axes](#gsplot.style.graph.graph_transparent_axes) | Set the facecolor of the figure to transparent | ### Code ```{literalinclude} ../../../demo/8_graph_transparent/graph_transparent.py ``` ### Plot ```{image} ../../../demo/8_graph_transparent/graph_transparent.png :alt: graph_transparent :class: bg-secondary :width: 1000px :align: center ```