I'm Using: https://github.com/looker-open-source/sdk-examples/blob/master/python/run_look_with_filters.py To change the filter of a Look before retrieving the png of my visualization. My Look visualization is an horizontal bar plot when I do run_look('png') The png shows the original horizontal bar plot However when I use the code in: https://github.com/looker-open-source/sdk-examples/blob/master/python/run_look_with_filters.py to change the filter for my look the png comes back as a vertical bar plot instead Is this a bug? can I make it give me back the original horizontal bar plot but with the new filter?
I'm Using:
https://github.com/looker-open-source/sdk-examples/blob/master/python/run_look_with_filters.py
To change the filter of a Look before retrieving the png of my visualization.
My Look visualization is an horizontal bar plot
when I do run_look('png')
The png shows the original horizontal bar plot
However when I use the code in:
https://github.com/looker-open-source/sdk-examples/blob/master/python/run_look_with_filters.py
to change the filter for my look the png comes back as a vertical bar plot instead
Is this a bug? can I make it give me back the original horizontal bar plot but with the new filter?