Mathematica Plugin plotting not working

I have installed this and really loved it. I can do all things which are non plotting type. But the problem starts while trying to plot. The result is like this


Any idea how I can make this work?

Hi @Rousan and welcome to the forum.
I think that the author of the plugin, who I think is @sharkc, might help you best. I have seen that you have opened a issue on github as well, let’s see if they answer you here or there.

Giovanni

1 Like

Thanks for reminding me, Giovanni!

@Rousan Your banner (Mathematica in red) doesn’t look like that for the newest commit, could you please check out the version on your system?

Yes thank you for the replies. I was able to solve that by installing a fresh version. I don’t know for some reason it was not working but after reinstalling it’s working fine. Thank you…
Also for future user’s (Linux)
We have to use a following command for the libML64i4.so library

MATH=`realpath $(which math) | sed -e 's=/Executables/math$=/SystemFiles/Links/MathLink/DeveloperKit/Linux-x86-64/CompilerAdditions='`
sudo ln -s $MATH/libML64i4.so /usr/lib/libML64i4.so