Questions tagged [altair]

Altair stands out as a declarative data visualization tool designed specifically for Python, built upon the foundation of Vega-Lite. With Altair, users can easily generate intricate visualizations using a simple and intuitive API. Don't forget to include both code snippets and sample datasets when asking your question.

Display two separate dataframes in individual visualizations with a common selector/filter option using Altair

I am working with two pandas dataframes called data and data_queue, both having identical structures and containing similar data. My goal is to plot the former as a line chart and the latter as a scatter plot. I require a shared selector that can be used t ...

Incorporating positional adjustments to data points

Currently, I am trying to find a method to specify an X-Y offset for plotted data points. As I am new to Altair, I appreciate your patience. Here is the scenario: I have a dataset that records daily measurements for 30 individuals. Each person can log mul ...

The issue arises from the misalignment of Altair plots that feature overlaid boundaries and points

I've been facing a challenge with flipping a layer map plot in Altair showcasing London. More details can be found here: Solving upside plot and projection problems in Geopandas and Altair Another issue arises from having a dataframe containing shape ...