Skip to content

Commit

Permalink
expose line traitlets through plot options user API (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry authored Dec 11, 2023
1 parent ef43b29 commit 56b2ea8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lcviz/plugins/plot_options/plot_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def user_api(self):
'marker_size_mode', 'marker_size', 'marker_size_scale',
'marker_size_col', 'marker_size_vmin', 'marker_size_vmax',
'marker_color_mode', 'marker_color', 'marker_color_col',
'marker_colormap', 'marker_colormap_vmin', 'marker_colormap_vmax']
'marker_colormap', 'marker_colormap_vmin', 'marker_colormap_vmax',
'line_visible', 'line_width']

return api

0 comments on commit 56b2ea8

Please sign in to comment.