Frequently Asked Questions

Everything you need to know about SciFigure Pro - AI-powered scientific figure generation. Can't find the answer? Contact our support team.

Q: How does SciFigure Pro generate figures? ✅ Implemented
Answer: SciFigure Pro uses AI to generate scientific figures from text descriptions. Describe your figure, and the system automatically generates it in SVG format with LaTeX code.
Read full answer

Step 1: Describe your figure in plain text (e.g., "bar chart showing gene expression levels for 4 groups").

Step 2: Optionally provide example data or select a pre-built template.

Step 3: Click "Generate" - your figure is ready in seconds!

Output: SVG (editable), LaTeX code (paper-ready), PNG (presentation-ready).

No Coding Required: Works with plain text descriptions. No Python, R, or LaTeX skills needed.

Q: What figure types does SciFigure Pro support? ✅ Implemented
Answer: SciFigure Pro supports 8+ figure types: Bar Chart, Line Graph, Scatter Plot, Flowchart, Heatmap, Box Plot, Venn Diagram, and Network Diagram.
Read full answer

Supported Figure Types:

  • Bar Chart: Vertical or horizontal, single or grouped
  • Line Graph: Single or multiple lines, with error bars
  • Scatter Plot: With optional trend lines
  • Flowchart: Process diagrams (e.g., CRISPR workflow)
  • Heatmap: Color-coded data matrices
  • Box Plot: Statistical distribution visualization
  • Venn Diagram: Set relationships (2-4 sets)
  • Network Diagram: Node-link diagrams

Auto-Detection: The system automatically detects the figure type from your description (e.g., "bar chart" → bar chart).

Q: Can I export figures in different formats? ✅ Implemented
Answer: Yes! Export figures as SVG (editable), LaTeX code (paper-ready), or PNG (presentation-ready). All exports follow scientific publishing standards.
Read full answer

SVG Export: Editable in Adobe Illustrator, Inkscape, and other vector graphics editors. Perfect for final adjustments.

LaTeX Code: Automatically generates proper figure environment with caption and label. Simply copy-paste into your LaTeX paper.

PNG Export: High-resolution (300 DPI) raster images for presentations and drafts.

Publishing Standards: All exports follow standards for scientific publishing (proper dimensions, fonts, resolution).

Q: Are there pre-built templates available? ✅ Implemented
Answer: Yes! 8+ pre-built templates for common scientific figures: CRISPR flowchart, gene expression heatmap, statistical box plots, and more.
Read full answer

Biology Templates:

  • CRISPR Gene Editing Flowchart
  • Gene Expression Heatmap
  • PCR Results Bar Chart

Statistics Templates:

  • Box Plot (with outliers)
  • Scatter Plot (with correlation)
  • Bar Chart (with error bars)

General Templates:

  • Venn Diagram (2-4 sets)
  • Network Diagram
  • Line Graph (time series)

Customization: All templates are fully customizable (colors, labels, dimensions).

Q: How accurate is the generated figure? ✅ Implemented
Answer: SciFigure Pro generates publication-ready figures with proper labeling, scaling, and formatting. Provide clear descriptions and example data for maximum accuracy.
Read full answer

Publication-Ready: Figures follow scientific publishing standards (proper fonts, dimensions, resolution).

Customizable: Adjust colors, labels, dimensions, and styles to match your journal's requirements.

Data-Driven: Provide example data for accurate representation. The system uses your data to generate precise figures.

iterative Refinement: Not satisfied? Refine your description and regenerate. No additional cost.

Pro Tip: For complex figures, start with a template and customize it to your needs.

Q: Is SciFigure Pro free to use?
Answer: Free tier available (5 figures/month). Pro Plan ($9.99/month) includes unlimited figures and advanced features.
Read full answer

Free Tier: 5 figures/month, basic export formats (SVG, LaTeX, PNG), community support.

Pro Plan - $9.99/month: Unlimited figures, all export formats, priority support, advanced customization, no watermark.

Team Plan - $24.99/month per user: Everything in Pro, plus shared templates, team libraries, collaboration features.

14-Day Free Trial: Try all Pro features free for 14 days. No credit card required.

Q: Can I use SciFigure Pro without coding skills? ✅ Implemented
Answer: Yes! SciFigure Pro is designed for researchers without coding skills. No Python, R, or LaTeX coding required.
Read full answer

No Coding Required: Simply describe your figure in plain text. The AI handles the rest.

LaTeX Made Easy: Automatically generates LaTeX code for figure inclusion. No need to learn LaTeX figure environments.

User-Friendly Interface: Intuitive web interface. No installation required - works in any browser.

Examples and Templates: Start from pre-built templates and customize. No need to start from scratch.

Q: How do I get the LaTeX code for my paper? ✅ Implemented
Answer: SciFigure Pro automatically generates LaTeX code for every figure. Simply copy the code and paste it into your paper - no manual formatting needed!
Read full answer

Automatic Generation: Every figure comes with ready-to-use LaTeX code.

Proper Formatting: Includes figure environment, caption, label, and proper widths.

Example Code:

\begin{figure}[htbp]
  \centering
  \includegraphics[width=\linewidth]{figure.pdf}
  \caption{Bar chart showing gene expression levels.}
  \label{fig:expression}
\end{figure}

Customization: Edit the caption and label directly in the interface before exporting.