---
title: "Storing multiple graph configurations"
slug: "storing-multiple-graph-configurations"
updated: 2024-06-25T14:19:50Z
published: 2024-06-25T14:19:50Z
canonical: "userguide.dataclassroom.com/storing-multiple-graph-configurations"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://userguide.dataclassroom.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Storing multiple graph configurations

If you have a dataset and want to make **several different graphs** from the **same data**, you might want to be able to **re-visit each visualization** without having to change the graph options each time.

To do this, you can store a number of your **graph configurations** within the Dataset, and then easily **switch** between them.

![](https://cdn.document360.io/62f8f41e-e041-42c4-b9bc-8ae1eb45d064/Images/Documentation/image-1676368924048.png)

### What is stored with a graph configuration?

Each configuration stores the following:

- All the actual **graph settings** from the panel to the right of the graph. I.e. which graph **type**, which **axes**, whether **descriptive stats** are shown, etc.
- All the graph **appearance** settings like the colors, font sizes, etc.

### What isn't stored?

- Anything from the data table, i.e. data contents, and which rows are excluded. (If you want to save different subsets of data, see [Filtering rows of data](/v1/docs/filtering-rows-of-data))
- Column headings, categorical value labels, colors etc.
- Anything else non-graph related.

This means that you can save several graph configurations, and then use them easily again on different sets, or subsets, of your data. And if you decide to re-name a variable, you can quickly see all of your stored graphs rendered with the updated variable name.

### Is the camera image stored?

No, only the configuration used to **display** the graph is stored. If you resize the screen, for example, you can make a new camera image with a different aspect ratio.
