This prevents having to do patterns like: ```python pipeline = Pipeline(funcs) pipeline.add_mapspec_axis("x", axis="i") pipeline.add(func_1) ```