Configure Axes, Grids, and Typography for NeurIPS 2025
mainTo achieve the 'NeurIPS Look', configure your plot axes and layout with these specifications:
- Grid Lines: Use fine dashed (
--) or dotted (:) lines in light gray. Ensure grids are rendered behind data elements (low Z-order). - Spines: Use either a 'Boxed' look (black spines on all 4 sides) or an 'Open' look (removing top and right spines).
- Ticks: Use subtle ticks that face inward or remove them in favor of grid alignment.
- Typography: Use exclusively Sans-Serif fonts (e.g., Helvetica, Arial, DejaVu Sans). Avoid Serif fonts for labels.
- Label Rotation: Keep X-axis labels horizontal; rotate to 45 degrees only to prevent overlap.
- Legends: Place legends inside the plot area (top-left/top-right) to maximize data-ink ratio, or place them in a single horizontal row above the plot title.
- Annotations: Use direct labeling (placing text next to lines or on bars) instead of relying on legends.