scatter-plot
Here are 129 public repositories matching this topic...
geom_jitter?
Hi, thanks for the work on this very useful package!
This might be a dumb thought, but I was wondering if it would be possible to incorporate jitter'ed points (probably through geom_jitter) as an option. I'm not sure if it would be better to calculate the density before or after jittering, too.
Thanks again!
-
Updated
May 8, 2020 - Rust
-
Updated
Jan 27, 2020 - JavaScript
When hovering over traces it shows coordinates and trace value. It would be great if it could show the timestamp, too in case of timeseries metrics.
-
Updated
Oct 7, 2017 - JavaScript
Drawing arbitrary vertical or horizontal lines on plot (scatter plots or histograms) is generally very useful, something analogous to this in matplotlib.
-
Updated
Jun 26, 2019 - R
I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
-
Updated
Oct 31, 2019 - Python
-
Updated
Nov 28, 2016 - HTML
-
Updated
Feb 15, 2020 - JavaScript
-
Updated
Nov 25, 2018 - Python
-
Updated
Jan 16, 2020 - Jupyter Notebook
-
Updated
Mar 27, 2020 - PHP
-
Updated
May 22, 2018 - Perl
-
Updated
Sep 15, 2017 - Jupyter Notebook
-
Updated
Apr 16, 2018 - Jupyter Notebook
-
Updated
Jan 29, 2017 - HTML
-
Updated
Jan 15, 2018 - JavaScript
Use a fixed random seed (e.g. rng default) to allow users to reproduce the exact README.md demo graph. Update the Matlab FEX description accordingly.
-
Updated
May 26, 2020 - Jupyter Notebook
-
Updated
Nov 6, 2017 - C++
-
Updated
Mar 12, 2017 - HTML
-
Updated
Oct 30, 2018 - MATLAB
-
Updated
Nov 7, 2019 - R
-
Updated
Oct 17, 2018 - Jupyter Notebook
-
Updated
Mar 7, 2019 - JavaScript
Improve this page
Add a description, image, and links to the scatter-plot topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scatter-plot topic, visit your repo's landing page and select "manage topics."
Hi there,
I think there might be a mistake in the documentation. The
Understanding Scaled F-Scoresection saysThe F-Score of these two values is defined as:
$$ \mathcal{F}_\beta(\mbox{prec}, \mbox{freq}) = (1 + \beta^2) \frac{\mbox{prec} \cdot \mbox{freq}}{\beta^2 \cdot \mbox{prec} + \mbox{freq}}. $$
$\beta \in \mathcal{R}^+$ is a scaling factor where frequency is favored if $\beta