I am not sure if I understood your question, but ForwardDiff.GradientConfig
is not used to select dimensions for differentiation, but for selecting things like chunk size:
http://www.juliadiff.org/ForwardDiff.jl/stable/user/advanced.html#Configuring-Chunk-Size-1
If you want derivatives along a subset of the input, use a closure.
If you need more help, please post a self-contained MWE.
Welcome to the Julia Discourse! We are enthusiastic about helping Julia programmers, both beginner and experienced. This public service announcement (PSA) outlines best practices when asking for help. Following these points makes it easier for us to help you and more likely you’ll get a prompt, useful answer.
Keywords are highlighted to make it easier to refer to specific points.
Choose a descriptive title that captures the key part of your question, eg “plots with multiple axes” instead of …