Skip to content

edit stage test account and update plot schema #810

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 3, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Open an issue! Go to https://github.com/plotly/plotly.py/issues. It's possible t

## Have Questions about Plotly?

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

## Setup

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

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!

Test accounts include: `PythonTest`, `PlotlyImageTest`, and `PlotlyStageTest`.

#### Publishing to Pip

You'll need the credentials file `~/.pypirc`. Request access from @theengineear and @chriddyp. Then, from inside the repository:
Expand Down
46 changes: 24 additions & 22 deletions plotly/graph_objs/graph_objs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1015,8 +1015,9 @@ class Contours(PlotlyDict):
"""
Valid attributes for 'contours' at path [] under parents ():

['coloring', 'end', 'operation', 'showlines', 'size', 'start', 'type',
'value', 'x', 'y', 'z']
['coloring', 'end', 'labelfont', 'labelformat', 'operation',
'showlabels', 'showlines', 'size', 'start', 'type', 'value', 'x', 'y',
'z']

Run `<contours-object>.help('attribute')` on any of the above.
'<contours-object>' is the object at []
Expand Down Expand Up @@ -1640,14 +1641,14 @@ class Scatter(PlotlyDict):
"""
Valid attributes for 'scatter' at path [] under parents ():

['connectgaps', 'customdata', 'customdatasrc', 'dx', 'dy', 'error_x',
'error_y', 'fill', 'fillcolor', 'hoverinfo', 'hoverinfosrc',
'hoverlabel', 'hoveron', 'hovertext', 'hovertextsrc', 'ids', 'idssrc',
'legendgroup', 'line', 'marker', 'mode', 'name', 'opacity', 'r',
'rsrc', 'showlegend', 'stream', 't', 'text', 'textfont',
'textposition', 'textpositionsrc', 'textsrc', 'tsrc', 'type', 'uid',
'visible', 'x', 'x0', 'xaxis', 'xcalendar', 'xsrc', 'y', 'y0', 'yaxis',
'ycalendar', 'ysrc']
['cliponaxis', 'connectgaps', 'customdata', 'customdatasrc', 'dx',
'dy', 'error_x', 'error_y', 'fill', 'fillcolor', 'hoverinfo',
'hoverinfosrc', 'hoverlabel', 'hoveron', 'hovertext', 'hovertextsrc',
'ids', 'idssrc', 'legendgroup', 'line', 'marker', 'mode', 'name',
'opacity', 'r', 'rsrc', 'showlegend', 'stream', 't', 'text',
'textfont', 'textposition', 'textpositionsrc', 'textsrc', 'tsrc',
'type', 'uid', 'visible', 'x', 'x0', 'xaxis', 'xcalendar', 'xsrc', 'y',
'y0', 'yaxis', 'ycalendar', 'ysrc']

Run `<scatter-object>.help('attribute')` on any of the above.
'<scatter-object>' is the object at []
Expand Down Expand Up @@ -1753,12 +1754,13 @@ class Scatterternary(PlotlyDict):
"""
Valid attributes for 'scatterternary' at path [] under parents ():

['a', 'asrc', 'b', 'bsrc', 'c', 'connectgaps', 'csrc', 'customdata',
'customdatasrc', 'fill', 'fillcolor', 'hoverinfo', 'hoverinfosrc',
'hoverlabel', 'hoveron', 'hovertext', 'hovertextsrc', 'ids', 'idssrc',
'legendgroup', 'line', 'marker', 'mode', 'name', 'opacity',
'showlegend', 'stream', 'subplot', 'sum', 'text', 'textfont',
'textposition', 'textpositionsrc', 'textsrc', 'type', 'uid', 'visible']
['a', 'asrc', 'b', 'bsrc', 'c', 'cliponaxis', 'connectgaps', 'csrc',
'customdata', 'customdatasrc', 'fill', 'fillcolor', 'hoverinfo',
'hoverinfosrc', 'hoverlabel', 'hoveron', 'hovertext', 'hovertextsrc',
'ids', 'idssrc', 'legendgroup', 'line', 'marker', 'mode', 'name',
'opacity', 'showlegend', 'stream', 'subplot', 'sum', 'text',
'textfont', 'textposition', 'textpositionsrc', 'textsrc', 'type',
'uid', 'visible']

Run `<scatterternary-object>.help('attribute')` on any of the above.
'<scatterternary-object>' is the object at []
Expand Down Expand Up @@ -1826,9 +1828,9 @@ class XAxis(PlotlyDict):
['anchor', 'autorange', 'autotick', 'backgroundcolor', 'calendar',
'categoryarray', 'categoryarraysrc', 'categoryorder', 'color',
'constrain', 'constraintoward', 'domain', 'dtick', 'exponentformat',
'fixedrange', 'gridcolor', 'gridwidth', 'hoverformat', 'linecolor',
'linewidth', 'mirror', 'nticks', 'overlaying', 'position', 'range',
'rangemode', 'rangeselector', 'rangeslider', 'scaleanchor',
'fixedrange', 'gridcolor', 'gridwidth', 'hoverformat', 'layer',
'linecolor', 'linewidth', 'mirror', 'nticks', 'overlaying', 'position',
'range', 'rangemode', 'rangeselector', 'rangeslider', 'scaleanchor',
'scaleratio', 'separatethousands', 'showaxeslabels', 'showbackground',
'showexponent', 'showgrid', 'showline', 'showspikes', 'showticklabels',
'showtickprefix', 'showticksuffix', 'side', 'spikecolor', 'spikedash',
Expand Down Expand Up @@ -1865,9 +1867,9 @@ class YAxis(PlotlyDict):
['anchor', 'autorange', 'autotick', 'backgroundcolor', 'calendar',
'categoryarray', 'categoryarraysrc', 'categoryorder', 'color',
'constrain', 'constraintoward', 'domain', 'dtick', 'exponentformat',
'fixedrange', 'gridcolor', 'gridwidth', 'hoverformat', 'linecolor',
'linewidth', 'mirror', 'nticks', 'overlaying', 'position', 'range',
'rangemode', 'scaleanchor', 'scaleratio', 'separatethousands',
'fixedrange', 'gridcolor', 'gridwidth', 'hoverformat', 'layer',
'linecolor', 'linewidth', 'mirror', 'nticks', 'overlaying', 'position',
'range', 'rangemode', 'scaleanchor', 'scaleratio', 'separatethousands',
'showaxeslabels', 'showbackground', 'showexponent', 'showgrid',
'showline', 'showspikes', 'showticklabels', 'showtickprefix',
'showticksuffix', 'side', 'spikecolor', 'spikedash', 'spikemode',
Expand Down
Loading