I am trying to fit a graph with predefined function gaus (or anything). Graph is getting drawn, but function is not drawn. If go to editor of plot, cursor shows the function. No help from changing color of that un-seen distribution. Same code works fine in other OS.
Also I see something peculiar, opacity of graph (and un-seen object) is freeze. I mean I can not change it from 1 to 0 or anything.
Please help.
Here are system info:
Ubuntu 16.04.2 LTS, x86-64, gcc 5.4.0, root version (binary 5.34/30)
Hi couet,
It is working fine in other’s Ubuntu OS (16.04) as well, but not in my Ubuntu OS. I re-installed root using both methods, cmake and in binary, but it did not work.
Can it be that you have Ubuntu’s “system-provided” ROOT related packages installed?
Execute “sudo apt-get purge root-system* root-plugin* libroot*” (afterwards check that the “/usr/lib/i386-linux-gnu/root5.34” and the “/usr/lib/x86_64-linux-gnu/root5.34” subdirectories disappeared completely)
Hi Wile_E_Coyote,
I followed the steps and found that from Prerequisites, libjpeg was not installed. So I did it and then I re plot it (unfortunately the problem remains same). Please find the root macro attached in a reply to couet.
Hi Wile_E_Coyote,
I see some issues on one of output file (both attached here) which was created while following instructions as mentioned in your reply. Please have a look and let me know if I am making some mistakes.