What problem does it solve? Creating figures that meet journal submission standards requires juggling resolution, colorblind accessibility, typography, and journal-specific dimensions, which is error-prone when done manually. ## Core Features & Use Cases - Journal-Specific Configuration: Apply pre-configured styles for Nature, Science, Cell, PLOS, ACS, and IEEE with correct column widths, fonts, and DPI settings. - Colorblind-Safe Palettes: Use Okabe-Ito, Wong, and Paul Tol palettes plus perceptually uniform colormaps to ensure accessibility and grayscale compatibility. - Automated Export: Save figures in PDF, EPS, TIFF, or PNG at correct resolutions and verify dimension compliance before submission. - Use Case: You have experimental results in a pandas DataFrame and need a multi-panel figure for a Nature submission. Apply the Nature style preset, build panels with seaborn statistical plots, add panel labels and significance markers, then export at 1000 DPI as PDF. ## Quick Start Create a publication-quality line plot with error bars using the Nature journal style and export it as a 300 DPI PDF.