|Pypi Installs| |Latest Version| |Supported Python Versions|
`Mathics3 <https://mathics.org>`_ Graph Module using `NetworkX <https://networkx.org/>`_ and `Matplotlib <https://matplotlib.org>`_
Example Session
---------------
::
$ mathicsscript
Mathicscript: 5.0.0, Mathics 6.0.0
on CPython 3.10.4 (main, Jun 29 2022, 12:14:53) [GCC 11.2.0]
using SymPy 1.9, mpmath 1.2.1, numpy 1.21.5
matplotlib 3.5.2,
Asymptote version 2.81
Copyright (C) 2011-2023 The Mathics3 Team.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.
See the documentation for the full license.
Quit by pressing CONTROL-D
In[1]:= LoadModule["pymathics.graph"]
Out[1]= pymathics.graph
In[2]:= BinomialTree[3]
In[3]:= BinomialTree[6]
In[4]:= CompleteKaryTree[3, VertexLabels->True]
Screenshots
-----------
|screenshot|
The above is the is the matplotlib graph for ``BinomialTree[3]`` in the session above.
See the `screenshot directory <https://github.com/Mathics3/pymathics-graph/tree/master/screenshots>`_ the other graphs.
Installation
-------------
From pip:
::
$ pip install pymathics-graph
From git:
::
$ make develop # or make install
Note:
-----
Currently this works well in `mathicsscript` but not in the Django interface, although graphs are created in a temporary directory, e.g. ``/tmp/``.
.. |screenshot| image:: https://github.com/Mathics3/pymathics-graph/blob/master/screenshots/BinomialTree-3.png
.. |Latest Version| image:: https://badge.fury.io/py/pymathics-graph.svg
:target: https://badge.fury.io/py/pymathics-graph
.. |Pypi Installs| image:: https://pepy.tech/badge/pymathics-graph
.. |Supported Python Versions| image:: https://img.shields.io/pypi/pyversions/pymathics-graph.svg
.. |Packaging status| image:: https://repology.org/badge/vertical-allrepos/pymathics-graph.svg
:target: https://repology.org/project/pymathics-graph/versions
Raw data
{
"_id": null,
"home_page": null,
"name": "Mathics3-graph",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "Mathics Group <mathics-devel@googlegroups.com>",
"keywords": "Mathematica, Wolfram, Interpreter, Shell, Math, CAS",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/7d/eb/70bc3cb0aa3a96829d3e548c55b3a4af300abb2e2faf00b90df76a96119a/mathics3_graph-9.0.0.tar.gz",
"platform": null,
"description": "|Pypi Installs| |Latest Version| |Supported Python Versions|\n\n`Mathics3 <https://mathics.org>`_ Graph Module using `NetworkX <https://networkx.org/>`_ and `Matplotlib <https://matplotlib.org>`_\n\nExample Session\n---------------\n\n::\n\n $ mathicsscript\n Mathicscript: 5.0.0, Mathics 6.0.0\n on CPython 3.10.4 (main, Jun 29 2022, 12:14:53) [GCC 11.2.0]\n using SymPy 1.9, mpmath 1.2.1, numpy 1.21.5\n matplotlib 3.5.2,\n Asymptote version 2.81\n\n Copyright (C) 2011-2023 The Mathics3 Team.\n This program comes with ABSOLUTELY NO WARRANTY.\n This is free software, and you are welcome to redistribute it\n under certain conditions.\n See the documentation for the full license.\n\n Quit by pressing CONTROL-D\n\n In[1]:= LoadModule[\"pymathics.graph\"]\n Out[1]= pymathics.graph\n In[2]:= BinomialTree[3]\n In[3]:= BinomialTree[6]\n In[4]:= CompleteKaryTree[3, VertexLabels->True]\n\nScreenshots\n-----------\n\n|screenshot|\n\nThe above is the is the matplotlib graph for ``BinomialTree[3]`` in the session above.\n\nSee the `screenshot directory <https://github.com/Mathics3/pymathics-graph/tree/master/screenshots>`_ the other graphs.\n\nInstallation\n-------------\n\nFrom pip:\n\n::\n\n $ pip install pymathics-graph\n\nFrom git:\n\n::\n\n $ make develop # or make install\n\nNote:\n-----\n\nCurrently this works well in `mathicsscript` but not in the Django interface, although graphs are created in a temporary directory, e.g. ``/tmp/``.\n\n\n.. |screenshot| image:: https://github.com/Mathics3/pymathics-graph/blob/master/screenshots/BinomialTree-3.png\n.. |Latest Version| image:: https://badge.fury.io/py/pymathics-graph.svg\n\t\t :target: https://badge.fury.io/py/pymathics-graph\n.. |Pypi Installs| image:: https://pepy.tech/badge/pymathics-graph\n.. |Supported Python Versions| image:: https://img.shields.io/pypi/pyversions/pymathics-graph.svg\n.. |Packaging status| image:: https://repology.org/badge/vertical-allrepos/pymathics-graph.svg\n\t\t\t :target: https://repology.org/project/pymathics-graph/versions\n",
"bugtrack_url": null,
"license": null,
"summary": "Mathics3 Graph Module using NetworkX",
"version": "9.0.0",
"project_urls": {
"Downloads": "https://github.com/Mathics3/pymathics-graph/releases",
"Homepage": "https://github.com/Mathics3/pymathics-graph"
},
"split_keywords": [
"mathematica",
" wolfram",
" interpreter",
" shell",
" math",
" cas"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "6f57c37c250159dc539fcacb61755a528ea835d77cbb861ede730d6ffeb34530",
"md5": "f60fb1790307e1203c4e59232f7b884c",
"sha256": "8b7f348d6a1faabc52ce4a1357875c332bf736bcf446ead8e17ed1094442d216"
},
"downloads": -1,
"filename": "mathics3_graph-9.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f60fb1790307e1203c4e59232f7b884c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 53945,
"upload_time": "2025-08-30T02:13:50",
"upload_time_iso_8601": "2025-08-30T02:13:50.215214Z",
"url": "https://files.pythonhosted.org/packages/6f/57/c37c250159dc539fcacb61755a528ea835d77cbb861ede730d6ffeb34530/mathics3_graph-9.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7deb70bc3cb0aa3a96829d3e548c55b3a4af300abb2e2faf00b90df76a96119a",
"md5": "134a11fa61016bf085fc981c015a1f10",
"sha256": "d1ebd55cfb146536247c69553ce11655c903123ba818bea38f9fbc9e1edcf849"
},
"downloads": -1,
"filename": "mathics3_graph-9.0.0.tar.gz",
"has_sig": false,
"md5_digest": "134a11fa61016bf085fc981c015a1f10",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 56643,
"upload_time": "2025-08-30T02:13:51",
"upload_time_iso_8601": "2025-08-30T02:13:51.669948Z",
"url": "https://files.pythonhosted.org/packages/7d/eb/70bc3cb0aa3a96829d3e548c55b3a4af300abb2e2faf00b90df76a96119a/mathics3_graph-9.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-30 02:13:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Mathics3",
"github_project": "pymathics-graph",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "mathics3-graph"
}