Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CCB_theme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sajjad Ghaffarinasabsharabiani
CCB_theme
Commits
852156d8
Commit
852156d8
authored
2 years ago
by
Sajjad Ghaffarinasabsharabiani
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
72902eef
Loading
Loading
Loading
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
852156d8
...
@@ -20,7 +20,7 @@ source("https://gitlab.cs.uni-duesseldorf.de/ghaffarinasabsharabiani/ccb_theme/-
...
@@ -20,7 +20,7 @@ source("https://gitlab.cs.uni-duesseldorf.de/ghaffarinasabsharabiani/ccb_theme/-
#line chart with points
#line chart with points
#Here, "data" represents the data frame you want to plot, and "x" and "y" represent the variables you want to plot on the x and y #axes, respectively.
#Here, "data" represents the data frame you want to plot, and "x" and "y" represent the variables you want to plot on the x and y #axes, respectively.
#The ellipsis (...) represents any other ggplot2 code you want to add to customize your plot.
df <- data.frame(x=1:10,y=rnorm(10))
df <- data.frame(x=1:10,y=rnorm(10))
...
@@ -28,7 +28,7 @@ ggplot(df,aes(x=x,y=y))+
...
@@ -28,7 +28,7 @@ ggplot(df,aes(x=x,y=y))+
geom_point()+
geom_point()+
geom_line(linewidth=1.5,color=mycolor[1])+
geom_line(linewidth=1.5,color=mycolor[1])+
CCB_plot_style()+
CCB_plot_style()+
scale_color_manual(values = mycolor)
+ ...
scale_color_manual(values = mycolor)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment