8000 Completed AI/ML section and started on Fundamentals Section by kvdesai · Pull Request #70 · plotly/plotly.r-docs · GitHub
[go: up one dir, main page]

Skip to content

Completed AI/ML section and started on Fundamentals Section #70

New issue 8000

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 38 commits into from
Aug 17, 2021
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
da8f391
ml-knn page with make_moons.csv data
Jul 24, 2021
858b82a
Fixing text
Jul 26, 2021
c81963c
Adding ML ROC & PR page draft
Jul 27, 2021
5f3f90b
Merge branch 'rpy-parity-dev' of https://github.com/plotly/plotly.r-d…
Jul 28, 2021
739b1c1
Adding R page for PCA
Jul 28, 2021
eb138bc
ML page for t-SNE and UMAP
Jul 29, 2021
ea5d15b
Adding fundamentals/multiple-chart-types page draft
Aug 1, 2021
e41bacd
Adding page for Styling in Plotly with R
Aug 3, 2021
39bc7d8
committing horiz-vert shapes and figure label pages, without Dash
Aug 4, 2021
4248f8e
Adding dependencies=TRUE for Anglr
Aug 5, 2021
dfd7011
Merge branch 'rpy-parity' of https://github.com/plotly/plotly.r-docs …
Aug 5, 2021
8c4a8ed
Added Dash code
Aug 5, 2021
d9c481b
Merge pull request #69 from plotly/rpy-parity-dev
kvdesai Aug 5, 2021
5d68cc0
Build fix with Anglr issue
Aug 5, 2021
477cced
Build fix2 with Anglr issue
Aug 5, 2021
3dd73c3
Build fix3 with Anglr issue
Aug 5, 2021
5d65e56
Build fix4 for Anglr
kvdesai Aug 5, 2021
7bd525c
Added the Dash code for Figure-Labels page
Aug 6, 2021
cfca991
Merge branch 'rpy-parity' of https://github.com/plotly/plotly.r-docs …
Aug 6, 2021
c5d254c
Fixing the broken data URL
kvdesai Aug 6, 2021
90f139a
Update r/2021-07-27-ml-pca.rmd
kvdesai Aug 16, 2021
d9d083c
Update r/2021-07-27-ml-pca.rmd
kvdesai Aug 16, 2021
2026b0d
Update r/2021-07-28-ml-tsne-umap.rmd
kvdesai Aug 16, 2021
c4f782b
Update r/2021-07-28-ml-tsne-umap.rmd
kvdesai Aug 16, 2021
9477afc
Update r/2021-08-02-styling-plotly-in-r.rmd
kvdesai Aug 16, 2021
697b63d
Update r/2021-08-04-figure-labels.rmd
kvdesai Aug 16, 2021
24d5d26
Merge branch 'master' of https://github.com/plotly/plotly.r-docs into…
Aug 17, 2021
567ea3b
Merge branch 'rpy-parity' of https://github.com/plotly/plotly.r-docs …
Aug 17, 2021
75082eb
Improving aesthetics for plot background and grid lines
Aug 17, 2021
ff0008b
Adding front-matter tags and cleanup
HammadTheOne Aug 17, 2021
dc9ebd6
Renaming Rmd files
HammadTheOne Aug 17, 2021
1d91867
Adding explicit tsne install
HammadTheOne Aug 17, 2021
de2521a
Added explicit umap install
HammadTheOne Aug 17, 2021
0169502
Explicitly install rsvd
HammadTheOne Aug 17, 2021
e824a2d
Explicitly install dash
HammadTheOne Aug 17, 2021
5132343
Fixing dependencies
HammadTheOne Aug 17, 2021
8cf5d02
Fixing order and skipping Dash chunk eval
HammadTheOne Aug 17, 2021
f3175c6
Deleting old figure-labels page
HammadTheOne Aug 17, 2021
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 r/2021-08-04-figure-labels.rmd
Co-authored-by: HammadTheOne <30986043+HammadTheOne@users.noreply.github.com>
  • Loading branch information
kvdesai and HammadTheOne authored Aug 16, 2021
commit 697b63dc4a3a941243f0810b547cfe60d9888af5
3 changes: 2 additions & 1 deletion r/2021-08-04-figure-labels.rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Setting the Font, Title, Legend Entries, and Axis Titles in R

How to set the global font, title, legend-entries, and axis-titles in R.
How to set the global font, title, legend-entries, and axis-titles in for plots in R.


### Automatic Labelling with Plotly

Expand Down
0