-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
image: improve layout defaults #4307
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
Changes from 1 commit
5c42db8
8184a8d
d71c3b3
97a8d24
2053c58
2b0d3c3
2306880
6ad80ab
8ef17c3
d1eca2c
31dbc8e
29cf98f
4233619
408b46b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ | |
"width": 400, "height": 600, "title": {"text": "Image on categorical and log axes"}, | ||
"grid": {"rows": 2, "columns": 1, "pattern": "independent"}, | ||
"xaxis2": {"type": "log"}, | ||
"yaxis2": {"type": "log"} | ||
"yaxis": {"scaleanchor": null}, | ||
"yaxis2": {"type": "log", "scaleanchor": null} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ... this mean you'll have to update a few baselines, I hope you don't mind. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done in d71c3b3 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok, thanks to the new baselines I realised that the If I recall correctly, both @emmanuelle and @nicolaskruchten prefered the look of Personally, I think Would it be ok to keep There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Mmm 🤔 I'm not sure. I think @etpinard About the smart defaults in There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Yep, in the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done in 2b0d3c3 Let's wait on @emmanuelle and @nicolaskruchten about |
||
} | ||
} |
Uh oh!
There was an error while loading. Please reload this page.