unfold plotting Options¶
spin_colors¶
- description:
The colors for the plot lines.
- value:
[‘blue’, ‘red’]
color¶
- description:
The colors for the plot lines.
- value:
black
cmap¶
- description:
The colormap used for the plot.
- value:
jet
clim¶
- description:
The color scale for the color bar
- value:
[None, None]
fermi_color¶
- description:
The color of the Fermi line.
- value:
blue
fermi_linestyle¶
- description:
The linestyle of the Fermi line.
- value:
dotted
fermi_linewidth¶
- description:
The linewidth of the Fermi line.
- value:
1
grid¶
- description:
If true, a grid will be shown on the plot.
- value:
False
grid_axis¶
- description:
Which axis (or both) the grid lines should be drawn on.
- value:
both
grid_color¶
- description:
The color of the grid lines.
- value:
grey
grid_linestyle¶
- description:
The linestyle of the grid lines.
- value:
solid
grid_linewidth¶
- description:
The linewidth of the grid lines.
- value:
1
grid_which¶
- description:
Which grid lines to draw (major, minor or both).
- value:
major
label¶
- description:
The labels for the plot lines.
- value:
[‘$\uparrow$’, ‘$\downarrow$’]
legend¶
- description:
If true, a legend will be shown on the plot.
- value:
True
linestyle¶
- description:
The linestyles for the plot lines.
- value:
[‘solid’, ‘dashed’]
linewidth¶
- description:
The linewidths for the plot lines.
- value:
[1.0, 1.0]
marker¶
- description:
The marker styles for the plot points.
- value:
[‘o’, ‘v’, ‘^’, ‘D’]
markersize¶
- description:
The size of the markers for the plot points.
- value:
[0.2, 0.2]
opacity¶
- description:
The opacities for the plot lines.
- value:
[1.0, 1.0]
plot_color_bar¶
- description:
If true, a color bar will be shown on the plot.
- value:
True
savefig¶
- description:
The file name to save the figure. If null, the figure will not be saved.
- value:
None
title¶
- description:
The title for the plot. If null, no title will be displayed.
- value:
None
weighted_color¶
- description:
If true, the color of the lines will be weighted.
- value:
True
weighted_width¶
- description:
If true, the width of the lines will be weighted.
- value:
False
figure_size¶
- description:
The size of the figure (width, height) in inches.
- value:
[9, 6]
dpi¶
- description:
The resolution in dots per inch. If ‘figure’, use the figure’s dpi value.
- value:
figure