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

Speeding Up Matplotlib Scatter Plots

I'm trying to make an interactive program which primarily uses matplotlib to make scatter plots… Read more Speeding Up Matplotlib Scatter Plots

Multiindex Scatter Plot

Suppose I have the following data: data = {'Value': {('1', 1): 3.0, ('1', 2… Read more Multiindex Scatter Plot