Skip to content

Commit c7e43e8

Browse files
committed
fix docs renderr test
1 parent ba04622 commit c7e43e8

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

docs/examples/UserGuide/gettingstarted.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
using TidierPlots
22
using DataFrames
3-
using Parquet2
43

5-
penguins = DataFrame(Parquet2.readfile(joinpath("..", "test", "penguins.parq")))
4+
penguins = penguins_data()
65

76
# ## `ggplot()`
87
# `ggplot()` is the starting point of any plot. It sets up the initial plot with default settings that can be later customized with geoms, scales, theme settings and other specifications. `ggplot` usually used with a data source as an argument, and optionally, a set of aesthetics specified by @aes(). The data source is typically a DataFrame.

docs/examples/geoms/geom_col.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
using TidierPlots
4646
using TidierData
47-
using DataFrame
47+
using DataFrames
4848

4949
penguins = penguins_data()
5050

test/penguin_points.png

119 KB
Loading

0 commit comments

Comments
 (0)