In this video you learn how to get you figure ready for data. The figure()
object is not only the foundation of your data visualization but also the object that unlocks all of Bokeh’s available tools for visualizing data.
The code below explores just a few of the cusomization options available.
Here are some other helpful links on this topic:
- The Bokeh Plot Class is the superclass of the figure() object, from which figures inherit a lot of their attributes.
- The Figure Class documentation is a good place to find more detail about the arguments of the figure() object.
Here are a few specific customization options worth checking out:
Pygator on Aug. 18, 2019
you meant to import output_file in the example code. I’m already seeing a more recent version of the bokeh and how certain things have evolved like h_symmetry=True has been deprecated in my version of bokeh.