Skip to content Skip to sidebar Skip to footer
Showing posts with the label Altair

Altair Heatmap Ticks Text

Is there a way to set the ticks text to a list of strings? I know that ideally it is best to have t… Read more Altair Heatmap Ticks Text

How To Create A Nested Grouped Bar Chart Using Altair? - Added Sample Data

I have a unique situation. In my data I have year and within each year I have 5 categories and it&#… Read more How To Create A Nested Grouped Bar Chart Using Altair? - Added Sample Data

Altair Remove Border In Layerchart

I am trying to remove the border from an altair chart. This answer works perfectly but it fails whe… Read more Altair Remove Border In Layerchart

World Map + Slider In Altair (python)

I would like to build an interactive chart with world map with COVID-19 confirmed cases per country… Read more World Map + Slider In Altair (python)

Dynamic Name In Altair Alt.condition

I am following this example to create a bar chart with conditional color formatting on negative val… Read more Dynamic Name In Altair Alt.condition

Stacked Text In A Stacked Bar Chart Using Altair Mark_text

I'm trying to use mark_text to create a stacked text in a stacked bar chart. I would like to la… Read more Stacked Text In A Stacked Bar Chart Using Altair Mark_text

How To Reproduce The Unsub Histogram In Altair?

Unsub's histogram display stacks each journal title on top of each other as an individual box, … Read more How To Reproduce The Unsub Histogram In Altair?

Using Interval Selection: Manipulate What Is Taken Into Aggregation Of Individual Encoding Channels Of Altair

I am making an XY-scatter chart, where both axes show aggregated data. For both variables I want to… Read more Using Interval Selection: Manipulate What Is Taken Into Aggregation Of Individual Encoding Channels Of Altair

Options For Improving Interactive Altair Line Charts With Many Rows

My requirement is to plot a pandas dataframe with a shape of (50,000, 2) as an interactive line cha… Read more Options For Improving Interactive Altair Line Charts With Many Rows

How Can I Make A Map Using GeoJSON Data In Altair?

I'm very new to mapping, and to Altair/Vega. There's an example in the Altair documentation… Read more How Can I Make A Map Using GeoJSON Data In Altair?