File:Parabola on line.png

From Wikipedia, the free encyclopedia

Original file(888 × 764 pixels, file size: 45 KB, MIME type: image/png)

Summary[edit]

I created this image from the following R code:

library(tidyverse) df <- data.frame(x=seq(0,5,0.1)) df <- df %>% mutate(y=x*x) ggplot(df, aes(x, y)) + geom_line() + geom_smooth(method="lm", se=FALSE, linetype='dashed') + theme_bw() + theme(axis.title.x=element_blank(), axis.text.x=element_blank(), axis.ticks.x=element_blank(), axis.title.y=element_blank(), axis.text.y=element_blank(), axis.ticks.y=element_blank(), panel.grid.major = element_blank(), panel.grid.minor = element_blank() )

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current21:22, 9 July 2019Thumbnail for version as of 21:22, 9 July 2019888 × 764 (45 KB)Dfrankow (talk | contribs)Remove other unneeded marks, like axis labels and ticks, grey background, etc.
21:14, 9 July 2019Thumbnail for version as of 21:14, 9 July 2019712 × 690 (55 KB)Dfrankow (talk | contribs)I created this image from the following R code: <nowiki> library(tidyverse) df <- data.frame(x=seq(0,5,0.1)) df <- df %>% mutate(y=x*x) ggplot(df, aes(x, y)) + geom_line() + geom_smooth(method="lm", se=FALSE, linetype='dashed') </nowiki>

The following file is a duplicate of this file (more details):

The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Metadata