-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: MatplotLib for iOS #712
Comments
The first step is to build the Python for iOS target using the python-for-ios recipe. This will provide you with a Python interpreter that is compiled for iOS and can be used to run Matplotlib. Next, you will need to install Matplotlib and its dependencies, including Numpy, using pip. You can do this by running the following command: pip install matplotlib numpy |
@gitgudyyao
|
Is anyone working on this? Is there any way I can help? |
*Need MatplotLib for iOS and today I use it on my Android app.
Matplotlig are a greate tool when you want to show result of calculations on a grapf.
Today a recipy exsist for android:
https://github.com/kivy/python-for-android/tree/develop/pythonforandroid/recipes/matplotlib
If someone have iOS-recipy-skills, I think this info might help:
OtoJig/Python-Apple-support#4
Matplotlib depends on Numpy and I know there are also a problems with "multiarray_umath" with Numpy that have to be solved for Matplotlib to work. Here are a solution to this problem that I don't know to how implement:
#647
The text was updated successfully, but these errors were encountered: