Skip to main content

Design space identification tool for plotting and analysing design spaces (2D and 3D).

Project description

# dside Design space identification tool for plotting and analysing design spaces (2D and 3D).

## Installation Currently, dside requires pandas, numpy, matplotlib, and matlab engine (for alphashapes). dside can be installd with the following commands. `bash pip install dside ` For more information on how to install matlab engine please checkout this link: https://uk.mathworks.com/help/matlab/matlab_external/install-the-matlab-engine-for-python.html.

## Quick Overview Use this tool to visualize 2D and 3D design spaces.

` import dside ds = dside.DSI(df) # Create instance of design space ds with data from DataFrame df p = ds.screen(constraints) # Screen the points using the constraints (dictionary) r = ds.plot(vnames) # Plot the design space and NOR based on vnames (list of variable names for the axes) r = ds.flex_space(x) # Plot the nominal point and flexibility region based on point x (list/numpy array) `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dside-0.1.2.tar.gz (9.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page