-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add function fimagesc #230
Comments
I have an initial version of this function written which I can post for review if it is deemed useful. |
I would probably find this very useful. |
I have created a branch for this function https://github.com/sawcordwell/Winston.jl/tree/fimagesc and would like some input. Specifically, what should I do about tests? It seems that not much of Winston is tested, and can it be tested? Also, |
Nice, thanks! I think it would be useful to export the 'resolution' as a parameter in I also fixed a small bug, where f = (x, y) -> x^2 - y^2
fimagesc(f, (-2, 2), (-2, 2)) I copied your branch (is that the right terminology?) and my changes are now here, if you're interested: |
Add a function
fimagesc
that is equivalent tofplot
forimagesc
. Specifically, let a colormap be generated for a function f that takes two arguments x and y over specified ranges for x and y.The text was updated successfully, but these errors were encountered: