Skip to content

Commit 8479300

Browse files
authored
Merge pull request #810 from plotly/test_account
edit stage test account and update plot schema
2 parents 9ea6ee7 + ebee241 commit 8479300

File tree

5 files changed

+563
-32
lines changed

5 files changed

+563
-32
lines changed

contributing.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Open an issue! Go to https://github.com/plotly/plotly.py/issues. It's possible t
1212

1313
## Have Questions about Plotly?
1414

15-
Check out our Support App: https://support.plot.ly/libraries/python or Community Forum: https://community.plot.ly/.
15+
Check out our Support App: https://support.plot.ly/libraries/python or Community Forum: https://community.plot.ly/.
1616

1717
## Setup
1818

@@ -194,6 +194,8 @@ You're *strongly* encouraged to write tests that check your added functionality.
194194

195195
When you write a new test anywhere under the `tests` directory, if your PR gets accepted, that test will run in a virtual machine to ensure that future changes don't break your contributions!
196196

197+
Test accounts include: `PythonTest`, `PlotlyImageTest`, and `PlotlyStageTest`.
198+
197199
#### Publishing to Pip
198200

199201
You'll need the credentials file `~/.pypirc`. Request access from @theengineear and @chriddyp. Then, from inside the repository:

plotly/graph_objs/graph_objs.py

+24-22
Original file line numberDiff line numberDiff line change
@@ -1015,8 +1015,9 @@ class Contours(PlotlyDict):
10151015
"""
10161016
Valid attributes for 'contours' at path [] under parents ():
10171017
1018-
['coloring', 'end', 'operation', 'showlines', 'size', 'start', 'type',
1019-
'value', 'x', 'y', 'z']
1018+
['coloring', 'end', 'labelfont', 'labelformat', 'operation',
1019+
'showlabels', 'showlines', 'size', 'start', 'type', 'value', 'x', 'y',
1020+
'z']
10201021
10211022
Run `<contours-object>.help('attribute')` on any of the above.
10221023
'<contours-object>' is the object at []
@@ -1640,14 +1641,14 @@ class Scatter(PlotlyDict):
16401641
"""
16411642
Valid attributes for 'scatter' at path [] under parents ():
16421643
1643-
['connectgaps', 'customdata', 'customdatasrc', 'dx', 'dy', 'error_x',
1644-
'error_y', 'fill', 'fillcolor', 'hoverinfo', 'hoverinfosrc',
1645-
'hoverlabel', 'hoveron', 'hovertext', 'hovertextsrc', 'ids', 'idssrc',
1646-
'legendgroup', 'line', 'marker', 'mode', 'name', 'opacity', 'r',
1647-
'rsrc', 'showlegend', 'stream', 't', 'text', 'textfont',
1648-
'textposition', 'textpositionsrc', 'textsrc', 'tsrc', 'type', 'uid',
1649-
'visible', 'x', 'x0', 'xaxis', 'xcalendar', 'xsrc', 'y', 'y0', 'yaxis',
1650-
'ycalendar', 'ysrc']
1644+
['cliponaxis', 'connectgaps', 'customdata', 'customdatasrc', 'dx',
1645+
'dy', 'error_x', 'error_y', 'fill', 'fillcolor', 'hoverinfo',
1646+
'hoverinfosrc', 'hoverlabel', 'hoveron', 'hovertext', 'hovertextsrc',
1647+
'ids', 'idssrc', 'legendgroup', 'line', 'marker', 'mode', 'name',
1648+
'opacity', 'r', 'rsrc', 'showlegend', 'stream', 't', 'text',
1649+
'textfont', 'textposition', 'textpositionsrc', 'textsrc', 'tsrc',
1650+
'type', 'uid', 'visible', 'x', 'x0', 'xaxis', 'xcalendar', 'xsrc', 'y',
1651+
'y0', 'yaxis', 'ycalendar', 'ysrc']
16511652
16521653
Run `<scatter-object>.help('attribute')` on any of the above.
16531654
'<scatter-object>' is the object at []
@@ -1753,12 +1754,13 @@ class Scatterternary(PlotlyDict):
17531754
"""
17541755
Valid attributes for 'scatterternary' at path [] under parents ():
17551756
1756-
['a', 'asrc', 'b', 'bsrc', 'c', 'connectgaps', 'csrc', 'customdata',
1757-
'customdatasrc', 'fill', 'fillcolor', 'hoverinfo', 'hoverinfosrc',
1758-
'hoverlabel', 'hoveron', 'hovertext', 'hovertextsrc', 'ids', 'idssrc',
1759-
'legendgroup', 'line', 'marker', 'mode', 'name', 'opacity',
1760-
'showlegend', 'stream', 'subplot', 'sum', 'text', 'textfont',
1761-
'textposition', 'textpositionsrc', 'textsrc', 'type', 'uid', 'visible']
1757+
['a', 'asrc', 'b', 'bsrc', 'c', 'cliponaxis', 'connectgaps', 'csrc',
1758+
'customdata', 'customdatasrc', 'fill', 'fillcolor', 'hoverinfo',
1759+
'hoverinfosrc', 'hoverlabel', 'hoveron', 'hovertext', 'hovertextsrc',
1760+
'ids', 'idssrc', 'legendgroup', 'line', 'marker', 'mode', 'name',
1761+
'opacity', 'showlegend', 'stream', 'subplot', 'sum', 'text',
1762+
'textfont', 'textposition', 'textpositionsrc', 'textsrc', 'type',
1763+
'uid', 'visible']
17621764
17631765
Run `<scatterternary-object>.help('attribute')` on any of the above.
17641766
'<scatterternary-object>' is the object at []
@@ -1826,9 +1828,9 @@ class XAxis(PlotlyDict):
18261828
['anchor', 'autorange', 'autotick', 'backgroundcolor', 'calendar',
18271829
'categoryarray', 'categoryarraysrc', 'categoryorder', 'color',
18281830
'constrain', 'constraintoward', 'domain', 'dtick', 'exponentformat',
1829-
'fixedrange', 'gridcolor', 'gridwidth', 'hoverformat', 'linecolor',
1830-
'linewidth', 'mirror', 'nticks', 'overlaying', 'position', 'range',
1831-
'rangemode', 'rangeselector', 'rangeslider', 'scaleanchor',
1831+
'fixedrange', 'gridcolor', 'gridwidth', 'hoverformat', 'layer',
1832+
'linecolor', 'linewidth', 'mirror', 'nticks', 'overlaying', 'position',
1833+
'range', 'rangemode', 'rangeselector', 'rangeslider', 'scaleanchor',
18321834
'scaleratio', 'separatethousands', 'showaxeslabels', 'showbackground',
18331835
'showexponent', 'showgrid', 'showline', 'showspikes', 'showticklabels',
18341836
'showtickprefix', 'showticksuffix', 'side', 'spikecolor', 'spikedash',
@@ -1865,9 +1867,9 @@ class YAxis(PlotlyDict):
18651867
['anchor', 'autorange', 'autotick', 'backgroundcolor', 'calendar',
18661868
'categoryarray', 'categoryarraysrc', 'categoryorder', 'color',
18671869
'constrain', 'constraintoward', 'domain', 'dtick', 'exponentformat',
1868-
'fixedrange', 'gridcolor', 'gridwidth', 'hoverformat', 'linecolor',
1869-
'linewidth', 'mirror', 'nticks', 'overlaying', 'position', 'range',
1870-
'rangemode', 'scaleanchor', 'scaleratio', 'separatethousands',
1870+
'fixedrange', 'gridcolor', 'gridwidth', 'hoverformat', 'layer',
1871+
'linecolor', 'linewidth', 'mirror', 'nticks', 'overlaying', 'position',
1872+
'range', 'rangemode', 'scaleanchor', 'scaleratio', 'separatethousands',
18711873
'showaxeslabels', 'showbackground', 'showexponent', 'showgrid',
18721874
'showline', 'showspikes', 'showticklabels', 'showtickprefix',
18731875
'showticksuffix', 'side', 'spikecolor', 'spikedash', 'spikemode',

0 commit comments

Comments
 (0)