Draw graphs =========== .. grid:: 3 .. grid-item-card:: :img-top: ../source/_static/index-images/graph2d_1.png ^^^^^^^^^^^^^^ Draw single curves +++ .. button-ref:: draw_single_curve :expand: :color: primary :click-parent: To single curve .. grid-item-card:: :img-top: ../source/_static/index-images/graph2d_2.png ^^^^^^^^^^^^^^ Draw multiple curves +++ .. button-ref:: draw_multiple_curves :expand: :color: primary :click-parent: To multiple curves .. grid-item-card:: :img-top: ../source/_static/index-images/scatter.png ^^^^^^^^^^^^^^ Draw scatter plots +++ .. button-ref:: scatter :expand: :color: primary :click-parent: To scatter plots .. grid-item-card:: :img-top: ../source/_static/index-images/parallel.png ^^^^^^^^^^^^^^ Draw parallel plots +++ .. button-ref:: parallel :expand: :color: primary :click-parent: To parallel plots .. grid-item-card:: :img-top: ../source/_static/index-images/histogram.png ^^^^^^^^^^^^^^ Draw histograms +++ .. button-ref:: histogram :expand: :color: primary :click-parent: To histograms .. grid-item-card:: :img-top: ../source/_static/index-images/object.png ^^^^^^^^^^^^^^ 2D representation of objects +++ .. button-ref:: object :expand: :color: primary :click-parent: To object representation .. grid-item-card:: :img-top: ../source/_static/index-images/multiplot.png ^^^^^^^^^^^^^^ Draw multiplots +++ .. button-ref:: multiplot :expand: :color: primary :click-parent: To multiplots The plot_data library is structured using a modular approach as follows: * :ref:`core`: provides fundamental data structures and algorithms; * :ref:`graph`: converts networkx graph into a 2D PlotData graph; * :ref:`colors`: defines an exhaustive list of colors; * :ref:`template`: templates of html files built for PlotDataObject; :ref:`modules` -------------- Q&A --- No questions yet.