We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Not sure if this should go to GR.jl or Plots.jl... (CC @tbreloff)
But when I try to load a simple image using v0.5 Julia and latest release of packages, the plot is okay in pyplot, but not gr:
using Plots, Images f = expanduser("~/.julia/v0.5/Images/docs/src/img/rose_hsv.png") img = Images.load(f) pyplot() plot(img) gr() plot(img)
Results in the following two windows:
The text was updated successfully, but these errors were encountered:
(ps @tbreloff: I was following the example from your documentation at: https://juliaplots.github.io/examples/gr/#images
but the code seems to rely on the PlotReferenceImages folder which I think is no longer created.)
Sorry, something went wrong.
This is known and unsolved. And yes I should change that example to use TestImages.
On Saturday, October 29, 2016, Stephen Eglen notifications@github.com wrote:
(ps @tbreloff https://github.com/tbreloff: I was following the example from your documentation at: https://juliaplots.github.io/ examples/gr/#images but the code seems to rely on the PlotReferenceImages folder which I think is no longer created.) — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub #47 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AA492iNwyKGuzqT4WUIM1Vr1R0ddBV77ks5q47jNgaJpZM4KkOJM .
(ps @tbreloff https://github.com/tbreloff: I was following the example from your documentation at: https://juliaplots.github.io/ examples/gr/#images
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub #47 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AA492iNwyKGuzqT4WUIM1Vr1R0ddBV77ks5q47jNgaJpZM4KkOJM .
ok, thanks!
No branches or pull requests
Hi,
Not sure if this should go to GR.jl or Plots.jl... (CC @tbreloff)
But when I try to load a simple image using v0.5 Julia and latest release of packages, the plot is okay in pyplot, but not gr:
Results in the following two windows:
The text was updated successfully, but these errors were encountered: