PlaygroundAbout
PlaygroundAbout
ExpertWizard
ExpertWizard
1
2
# -*- coding: utf-8 -*-
# This is example python script that generates a scale using pynomo.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Code selected: Type 2 example. Equation:F1(u1)=F2(u2)F3(u3)F_1(u_1)=F_2(u_2) F_3(u_3)

Equation:F1(F_1 (xx))+F2(+ F_2 (yy))+F3(+ F_3 (zz))=0= 0

x + y + z = 0
(success)
(success)
(success)
F1F2F3
F1F2F3
(success)
(success)
function
(success)
Min value
(success)
Max value
Scale type
(success)
(success)
(success)
(success)
(success)
(success)
(success)
function
(success)
Min value
(success)
Max value
Scale type
(success)
(success)
(success)
(success)
(success)
(success)
(success)
function
(success)
Min value
(success)
Max value
Scale type
(success)
(success)
(success)
(success)
(success)

Welcome to pynomo playground!

This site is for running python scripts that generate pdf-nomographs using python and pynomo.
On the left is a text editor for editing python code. Once code is ready, it can be sent to server by pressing button "Run code on server". The server sends back console output, error codes and resulting pdf if successfull.
There are template codes as a starting point on the left bottom. These are good starting points for typical cases.

What is a nomograph?

Nomograph or nomogram is a graphical calculator for solving an underlying equation. The equation is solved by using a straight line that passes through scales. As an example, nomograph below gives solution to body-mass-index (BMI), where one calculates obesity index based on weight and height.
BMI nomograph The example line or isopleth solves BMI for height 184 cm and weight 85 kg.

Pynomo playground is place to test pynomo scripts online. These are used to make nomographs that are graphical calculators. The used pyNomo python library is the latest found in Github. There is documentation in pynomo-doc that is under development. Older documentation can be found in pynomo.org.

The script is ran in a linux server running Python 3. Scripts are left on the server for some time for debugging purposes. The service is in early beta phase.

The service is free and sponsored by L.R. Please do not break the service or use it for anything bad. Thanks!

This service is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.