pyCreeper
2.1
  • Download and installation
  • Supported figure types
    • Bar plots
    • Box plots
    • Line plots
    • Matrix plots
    • Pie charts
  • Code examples
  • Tutorial: Using styles
  • Tutorial: Broken line plots
  • API
  • Version history
pyCreeper
  • Docs »
  • Supported figure types
  • View page source

Supported figure types¶

Bar plots¶

_images/barPlot_errorBars.png

Function pyCreeper.crGraphs.createBarPlot()

Code examples: examples.barPlots.example1_simple() examples.barPlots.example2_errorBars()

Box plots¶

_images/linePlot_boxPlots.png

Function pyCreeper.crGraphs.createLinePlot()

Code examples: examples.linePlots.example4_boxPlots()

Line plots¶

_images/linePlot_errorBars.png

Function pyCreeper.crGraphs.createLinePlot()

Code examples: examples.linePlots.example1_simple() examples.linePlots.example2_multiple() examples.linePlots.example3_errorBars() examples.linePlots.example4_boxPlots()

Matrix plots¶

_images/matrixPlot_fullAnnotations.png

Function pyCreeper.crGraphs.createMatrixPlot()

Code examples: examples.matrixPlots.example1_simple() examples.matrixPlots.example2_customAnnotations()

Pie charts¶

_images/pieChart_large.png

Function pyCreeper.crGraphs.createPieChart()

Code examples: examples.pieCharts.example1_simple() examples.pieCharts.example2_colors() examples.pieCharts.example3_multiFigure()
Next Previous

© Copyright 2016, Lenka Pitonakova.

Built with Sphinx using a theme provided by Read the Docs.