{ "info": { "author": "Mike Nolta", "author_email": "mike@nolta.net", "bugtrack_url": null, "classifiers": [], "description": "================================================\nBiggles : Scientific Plotting with/in/for Python\n================================================\n\n.. image:: https://travis-ci.org/biggles-plot/biggles.svg?branch=master\n :target: https://travis-ci.org/biggles-plot/biggles\n\nBiggles is a Python module for creating publication-quality 2D scientific\nplots. It supports multiple output formats (postscript, x11, png, svg, gif),\nunderstands simple TeX, and sports a high-level, elegant interface. It's\nintended for technical users with sophisticated plotting needs.\n\nSimple Example\n--------------\n\nHere's a simple biggles script::\n\n >>> import biggles\n >>> x = [1, 2, 3, 4, 5]\n >>> y = [5, 4, 3, 2, 1]\n >>> p = biggles.FramedPlot()\n >>> p.add(biggles.Curve(x, y))\n >>> p.show()\n\nThis produces an X window with a framed plot of the curve y(x).\nYou can find more in the `examples `_\ndirectory included with the source distribution. Also, see the `gallery `_\non the web.\n\nSee the full `documentation `_ for more details.\n\nInstallation\n------------\n\nBiggles requires `numpy `_ and GNU `plotutils `_.\n\n**Macports**::\n\n $ sudo port install plotutils +x11\n $ pip install biggles\n\n**Homebrew**::\n\n $ brew install plotutils --with-x11\n $ pip install biggles\n\n**Debian/Ubuntu**::\n\n $ sudo apt-get libplot-dev plotutils\n $ pip install biggles\n\n**Windows**\n\nThis kind of install is not well tested at the moment. Please report bugs if you find them!", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/biggles-plot/biggles", "keywords": "", "license": "GPL-2", "maintainer": "", "maintainer_email": "", "name": "biggles", "package_url": "https://pypi.org/project/biggles/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/biggles/", "project_urls": { "Homepage": "https://github.com/biggles-plot/biggles" }, "release_url": "https://pypi.org/project/biggles/1.7.2/", "requires_dist": null, "requires_python": "", "summary": "simple, elegant python plotting", "version": "1.7.2" }, "last_serial": 2706466, "releases": { "1.7.0": [ { "comment_text": "", "digests": { "md5": "5a05bb055bc911c089755129e600cdf9", "sha256": "718343224dc49dcd8322798bd9c48dcf22044b909d5a4b66a7513e67b936ab69" }, "downloads": -1, "filename": "biggles-1.7.0.tar.gz", "has_sig": false, "md5_digest": "5a05bb055bc911c089755129e600cdf9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 125225, "upload_time": "2017-03-09T01:47:15", "url": "https://files.pythonhosted.org/packages/3f/dc/d8f3bae1261463908b83c5a6d5749b3945c2d83f9b45a6371412f8298357/biggles-1.7.0.tar.gz" } ], "1.7.2": [ { "comment_text": "", "digests": { "md5": "625fbf719fdcd14b1457f0eac78bc6c2", "sha256": "499a537acfda63da800cc0a121c393c6fb24a804e1f6476f70347c45a6e83f6c" }, "downloads": -1, "filename": "biggles-1.7.2.tar.gz", "has_sig": false, "md5_digest": "625fbf719fdcd14b1457f0eac78bc6c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 127014, "upload_time": "2017-03-15T03:36:19", "url": "https://files.pythonhosted.org/packages/c6/ba/d6402785278b1647018e771ed9f2e7ce4e5c64eadcdc832c42556ef455f6/biggles-1.7.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "625fbf719fdcd14b1457f0eac78bc6c2", "sha256": "499a537acfda63da800cc0a121c393c6fb24a804e1f6476f70347c45a6e83f6c" }, "downloads": -1, "filename": "biggles-1.7.2.tar.gz", "has_sig": false, "md5_digest": "625fbf719fdcd14b1457f0eac78bc6c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 127014, "upload_time": "2017-03-15T03:36:19", "url": "https://files.pythonhosted.org/packages/c6/ba/d6402785278b1647018e771ed9f2e7ce4e5c64eadcdc832c42556ef455f6/biggles-1.7.2.tar.gz" } ] }