mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-11 16:22:13 +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
|
from plotly.exceptions import PlotlyDictKeyError
|
||||||
|
|
||||||
SYMBOL_MAP = {
|
SYMBOL_MAP = {
|
||||||
'o': 'dot',
|
'o': 'circle-dot',
|
||||||
'v': 'triangle-down',
|
'v': 'triangle-down',
|
||||||
'^': 'triangle-up',
|
'^': 'triangle-up',
|
||||||
'<': 'triangle-left',
|
'<': 'triangle-left',
|
||||||
|
|
@ -47,7 +47,7 @@ SYMBOL_MAP = {
|
||||||
's': 'square',
|
's': 'square',
|
||||||
'+': 'cross',
|
'+': 'cross',
|
||||||
'x': 'x',
|
'x': 'x',
|
||||||
'*': 'x', # no star yet in plotly!!
|
'*': 'star',
|
||||||
'D': 'diamond',
|
'D': 'diamond',
|
||||||
'd': 'diamond',
|
'd': 'diamond',
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue