=================================================== API =================================================== ------------------------------------ The most useful functions ------------------------------------ Creating figures: * :func:`pyCreeper.crGraphs.createBarPlot` * :func:`pyCreeper.crGraphs.createLinePlot` * :func:`pyCreeper.crGraphs.createMatrixPlot` * :func:`pyCreeper.crGraphs.createPieChart` Working with arrays: * :func:`pyCreeper.crData.getMedianOfAList` * :func:`pyCreeper.crData.getMaxValueInAList` * :func:`pyCreeper.crData.getMinValueInAList` * :func:`pyCreeper.crData.getNumberOfListDimensions` Advanced working with arrays: * :func:`pyCreeper.crData.compressList` * :func:`pyCreeper.crData.getListByFlippingColumnsAndRows` -------------------- crGraphs -------------------- .. automodule:: pyCreeper.crGraphs :members: :undoc-members: -------------------- crGraphStyle -------------------- .. automodule:: pyCreeper.crGraphStyle :members: :undoc-members: -------------------- crData -------------------- .. automodule:: pyCreeper.crData :members: :undoc-members: -------------------- crFiles -------------------- .. automodule:: pyCreeper.crFiles :members: :undoc-members: -------------------- crHelpers -------------------- .. automodule:: pyCreeper.crHelpers :members: :undoc-members: