Closed gonzalezm closed 4 years ago
What version of gnuplot are you using. I do not get the text output on v5.2.2.
Thanks for your reply. I was using version 5.0. I upgraded to v5.2.2 and the result is the same. I am using Python 3 with Anaconda.
What version of the dependency package metakernel
do you have installed?
I am using metakernel version 0.20.14 and I am using Anaconda.
Were you able to resolve this issue? I'm experiencing the same with metakernel v. 0.20.14 from conda_forge and gnuplot 4.6 patchlevel 2 (CentOS).
Let me know if you need any more data to pinpoint this...
Unfortunately I haven't been able to solve this issue, which is quite annoying when you use many instructions to perform a plot. If you have any hint to solve this please let me know.
2018-08-17 10:42 GMT-03:00 adsche notifications@github.com:
Were you able to resolve this issue? I'm experiencing the same with metakernel v. 0.20.14 from conda_forge and gnuplot 4.6 patchlevel 2 (CentOS).
Let me know if you need any more data to pinpoint this...
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/has2k1/gnuplot_kernel/issues/11#issuecomment-413870039, or mute the thread https://github.com/notifications/unsubscribe-auth/AG5El9Ti0o9NOjnEiJAVX8Ka-xVrOd7cks5uRshPgaJpZM4R0UkA .
I put out new version of gnuplot_kernel
recently and during the testing I could not replicate this issue.
Alright :( has2k1, could you also tell me the gnuplot and metakernel version that you were using for testing? What OS are you testing on?
I'm going to try to investigate a bit more.
The specs are:
Hi,
My specs are: gnuplot 5.2.2 metakernel 0.20.14 OS: Ubuntu
The problem is still there.
Thanks for trying to solve the issue.
2018-08-20 10:59 GMT-03:00 Hassan Kibirige notifications@github.com:
The specs are:
- gnuplot: 5.2.4
- metakernel: 0.20.14
- OS: Arch Linux
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/has2k1/gnuplot_kernel/issues/11#issuecomment-414326004, or mute the thread https://github.com/notifications/unsubscribe-auth/AG5El3mlG0fW0PELcEGms6a8y7FqOFE-ks5uSsDJgaJpZM4R0UkA .
I can confirm that this problem is not present in Antergos using gnuplot 5.2.4 and metakernel 0.20.14
2018-08-21 9:30 GMT-03:00 Manu Gonzalez elhombrecitodelazulejo@gmail.com:
Hi,
My specs are: gnuplot 5.2.2 metakernel 0.20.14 OS: Ubuntu
The problem is still there.
Thanks for trying to solve the issue.
2018-08-20 10:59 GMT-03:00 Hassan Kibirige notifications@github.com:
The specs are:
- gnuplot: 5.2.4
- metakernel: 0.20.14
- OS: Arch Linux
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/has2k1/gnuplot_kernel/issues/11#issuecomment-414326004, or mute the thread https://github.com/notifications/unsubscribe-auth/AG5El3mlG0fW0PELcEGms6a8y7FqOFE-ks5uSsDJgaJpZM4R0UkA .
So this bug only chooses to haunt select systems! At least it is not going after the users.
What python versions were y'all using? I'm using 3.6.5.
I'm using Python 3.6.3
El jue., 23 ago. 2018 a las 6:43, adsche (notifications@github.com) escribió:
What python versions were y'all using? I'm using 3.6.5.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/has2k1/gnuplot_kernel/issues/11#issuecomment-415356651, or mute the thread https://github.com/notifications/unsubscribe-auth/AG5El4zLNn4sZtncWzf0W6cWEqMNfB1xks5uTnlFgaJpZM4R0UkA .
Same issue on Ubuntu 18.04.1 LTS Versions: Python 3.6.6 gnuplot 5.2 patchlevel 2 gnuplot-kernel 0.3.0 (installed using pip3) metakernel 0.20.14 (using pip3)
While I do not know why this bug affected some installations, we now clobber any output from gnuplot if it matches the input. If there aren't any unintended consequences then the solution shall stand.
This kernel is great. Is it possible to suppress the text output of the cells? In the output of each cell there is not only the plot but also a copy of all the commands being run (screenshot attached). Thanks in advance