Home > front end >  Python matplotlib MathText with variables
Python matplotlib MathText with variables

Time:09-17

I need to document calculations including

  1. the used equation and
  2. the variables replaced by the values used

Example: A=1, B=2

C=A B

3=1 2

I am using Reportlab and create flowable elements with matplotlib. The following code based on the enter image description here

  • Related