Graph
button in the Mito toolbar will create a new graph in Mito. Data Source
: The sheet that contains the data that you want to graph. Chart Type
: The type of graph that you want to create. Mito supports: X Axis
: The data to graph along the x axis. Y Axis
: The data to graph along the y axis. Color by Column
: An additional column to further breakdown the graphed data using the color attribute. Density heatmap
.Filter to safe size
: By default, Mito only graphs the first 1000 rows of data to ensure that the browser tab doesn't crash while attempting to load too much data into the graph. Turning off filter to save size graphs the entire dataframe and may slow down or crash your browser tab.Title
: The main title of the graphDisplay Title
: Toggle to OFF to remove the title from the graph. Toggle to ON to display the title of the graph.Title Color
: Title
: The title of the x axis.Display Title
: Toggle to OFF to remove the title from the x axis. Toggle to ON to display the title on the x axis.X axis title color
: Display range slider
: The range slider is a horizontal bar underneath the x axis of the graph that can be used to zoom in on specific ranges of the graph. Toggle to OFF to remove the range slider. Toggle on ON to display the range slider. Title
: The title of the y axis.Display Title
: Toggle to OFF to remove the title from the y axis. Toggle to ON to display the title on the y axis.Y axis title color
: Plot Background Color
: Paper Background Color
: Copy Graph Code
: Copy the Plotly graph code to your clipboard so you can paste it into a code cell. Download as PNG
: Download the graph as a PNG.