File:Parabola on line.png

From WikiMD's Food, Medicine & Wellness Encyclopedia

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

This file is from a shared repository and may be used by other projects. The description on its file description page there is shown below.

Summary

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

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)DfrankowRemove other unneeded marks, like axis labels and ticks, grey background, etc.

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

The following page uses this file:

Metadata