Imported Ticket
- Summary: Shallow projections should be easier to make
- Component: yt
- Milestone:
- Reporter: mturk
- Owner: mturk
- Resolution: fixed
- Status: closed
- Created: 1274740639000000
- Description: Right now, creating a projection that does not go through the entire domain is clunky and difficult. This should be easier, with a "depth" argument, or possibly a nicer constructor that does this:
pc.add_thin_projection("Density", 0, width = some_width)
Update to Ticket
- Author: mturk
- Changetime: 1283871923836535
- Field: status
- Oldvalue: new
- Newvalue: closed
Update to Ticket
- Author: mturk
- Changetime: 1283871923836535
- Field: resolution
- Oldvalue:
- Newvalue: fixed
Update to Ticket
- Author: mturk
- Changetime: 1283871923836535
- Field: comment
- Oldvalue: 1
- Newvalue: Added, but using "thickness" instead of "width".