Giter Club home page Giter Club logo

Comments (19)

daleroberts avatar daleroberts commented on May 21, 2024 1

from itermplot.

daleroberts avatar daleroberts commented on May 21, 2024

Could you update itermplot and try now? pip3 install -U itermplot

from itermplot.

ikhomutov avatar ikhomutov commented on May 21, 2024

Ok, now it doesn't raise error, but output very large strange thing:
�]1337;File=;size=5205;inline=1;width=auto;height=10;preserveAspectRatio=1:JVBERi0xLjQKJazcIKu6CjEgMCBvYmoKPDwgL1R5cGUgL0NhdGFsb2cgL1BhZ2VzIDIgMCBSID4+CmVuZG9iago4IDAgb2JqCjw8IC9Qcm9jU2V0IFsgL1BERiAvVGV4dCAvSW1hZ2VCIC9JbWFnZUMgL0ltYWdlSSBdIC9YT2JqZWN0IDcgMCBSCi9TaGFkaW5nIDYgMCBSIC9FeHRHU3RhdGUgNCAwIFIgL0ZvbnQgMyAwIFIgL1BhdHRlcm4gNSAwIFIgPj4KZW5kb2JqCjEwIDAgb2JqCjw8IC9Bbm5vdHMgWyBdIC9SZXNvdXJjZXMgOCAwIFIgL1R5cGUgL1BhZ2UKL0dyb3VwIDw8IC9UeXBlIC9Hcm91cCAvUyAvVHJhbnNwYXJlbmN5IC9DUyAvRGV2aWNlUkdCID4+IC9QYXJlbnQgMiAwIFIKL01lZGlhQm94IFsgMCAwIDU3NiA0MzIgXSAvQ29udGVudHMgOSAwIFIgPj4KZW5kb2JqCjkgMCBvYmoKPDwgL0ZpbHRlciAvRmxhdGVEZWNvZGUgL0xlbmd0aCAxMSAwIFIgPj4Kc3RyZWFtCnicjZTLTsMwEEX3/opZwsaxx484y0ZAJXYtkfiAUgpVW6lUgt9nYseJQxKZRWRfP+bcsSeWcGTFSsLhBgKO9P3Qt4biYf/9udtv1zXsbkzQ2JmZ0lJ78q1WSD3RtR+MXViJpDi2C6XjOohTJ5Rz3JGiRbHrN10hbtPatuu04Ra+9vAKFyhW2PpCeAZJ3qT3JqjdrhMaVoZalHYCYy9sA9dxGJ/eYOM83TJETsyOxkf50UyiZ+J1eEF4AQefieDGGzmMYboMEevUn+/qEKyOwSgPVjdQPEmQCM07s8i1URINKMFFaaB5Y3fUu4fmCI9Nb6IFM+kUt5HbiR4ddKRHlTUgS83FjAMz6yDc2egCBwdBRwdRZR2go9KZOJALZ6CFpYCdg070DoKODqLKOlAVRZhxMH8GM1UzOEiraKiprAMjaMPEAS6cQVJ8ti/n+q8xndT6Mlk7XgnbcivuXObwCSyxosLy5NBN0HEusJPpLFyi5egyB1+G18Kzw7PRk8N44PZTWSpK5NblD1sJ+ksDN3TTq+7mAjuZztOriouBvphz/6DY4XWaFppOH6//XDf9dTrS1ZD7hv0CNYFHBAplbmRzdHJlYW0KZW5kb2JqCjExIDAgb2JqCjQ0NAplbmRvYmoKMTYgMCBvYmoKPDwgL0ZpbHRlciAvR....

from itermplot.

ikhomutov avatar ikhomutov commented on May 21, 2024

UPD: Probably there is a problem with my environment, as it shows nothing in output window if I clear MPLBACKEND variable.

from itermplot.

daleroberts avatar daleroberts commented on May 21, 2024

Ok, I'm trying hard to replicate the problem by installing Python 3.4 but can't seem to get the latest matplotlib working with Py3.4...

Are you running under TMUX or something similar?

from itermplot.

ikhomutov avatar ikhomutov commented on May 21, 2024

Yes, tmux 2.3. But if I try to use it in pure terminal, without itermplot, the problem stays on. Also it represent this issues: matplotlib/matplotlib#2976.
So, problem could be in matplotlib. I will try to fix it, and inform you later.

from itermplot.

ikhomutov avatar ikhomutov commented on May 21, 2024

Ok, I fix this problem (just install cairocffi) so it shows me correct plot. But itermplot still shows me bunch of symbols.

from itermplot.

daleroberts avatar daleroberts commented on May 21, 2024

from itermplot.

ikhomutov avatar ikhomutov commented on May 21, 2024

Yes. Attached a screenshot for your convenience.
screenshot from 2017-01-16 14 36 08

from itermplot.

daleroberts avatar daleroberts commented on May 21, 2024

from itermplot.

ikhomutov avatar ikhomutov commented on May 21, 2024

Same result.
screenshot from 2017-01-16 14 43 35

from itermplot.

ikhomutov avatar ikhomutov commented on May 21, 2024

The problem persists with ipython3 (instead of python3).

from itermplot.

daleroberts avatar daleroberts commented on May 21, 2024

from itermplot.

ikhomutov avatar ikhomutov commented on May 21, 2024

Yes, I'm using debian 8.7. Are there any alternative terminals that will support your module on that os?

from itermplot.

ikhomutov avatar ikhomutov commented on May 21, 2024

Ok, thanks a lot.

from itermplot.

garywu avatar garywu commented on May 21, 2024

this might be a choice: https://github.com/saitoha/PySixel

from itermplot.

chrisidefix avatar chrisidefix commented on May 21, 2024

Have you had a look at hyper? Not sure how active the development is still around it, but it supports image display I believe.

from itermplot.

chrisidefix avatar chrisidefix commented on May 21, 2024

PS: https://github.com/zeit/hyper

from itermplot.

JonathanAnderson avatar JonathanAnderson commented on May 21, 2024

Hyper wont support the same protocol. Iterm2 sends these special leet 1337 escape sequences that only it understands. Searching hyper for 1337 shows no results.

from itermplot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.