Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
concreteproperties documentation
Light Logo Dark Logo
  • Installation
  • User Guide
    • Materials
    • Geometry
    • Analysis
    • Prestressed Analysis
    • Results
    • Design Codes
      • AS 3600:2018
      • NZS3101:2006
    • Assumptions
  • Examples
    • Calculating Area Properties
    • Calculating Cracked Properties
    • Moment Curvature Analysis
    • Ultimate Bending Capacity
    • Moment Interaction Diagram
    • Biaxial Bending Diagram
    • Stress Analysis
    • Composite Sections
    • Prestressed Sections
    • AS3600 Design Code
    • NZS3101 Design Code
  • API
    • concreteproperties.pre
      • add_bar
      • add_bar_circular_array
      • add_bar_rectangular_array
      • CPGeom
      • CPGeomConcrete
    • concreteproperties.material
      • Concrete
      • Material
      • Steel
      • SteelBar
      • SteelStrand
    • concreteproperties.stress_strain_profile
      • BilinearStressStrain
      • ConcreteLinear
      • ConcreteLinearNoTension
      • ConcreteServiceProfile
      • ConcreteUltimateProfile
      • EurocodeNonLinear
      • EurocodeParabolicUltimate
      • ModifiedMander
      • RectangularStressBlock
      • SteelElasticPlastic
      • SteelHardening
      • SteelProfile
      • StrandHardening
      • StrandPCI1992
      • StrandProfile
      • StressStrainProfile
    • concreteproperties.concrete_section
      • ConcreteSection
    • concreteproperties.prestressed_section
      • PrestressedSection
    • concreteproperties.analysis_section
      • AnalysisSection
      • Tri3
    • concreteproperties.results
      • BiaxialBendingResults
      • CrackedResults
      • GrossProperties
      • MomentCurvatureResults
      • MomentInteractionResults
      • StressResult
      • TransformedGrossProperties
      • UltimateBendingResults
    • concreteproperties.design_codes
      • concreteproperties.design_codes.as3600
        • AS3600
      • concreteproperties.design_codes.design_code
        • DesignCode
      • concreteproperties.design_codes.nzs3101
        • NZS3101
    • concreteproperties.post
      • plotting_context
      • string_formatter
      • string_formatter_plots
      • string_formatter_stress
      • UnitDisplay
    • concreteproperties.utils
      • calculate_extreme_fibre
      • calculate_local_extents
      • calculate_max_bending_depth
      • create_known_progress
      • create_unknown_progress
      • gauss_points
      • get_service_strain
      • get_ultimate_strain
      • global_to_local
      • local_to_global
      • point_on_neutral_axis
      • shape_function
      • split_geom_at_strains_service
      • split_geom_at_strains_ultimate
      • CustomTimeElapsedColumn
      • concreteproperties.utils.AnalysisError

Development

  • Contributor Guide
  • Code of Conduct
  • License
  • Changelog
Back to top
View this page
Edit this page

concreteproperties.postΒΆ

Post-processor methods.

Functions

plotting_context

Executes code required to set up a matplotlib figure.

string_formatter

Formats a float using engineering or fixed notation.

string_formatter_plots

Formats a float using engineering notation for plotting.

string_formatter_stress

Formats a float using engineering notation for stress plotting.

Classes

UnitDisplay

Class for displaying units in concreteproperties.

Next
plotting_context
Previous
NZS3101
Copyright © 2025, Robbie van Leeuwen
Made with Sphinx and @pradyunsg's Furo