Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Joyplots2 #3234

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 62 commits into from
Jan 21, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
8f04d13
added vwidth param - not working
Coding-with-Adam Oct 12, 2018
f76ca97
update dPos with vwidth//remove most console.logs
Coding-with-Adam Oct 15, 2018
81cdbe9
some revision based on review comments
Coding-with-Adam Oct 17, 2018
5ef2eeb
change dflt vwidth to 0;assign dPos for each trace
Coding-with-Adam Oct 18, 2018
1c6b26b
vwidth is now the half width // padding now uses trace.width values i…
Coding-with-Adam Oct 19, 2018
2d93a0e
vwidth to width
Coding-with-Adam Oct 19, 2018
1f9ced8
compact the t.dPos assignment with trace.width
Coding-with-Adam Oct 19, 2018
26f44c4
change location of width attribute description to be consistent with …
Coding-with-Adam Oct 19, 2018
77b9c9d
more complete descriptions
Coding-with-Adam Oct 19, 2018
243a369
add 1 image test
Coding-with-Adam Oct 22, 2018
eb5e9da
add new line to joyplot mock file
Coding-with-Adam Oct 22, 2018
eea273b
camelCase
Coding-with-Adam Oct 24, 2018
408aacb
zapped trailing ',' in box/violin attributes
Coding-with-Adam Oct 24, 2018
0555283
do not coerce scale{mode, group} if no width; otherwise set to dflt v…
Coding-with-Adam Oct 24, 2018
4eb8b44
first pass at calculating extreames for each trace
Coding-with-Adam Oct 24, 2018
44e0a88
fix up the syntax of violin/defaults
Coding-with-Adam Oct 24, 2018
f8b963b
remove old baseline png
Coding-with-Adam Oct 24, 2018
54aa355
generated updated joyplot baseline image
Coding-with-Adam Oct 24, 2018
0d4239b
remove padding depending on trace.side//regen baseline
Coding-with-Adam Oct 24, 2018
fa3a314
fix space syntax error
Coding-with-Adam Oct 24, 2018
c63780f
...
Coding-with-Adam Oct 31, 2018
c24330d
update algo for padding
Coding-with-Adam Nov 1, 2018
6e7883d
fix test syntax
Coding-with-Adam Nov 1, 2018
37786d6
remove consolve logs
Coding-with-Adam Nov 1, 2018
45ae47d
update kde line test
Coding-with-Adam Nov 1, 2018
8366c88
more testing with jasmine
Coding-with-Adam Nov 1, 2018
ce81377
remove commented lines
Coding-with-Adam Nov 1, 2018
8885b5e
remove another commented line and a useless loop
Coding-with-Adam Nov 1, 2018
57cc05a
remove maxHalfWidth var
Coding-with-Adam Nov 1, 2018
fe3d7ed
cleaner code for vpad assignment
Coding-with-Adam Nov 1, 2018
44fa269
inherit violin 'width' from box.width
etpinard Nov 6, 2018
f5ba38c
rm useless attrs in test mock
etpinard Nov 6, 2018
34722d3
mention that 'width' is in data coordinates
etpinard Nov 6, 2018
d1aed48
ignore box/violin *gap and *groupgap when 'width' is set
etpinard Nov 6, 2018
c70f7d5
do not coerce scale* attrs when violin 'width' is set
etpinard Nov 6, 2018
0dea0e9
Merge pull request #3222 from plotly/joyplots-etpinard
Kully Nov 7, 2018
fee1ea7
when width is 0, vpads correctly include points for pos/neg sided vio…
Coding-with-Adam Nov 9, 2018
a3e0a6a
extra padding to fit marker sizes
Coding-with-Adam Nov 12, 2018
88cfde7
fix jasmine tests
Coding-with-Adam Nov 12, 2018
6115138
syntax improv
Coding-with-Adam Nov 12, 2018
ef72982
added 3 new mocks
Coding-with-Adam Nov 12, 2018
7541ad4
syntax on JSON mock file
Coding-with-Adam Nov 12, 2018
ace30bd
findExtreames uses padded: true
Coding-with-Adam Nov 14, 2018
faaf894
mv bPos, bdPos computation to Box.crossTraceCalc
etpinard Nov 23, 2018
db5c055
make violin 'side' an editType:'calc'
etpinard Nov 23, 2018
9962b97
update box and violin baselines
etpinard Nov 23, 2018
c026fc5
include marker.size px padding even at pointpos=0
etpinard Nov 26, 2018
b36cd18
Merge branch 'master' into joyplots2
etpinard Dec 17, 2018
401bcc8
Merge branch 'master' into joyplots2
etpinard Dec 19, 2018
d88ee97
Merge branch 'master' into joyplots2
etpinard Dec 27, 2018
2aec059
mv box/violin pt filter to calc step
etpinard Jan 8, 2019
bf6cfa2
new attempt for Box.crossTraceCalc
etpinard Jan 8, 2019
f239889
update box/violin baseline (more precise pts beyond box/violin vals)
etpinard Jan 8, 2019
ca69b62
update box/violin baselines (back or almost back to master)
etpinard Jan 8, 2019
7c98ae0
update box/violin baselines (improve new joyplot mocks)
etpinard Jan 8, 2019
12ff323
adapt jasmine test to new box/violin autorange vals
etpinard Jan 8, 2019
18ba8de
Merge branch 'master' into joyplots2
etpinard Jan 8, 2019
c1d6e76
:hocho: "joyplot" from mock titles
etpinard Jan 15, 2019
a6398f4
rm disable box/violin grouping logic
etpinard Jan 17, 2019
a237252
fix one-sided + set width violin axis-expand case
etpinard Jan 21, 2019
ef52b8c
add box/violin ax-rng test from "width" changes on visible restyle
etpinard Jan 21, 2019
2517ed0
Merge pull request #3445 from plotly/rm-box-ungrouping-magic
etpinard Jan 21, 2019
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
Prev Previous commit
Next Next commit
update box/violin baselines (back or almost back to master)
  • Loading branch information
etpinard committed Jan 8, 2019
commit ca69b623c7b8ceb4940ca4f8977d16bb31aee008
Binary file modified test/image/baselines/box_grouped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/image/baselines/box_grouped_horz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/image/baselines/box_horz_notched.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/image/baselines/box_notched.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/image/baselines/box_plot_jitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/image/baselines/boxplots_outliercolordflt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/image/baselines/boxplots_undefined_vals.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/image/baselines/hist_cum_stacked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/image/baselines/violin_bandwidth-edge-cases.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/image/baselines/violin_non-linear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/image/baselines/violin_style.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.