-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
Issue with GR plot in Atom #1727
Comments
I actually currently have this issue in the REPL as well. |
I also have this issue. Running Win10 and Julia v1.0. However, savefig() works. |
Hi, Any idea where this might be coming from? |
I can even plot |
But it used to work in Atom / julia v0.6.4 ... |
Also 0.6.4 works for me with 2000000 points ... Plots v"0.17.4" |
Well that shows that the error is in the Plots gr backend, not GR itself. |
Why? @jheinen used
That was already introduced in Plots 0.17.0 and 0.17.1. Nevertheless, it could still be related. I need to take a closer look, but first I want to finish the docs PRs this weekend. |
I see this issue in Atom - Julia v1.0 on OSx. [28b8d3ca] GR v0.34.1 not in the REPL. |
I also see it in the REPL. |
Because he used GR 0.34.1 on both - am I overlooking something? |
Does anybody could get his hands on the problem in Atom plotting with GR? |
I've encountered this issue as well. Plotting large numbers of points works in external REPL but not in Atom. Was suggested to me to ping @pfitzseb on this. May be related: unable to create new plot window with gui(), or when Juno's settings disables the plot plane, within Juno. |
Plotting large numbers of points or lines using SVG may cause trouble when rendered within a browser, Atom or nteract. For plain GR 0.36.0 fixes similar problems with the default output ( For |
I can confirm that with GR 0.36.0 the Juno plot interface works. Can also confirm that switching back to SVG breaks things with Juno again. Too bad, because resizable/zoomable plots are good for inspecting positional point data (e.g. single molecule localization microscopy). However, I could only get the newest GR version when I switched from the JuliaPro 1.0.1.1 distribution of Julia to a manually downloaded Julia 1.0.2. The former was stuck at 0.34.1 for some reason. |
Would be interesting for us to have a concrete example (single molecule localization microscopy). Could you provide a reference to a notebook or Julia script along with the data? Either, the SVG part (in GR) can be further optimized, or, the data can better be displayed using the new |
@jheinen - Sure, I can put something together after the holiday. Perhaps SVG isn't the right answer though; I think it would need to be more like MATLAB where the points stay the same size as you zoom. Unless another backend exists that provides that ability? We're talking about clusters of points ~100-500 nm in a field ~50 microns across, so being able to zoom in on each one to inspect their structure is helpful, and for comparing the results of filtering/grouping operations on them. |
This is exactly what the new You can find a detailed description here (in German). |
Hi,
I would like to plot a layout in Atom. But, if there are too many points, nothing is output. For example, changing (in the following example) 20000 to 200000 outputs nothing in Atom with Julia v0.7, osx.
Is it to be expected?
Thank you for your help.
The text was updated successfully, but these errors were encountered: