You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@natefoulk4
Hi,
you could use heatmap() for the full resolution of your data's range. Or, set the 'levels' attribute in 'contourf': e.g. contourf(a, b, (x,y) -> exp(-(x-0.5)^2 - (y-0.5)^2), levels = 25)
This will increase the so-called 'resolution'.
On a similar note: How did you manage to set contourf up? I can plot using contour and this backend, but using contourf results in the following error message on my system:
julia> contourf(a, b, (x,y) -> exp(-(x-0.5)^2 - (y-0.5)^2)) Error showing value of type Plots.Plot{Plots.PGFPlotsXBackend}: ERROR: ArgumentError: No tex function available for data of type ColorGradient. Define one by overloading print_tex(io::IO, data::T) where T is the type of the data to dispatch on.
Hello,
When I plot the following,
, the plots look qualitatively different.
Is this expected? I would love to have nicer looking output for
contourf
System info:
The text was updated successfully, but these errors were encountered: