(opts ...GlobalOpts)
| 266 | } |
| 267 | |
| 268 | func (bc *BaseConfiguration) setBaseGlobalOptions(opts ...GlobalOpts) { |
| 269 | for _, opt := range opts { |
| 270 | opt(bc) |
| 271 | } |
| 272 | } |
| 273 | |
| 274 | // WithAngleAxisOps sets the angle of the axis. |
| 275 | func WithAngleAxisOps(opt opts.AngleAxis) GlobalOpts { |
no outgoing calls
no test coverage detected