Display settings
Color settings
Qualia includes several built-in color cycles including its own palette. You can also create custom color schemes.
Creating custom color cycles
- Go to Settings > Matplotlib
- Click Create Custom under color cycles
- Add colors using hex codes or a color picker
- Name and save your palette
Export settings
These affect figures saved with
plt.savefig() or the export button on plot outputs.
Applying changes
Settings take effect for new plots. Existing plots in your notebook retain their original styling until you re-run the cells. To apply new settings to existing plots:- Update your Matplotlib settings
- Re-run the cells that generate plots

