mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 16:52:39 +02:00
fix plotly default marker symbol dict
This commit is contained in:
parent
9fdea8ca37
commit
e0d214446c
1 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ from plotly.graph_objs import Scatter, Scatter3d, Line,\
|
|||
from plotly.exceptions import PlotlyDictKeyError
|
||||
|
||||
SYMBOL_MAP = {
|
||||
'o': 'dot',
|
||||
'o': 'circle-dot',
|
||||
'v': 'triangle-down',
|
||||
'^': 'triangle-up',
|
||||
'<': 'triangle-left',
|
||||
|
|
@ -47,7 +47,7 @@ SYMBOL_MAP = {
|
|||
's': 'square',
|
||||
'+': 'cross',
|
||||
'x': 'x',
|
||||
'*': 'x', # no star yet in plotly!!
|
||||
'*': 'star',
|
||||
'D': 'diamond',
|
||||
'd': 'diamond',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue