0

I would like to always show the upper x-axis and right y-axis in my bokeh plots.

Is there a command to simply add these axes to the diagram?

Paul Eigenthaler
  • 165
  • 1
  • 2
  • 10
  • 6
    Please [read](https://stackoverflow.com/help/on-topic) how to ask question. Narrow down your error, and provide [minimal](https://stackoverflow.com/help/mcve) example – Syed Waqas Bukhary Mar 18 '18 at 00:49
  • 1
    Possible duplicate of [Put x-axis at the top of a Bokeh figure](https://stackoverflow.com/questions/39107360/put-x-axis-at-the-top-of-a-bokeh-figure) – Eugene Pakhomov Mar 23 '18 at 19:57

1 Answers1

0

If you mean how to show top and right axis line, simply add outline_line_color='black' inside bokeh's plot.figure().