TylerTCF

Results 2 comments of TylerTCF

``` #HV Ideas x = pd.Series(['Oranges', 'Apples', 'Other Fruits', 'Oranges', 'Apples', 'Other Fruits', 'Oranges', 'Apples', 'Other Fruits']) y = pd.Series([2016, 2016, 2016, 2017, 2017, 2017, 2018, 2018, 2018]) z =...

@Wolfever , great workaround. How would you go about replacing data in these bars if you loaded it in from an already created PPTX? I guess you could add/replace data...