-
It is possible to plot an image using:
```
from aplpy import FITSFigure
f = FITSFigure('image.fits')
f.show_colorscale() #works
f.show_grayscale() # works
```
But if I want to only plot a contour I …
cdeil updated
10 years ago
-
-
**Reported by @AnsleyManke on 19 May 2005 19:45 UTC**
Andrew's ideas, from bug report 1006
```
shade/lev=(min)(-10,10,1)(max) my_variable
shade/lev=(-10,10,1)(max) my_variable
```
T…
-
**Reported by @AnsleyManke on 25 Feb 2005 19:52 UTC**
A constant field yields just the axes, no fill color or notation.
yes? use coads_climatology
yes? let a = 4 + 0*sst
yes? shade a[L=1] ! shade…
-
I think the following should work:
- `plot(SimulationResult)` should return several lines plots for each x
- `plot(SimulationResult, linetype=:contour)` should attempt a contour plot. This should wo…
-
### What is the idea?
After the recent Contour changes I wonder if we should have a Contour levels discretization setting.
```
void Contour::buildDefaultLevels(const UnsignedInteger number)
{
…
-
Hello! I'm using sph.contour to plot density contours of my gadget simulation but I keep getting the following message:
`sph.contour(h[0].g, qty="rho", width=0.001*s.properties["boxsize"], nlevels=…
-
**What do you want to do?**
I have a series of partial pole figures, and I wanted to plot them using filled contours. Unfortunately the data from the points with the largest polar angles (tilt) exte…
-
I want to create in Gadfly something similar to imagesc/contourf in Winston or Matlab, but using `Geom.rectbin` seems to me incomplete and cannot to some full extent handle this functionality. Please …
-
I have gathered some feedback and did some quick research. Most of the plotting libraries have names as such as contour (vtk, matplotlib) and I think in general I prefer contour vs isofill or isoline.…