-
Hi,
I was following your tutorial and in your original code it seems that cnt will reflect the last step (contour by y, not cv2). I modified to look at the different contours with each algorithm, b…
-
Hey everyone,
it is with a somewhat heavy heart that I have to announce that I am planning to retire this repo unless somebody else wants to take over the maintenance.
I have not had time to ad…
-
as noted in https://github.com/gonum/plot/pull/620, plots produced by `Contour` are not reproducible.
they look visually the same but the vg operations underneath are different.
this leads to plots …
-
As the title, I plot a 3D contour using contour, and my y axis data is distributed as exp. The axises distribution as the first fig, but it doesn't work is 3D contour.
contourf(xx,yy,px[:,:,193])
…
-
hi, I write an example about contour plot and animation when l learned how to use Stipple. I met some problems and I solved them. I think this example may help people understand Stipple better. So, I …
-
The Problem:
There has been an issue with plotting contour labels for some time with the declarative syntax, but I wasn't able to diagnose it more fully until now. This is different than the other co…
-
Thanks for this really useful library. I was wondering if there is any intention to support heatmap / contour type plots in polar projection. Something like the figure below (done with matplotlib):
…
-
For example https://community.plot.ly/t/fix-contour-plot-in-animation/33558, probably a js issue but need to be investigated first.
-
in the for loop d is undefined and the notebook does not work
-
I found a strange behavior on ticks of contour plot with PyPlots.
Default setting does not make ticks:
```
using Plots; pyplot()
contour(-2:0.1:2,-2:0.1:2,(x,y)->x^2+y^2, fill=true, levels=50)
…
y-nkt updated
4 years ago