Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R Plotting does not work on Mac #4

Open
thorstenwagner opened this issue Jun 30, 2017 · 3 comments
Open

R Plotting does not work on Mac #4

thorstenwagner opened this issue Jun 30, 2017 · 3 comments

Comments

@thorstenwagner
Copy link
Owner

thorstenwagner commented Jun 30, 2017

It always throws an expection:
Rserve>/bin/sh: null: command not found
java.lang.NullPointerException
at de.biomedical_imaging.ij.rplot.HistogramFrame.getNumberOfBins(HistogramFrame.java:381)

@thorstenwagner
Copy link
Owner Author

I guess I just have to change this line:
https://github.com/thorstenwagner/ij-r-plot/blob/master/src/main/java/de/biomedical_imaging/ij/rplot/RPlot.java#L24
to
if(IJ.isLinux() || IJ.isMacOSX()){...}

@ricounet67
Copy link

I have this issue also. I updated ParticleSizer with Fiji today. Is this issue corrected in the last version available or should I modify the code by myself? In this case can you tell me how to compile a new jar?

@ricounet67
Copy link

I still have the issue on Mac OSX. Thus it is not possible to plot the distributions with R. But it works on Windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants