proteindf_tools.pdfgraph module¶
- class proteindf_tools.pdfgraph.DfEnergyLevelHistoryGraphH[source]¶
Bases:
DfGraphDraw the energy levels as horizontal lines.
- class proteindf_tools.pdfgraph.DfEnergyLevelHistoryGraphV[source]¶
Bases:
DfEnergyLevelHistoryGraphHDraw the energy levels as vertical lines.
- class proteindf_tools.pdfgraph.DfEnergyLevelTraceGraph[source]¶
Bases:
DfGraph- property connection_color¶
- property reference_line_color¶
- property target_line_color¶
- class proteindf_tools.pdfgraph.DfGraph(**figure_kwd)[source]¶
Bases:
object- property aspect¶
- property is_draw_grid¶
- property legend¶
- property size¶
- property title¶
- property xlabel¶
- property xmax¶
- property xmin¶
- property xscale¶
- property xticklabels¶
- property xticks¶
- property ylabel¶
- property ymax¶
- property ymin¶
- property yscale¶
- property yticklabels¶
- property yticks¶
- class proteindf_tools.pdfgraph.DfMatrixGraph(matrix, **figure_kwd)[source]¶
Bases:
DfGraph- property cmap¶
- property is_diverging¶
- property should_write_values¶
- property vmax¶
- property vmin¶
- class proteindf_tools.pdfgraph.Graph(size=None)[source]¶
Bases:
object- colors = ['blue', 'green', 'red', 'cyan', 'magenta', 'yellow']¶