-
First of all I really like gral. I investigated many Java plotting libs and found only two of them are attractive and interesting: XChart and Gral. I tried to use both in my research, but had to give …
-
When I try to select any point on the contour plot generated with the code below, I get the traceback below.
```python
import matplotlib.pyplot as plt
import mpldatacursor
from mpl_toolkits.mplo…
-
Tested on R2014b, on current `develop` head.
**Code** (derived from `ACID(10)`)
```
contourf(peaks(10), 3);
colorbar();
colormap(jet);
hold on;
h(1)=plot(1:10,1:10,'r');
h(2)=plot(1:10,sin(1:10)+5,'…
-
It will be very useful, when plotting 3D surfaces, to allow the projection of contour lines in the grid planes, similar to what plotly.js does. Also plotly.js has a feature Contour that plots the 2D c…
-
https://github.com/marcharper/python-ternary
zarak updated
4 years ago
-
Jeremy, very happy with the program. Now that 3D is in, perhaps I could somehow plot simple series of spectra in a 3D waterfall fashion? I do not want contours, see example below
![Untitled](https:…
-
-
At this point contours of a function with poles get too concentrated near the poles. I'm adding a screenshot to exemplify the following code:
```
var('x y x0 y0 q')
R=((x-x0)^2+(y-y0)^2)^(1/2)
fiel…
-
-
In examples-web under Vega Snapshots -> Contour Plot, the gradient rendering for the
chart's legend is missing.