https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
b

beats-like-a-helix

03/04/2022, 10:31 PM
Crisis averted, just had to specify things properly in catalog.yml. In my case:
Copy code
yml
power_spectrum_figures:
  type: PartitionedDataSet
  path: data/07_model_output/figures
  dataset:
    type: matplotlib.MatplotlibWriter
    save_args:
      format: pdf
      dpi: 300
      bbox_inches: tight
  filename_suffix: ".pdf"