Skip to content
#

notebooks

Here are 353 public repositories matching this topic...

bokeh
bryevdv
bryevdv commented Apr 12, 2021
from bokeh.plotting import figure, show
from bokeh.models import LinearAxis

p = figure()
p.add_layout(LinearAxis(major_label_text_color=None), "right")
p.add_layout(LinearAxis(major_label_text_color=None), "above")

p.axis.major_tick_in = 10
p.axis.major_tick_out = 0
p.axis.minor_tick_in = 5
p.axis.minor_tick_out = 0

p.line([-10,10], [-10,10])
show(p)

produces:

<im

akchinSTC
akchinSTC commented Mar 8, 2021

Describe the issue
In dark mode - hard to see three dots in node to open common props when not highlighted

To Reproduce
Steps to reproduce the behavior:
0. Activate dark mode,

  1. Go to pipeline editor, drag a notebook to create a node
  2. Scroll over the node and highlight the 3 dots.

Screenshots or log output
![image](https://user-images.githubusercontent.com/13340013/11038

Improve this page

Add a description, image, and links to the notebooks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the notebooks topic, visit your repo's landing page and select "manage topics."

Learn more