{ "info": { "author": "Jonathan Terhorst", "author_email": "terhorst@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "``imshow`` is a command-line utility for visualizing matrices. It is\nessentially a wrapper for the ``matplotlib`` / MATLAB command of the\nsame name.\n\nUsage\n-----\n.. code:: bash\n\n $ python -e 'import numpy; numpy.savetxt(\"array.txt\", numpy.random.normal(size=(60, 60)))'\n $ imshow array.txt\n\nproduces the file ``array.png`` containing an image of a random square\nmatrix with 60 entries per side.\n\n.. figure:: https://terhorst.github.io/imshow/examples/array.png\n\n Example of default output.\n\nThe input file ``array.txt`` should readable by ``numpy.loadtxt()``, i.e. \nbe a space-delimited square matrix.\n\nThe default output name ``array.png`` can be overridden by specifying\na second argument. The extension of the output file name controls the\noutput format.\n\n.. code:: bash\n\n $ imshow array.txt array.jpg\n\n.. figure:: https://terhorst.github.io/imshow/examples/array.jpg\n\n The same array in JPEG format.\n\nSeveral options, detailed in ``imshow -h``, control the appearance of\nthe plot.\n\n.. code:: bash\n\n $ imshow -g -b array.txt array.2.png\n\n.. figure:: https://terhorst.github.io/imshow/examples/array.2.png\n\n The same array, with a grid and colormap added.\n\nRequirements\n------------\nNumpy and ``matplotlib``.\n\nAuthor\n------\nJonathan Terhorst \n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/terhorst/imshow", "keywords": "imshow matlab visualize plot array", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "imshow", "package_url": "https://pypi.org/project/imshow/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/imshow/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/terhorst/imshow" }, "release_url": "https://pypi.org/project/imshow/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Command line tool to visualize numeric arrays.", "version": "0.0.3" }, "last_serial": 2260488, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "09ecfb14c67ac163a5afb2d84f26af10", "sha256": "2084219467eb364fb748677b9ddbcd03f08038d0b982f3bffd09fb7a2e08e20f" }, "downloads": -1, "filename": "imshow-0.0.1.tar.gz", "has_sig": false, "md5_digest": "09ecfb14c67ac163a5afb2d84f26af10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2142, "upload_time": "2016-08-03T17:55:00", "url": "https://files.pythonhosted.org/packages/11/c1/1fbc0e61c1066b04e0a7743f53912d40b6cb59012d7102c9121b482e6219/imshow-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "1315eeac287f1f7d2d2f7ccde44b97c1", "sha256": "b70a7d9246adb6f52b60e08f61e7e6253599c201d2fd60f1ae11409ab091b34a" }, "downloads": -1, "filename": "imshow-0.0.2.tar.gz", "has_sig": false, "md5_digest": "1315eeac287f1f7d2d2f7ccde44b97c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2165, "upload_time": "2016-08-03T17:56:46", "url": "https://files.pythonhosted.org/packages/55/ff/cfeb9d25350200025bd7aa2d26d0690513a6f35ce0cb2bf357c8d193a2b6/imshow-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "17cc02a299ec3bd0c431e5c436c6b7a5", "sha256": "e72257db75202b722b14d72a5ecafe16f74d99d07da76b12bbad7e4af4ad2f38" }, "downloads": -1, "filename": "imshow-0.0.3.tar.gz", "has_sig": false, "md5_digest": "17cc02a299ec3bd0c431e5c436c6b7a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2165, "upload_time": "2016-08-03T18:09:08", "url": "https://files.pythonhosted.org/packages/85/7a/c1775ede29651320958dd2ead224328d559bb21292c63ee3c529c0d93006/imshow-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "17cc02a299ec3bd0c431e5c436c6b7a5", "sha256": "e72257db75202b722b14d72a5ecafe16f74d99d07da76b12bbad7e4af4ad2f38" }, "downloads": -1, "filename": "imshow-0.0.3.tar.gz", "has_sig": false, "md5_digest": "17cc02a299ec3bd0c431e5c436c6b7a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2165, "upload_time": "2016-08-03T18:09:08", "url": "https://files.pythonhosted.org/packages/85/7a/c1775ede29651320958dd2ead224328d559bb21292c63ee3c529c0d93006/imshow-0.0.3.tar.gz" } ] }