Gallery¶
Visual Index¶
See the Plot Gallery for a rendered example of every plot function, grouped by family and linked to its reference page. All figures come from one seeded synthetic example dataset.
Goal¶
Find small PyFLASH examples that can be copied into a Python session and adapted to a real batch, table, or image set.
Code¶
Start with the page that matches the task:
| Page | Pattern |
|---|---|
| Load Table With from_dataframe | Wrap a small pandas.DataFrame as a PyFLASH object. |
| Mean Bars Basic | Draw one group-comparison bar plot. |
| Grouped Mean Bars | Plot a crossed table by one factor. |
| Correlation Matrix | Draw a square marker correlation matrix. |
| Plot Spec Batch | Run several registered plots from a JSON spec file. |
| Small Model Sweep | Run a compact classifier feature sweep. |
| Image Grid | Build an image table and browse imported image paths. |
| Representative Panels | Render stored representative-image selections. |
Result¶
Each page shows one focused pattern, the expected return value or saved-file behavior, and links back to the longer reference pages.
Notes¶
The table examples use synthetic data. The image examples generate temporary synthetic PNG files inside the script so they demonstrate the required metadata without committing rendered outputs.