MUIs
Python package related to creating mui charts
import MUIs
from MUIs import mui
from pprint import pprint
if __name__ == '__main__':
list_of_types = ["line","bar","candlestick","pie","scatter","composite","heatmap","sparkline","livetrading","unknown_type"]
series_lists = [[1, 4, 2, 5, 7],[1, 2, 2, 5, 7]]
xAxis_list = [1, 2, 3, 4, 5]
yAxis_list = [11,22,33,44,55]
check_which_charts_are_available = True
charts_app = mui.get_charts(list_of_types,series_lists,xAxis_list,yAxis_list,check_which_charts_are_available)
mui.run_app(charts_app)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
muis-0.2.0.tar.gz
(2.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
muis-0.2.0-py3-none-any.whl
(2.7 kB
view details)
File details
Details for the file muis-0.2.0.tar.gz.
File metadata
- Download URL: muis-0.2.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa21d26aa0cbcd7ef8819f399b0a070a77dc89c55a27e8047123356ffa170d54
|
|
| MD5 |
0ee45ddf004428f941e7cca13353b901
|
|
| BLAKE2b-256 |
fa59f9dedc90ac474f9ac7f55c1c9496370be5b7a95d8b5c270c61f946d4d740
|
File details
Details for the file muis-0.2.0-py3-none-any.whl.
File metadata
- Download URL: muis-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c331bf23624271e53b015a678422479a65833133051466371e1b3f50f6eea7e4
|
|
| MD5 |
3d24d8dd4a8b37cfc8321d11f1415267
|
|
| BLAKE2b-256 |
284d11984b66f9352c0b38d22e2409d3274f44627dd15a793c936cd3c0e800f2
|