- Step1: Install the package via pip: pip install n_figures_agent
- Step2: Set your OpenAI API key: export OPENAI_API_KEY="your_key"
- Step3: Prepare a natural language prompt describing the desired charts
- Step4: Run the agent: n_figures_agent --prompt "Your prompt" --count N
- Step5: View generated figures and export code or images as needed