-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Refactoring of axes tutorial #2068
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
Conversation
layout=go.Layout( | ||
xaxis=dict(showgrid=False), | ||
yaxis=dict(showgrid=False), | ||
fig = go.Figure(data=[ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could we put a PX example right above this one plz?
@@ -35,119 +34,141 @@ jupyter: | |||
thumbnail: thumbnail/axes.png | |||
--- | |||
|
|||
This tutorial explain how to set the properties of Cartesian axes, namely [`go.layout.XAxis`](/python/reference/#layout-xaxis) and [`go.layout.YAxis`](python/reference/#layout-xaxis). Other kinds of axes are described in other tutorials: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, this top section is really good!
doc/python/axes.md
Outdated
|
||
fig.show() | ||
``` | ||
|
||
#### Tick Placement, Color, and Style | ||
|
||
##### Set number of tick marks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe add "(and grid lines)" to reinforce that these are locked together?
This is great! OK just two comments, the ones that are not "resolved" after all ;) |
I also added an example with log and fixed range. |
💃 ... big upgrade, thanks! |
Hum I should have branched from doc-prod but I forgot... I guess it does not matter much since we're releasing in a few days? |
That’s fine, just merge to master
On Wed, Jan 15, 2020 at 11:57 Emmanuelle Gouillart ***@***.***> wrote:
Hum I should have branched from doc-prod but I forgot... I guess it does
not matter much since we're releasing in a few days?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2068?email_source=notifications&email_token=AABRWA4BPHSBR4I7PRBP3HTQ54553A5CNFSM4KGULETKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJBAVNA#issuecomment-574753460>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABRWA4BCK7V3STSDH7MV3TQ54553ANCNFSM4KGULETA>
.
--
Nicolas Kruchten-VP Product
Email [email protected]
5555 Gaspe Ave #118, Montreal, QC, H2T 2A3
|
go.Layout
orgo.layout.XAxis
constrain='domain'
and another one settingdomain
.