Upgrade Bokeh 10 to 11 - Errors

I have a web application with interactive bokeh plots. I upgraded my Bokeh from 0.10 version to 0.11 version. Now I cannot see any of y plots.
The log shows:

C:\Python27\lib\site-packages\bokeh\core\properties.py:714: BokehDeprecationWarning: bokeh.models.annotations.orientatio

n was deprecated in Bokeh 0.11; please use Legend.location instead

super(HasProps, self).setattr(name, value)

What do I need to change in my code for this error?

I appreciate your help and thank you all for great product.

Sorry it was easy fix. I fixed it.

ยทยทยท

On Monday, May 16, 2016 at 1:41:45 PM UTC-4, hkbokeh wrote:

I have a web application with interactive bokeh plots. I upgraded my Bokeh from 0.10 version to 0.11 version. Now I cannot see any of y plots.
The log shows:

C:\Python27\lib\site-packages\bokeh\core\properties.py:714: BokehDeprecationWarning: bokeh.models.annotations.orientatio

n was deprecated in Bokeh 0.11; please use Legend.location instead

super(HasProps, self).setattr(name, value)

What do I need to change in my code for this error?

I appreciate your help and thank you all for great product.