Julius lets you turn raw data into clear charts with just a few prompts. You can generate and refine visuals without writing code. This guide covers how to create, customize, and save visualizations that match your data and your brand.Documentation Index
Fetch the complete documentation index at: https://julius.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Upload or Access your Data
- click “+ Add Data”.
- Upload a file or choose a connected data source.
- Julius will automatically parse the structure and show a preview.
Ask for a Visualization in Natural Language
In the chat, simply type something like:
“Create a bar chart of sales by region.”Julius will:
“Plot a line graph showing daily active users over time.”
“Visualize the distribution of order amounts as a histogram.”
- Parse your request
- Identify relevant columns
- Generate the appropriate visualization (e.g., bar, line, scatter, histogram, boxplot)
Customize the Output
Once the visualization appears, you can refine it by asking follow-ups:
-
Change chart type:
“Can you turn this into a pie chart?”
-
Adjust axes or labels:
“Label the x-axis as ‘Date’ and y-axis as ‘Revenue’”
-
Add grouping or filtering:
“Group by product category” or “Only show data for 2024”
-
Change formatting:
“Add data labels” or “Use log scale on the y-axis”
View or Edit the Code (Optional)
Click “Show Code” to:
- See the Python or SQL code used to generate the visualization
- Edit the code if you want more control (e.g., set color palettes, change figure size)
- Rerun the chart with your edits
Save It to a Notebook (Optional)
Once you’re happy with the visualization:
- Click “Save to Notebook” to store it with your analysis
- Add context, reasoning, or notes alongside the chart
- Share the Notebook with your team for review or reuse
Using Chart Themes:
Julius supports custom chart themes, allowing you to personalize your visualizations to align with your company’s brand identity.
Choose from built-in presets like Scientific, Dark, or the Julius theme
- Choose from built-in presets like Scientific, Dark, or the Julius theme
- Or select
New themeto create your own custom theme
