desc.plotting.plot_logo
- desc.plotting.plot_logo(save_path=None, **kwargs)Source
Plot the DESC logo.
- Parameters:
save_path (str or path-like) – Path to save the figure to. File format is inferred from the filename (Default value = None)
**kwargs (dict, optional) – Additional plot formatting parameters. options include
'D_color','D_color_rho','D_color_theta','E_color','Scolor','C_color','BGcolor','fig_width'
- Returns:
fig (matplotlib.figure.Figure) – Figure being plotted to.
ax (matplotlib.axes.Axes) – Axes being plotted to.
Examples
from desc.plotting import plot_logo plot_logo(save_path='../_static/images/plotting/plot_logo.png')