Skip to content

Commit c40c043

Browse files
authored
discussions: plotnine contest 2025 form
1 parent 08088a0 commit c40c043

File tree

1 file changed

+96
-0
lines changed

1 file changed

+96
-0
lines changed
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
labels: ["contest-2025"]
2+
body:
3+
- type: markdown
4+
5+
attributes:
6+
value: >-
7+
Thank you for submitting to the [2025 Plotnine Contest TODO](https://posit.co/blog/announcing-the-2025-plotnine-contest/).
8+
The submission deadline is Friday, October 3, 2025 ([Anywhere on Earth](https://time.is/Anywhere_on_Earth)).
9+
10+
<details>
11+
<summary><b>What should my submission include?</b></summary>
12+
<br/>
13+
To produce your final plot, every submission must include all the code, data, and processing steps, at least minimally documented.
14+
<br/><br/>
15+
16+
17+
#### 1. Code
18+
19+
<br>
20+
A link to the repository or script that fully reproduces your submission. Please include any data used to produce the plot.
21+
<br><br>
22+
23+
#### 2. Plot
24+
25+
<br>
26+
Include your plot. If your submission includes many plots (e.g. it’s a multipart tutorial or article that includes many plots), please also link away to the full article.
27+
<br><br>
28+
29+
#### 3. Documentation
30+
31+
<br>
32+
Whether as code comments or via prose in something like a Quarto doc or Jupyter notebook, be sure to include an explanation of what you are doing, and how your code works. Comments may be minimal, but they should help a novice to plotnine understand how your code produces your final plot.
33+
34+
<br/><br/>
35+
</details>
36+
37+
38+
<details>
39+
<summary><b>How will submissions be judged?</b></summary>
40+
<br>
41+
42+
43+
Broadly, entries will be judged based on utility and beauty.
44+
Is your plot easy to read and comprehend?
45+
Is it a technically impressive, well-documented example?
46+
Does it demonstrate novel, useful elements of plot design?
47+
Is it aesthetically pleasing?
48+
We recognize that some plots may excel in one of these categories, with some in another (and some in all).
49+
We promise that the evaluation will keep this in mind.
50+
<br><br>
51+
We also realize our judging criteria are subjective.
52+
Therefore, Hassan Kibirige, the creator of plotnine, along with a panel of visualization wizards will help review this year’s submissions.
53+
54+
</details>
55+
56+
57+
<details>
58+
<summary><b>What are the prizes?</b></summary>
59+
60+
61+
#### 1. Fabulous Prizes
62+
63+
We are still working out the fabulous prizes, but anticipate some beautiful combo of stickers, and sundry Posit swag.
64+
65+
66+
</details>
67+
68+
- type: input
69+
id: authors
70+
attributes:
71+
label: Authors
72+
description: "List full names of all authors of the submission. If you include affiliation, please do so inside parentheses."
73+
validations:
74+
required: true
75+
- type: input
76+
id: links
77+
attributes:
78+
label: Links
79+
description: "Any social or website links for authors. Use markdown for, e.g. `[twitter](https://twitter.com/HKibirige)`, `[github](https://github.com/has2k1)`"
80+
placeholder: "e.g. [twitter](https://twitter.com/HKibirige), [github](https://github.com/has2k1)"
81+
validations:
82+
required: false
83+
- type: textarea
84+
id: description
85+
attributes:
86+
label: Full description
87+
description: "Fully describe your submission. Feel free to link away to a Quarto Pub post, a README, personal blog, or similar. This can be edited after your submission."
88+
validations:
89+
required: true
90+
- type: textarea
91+
id: repo
92+
attributes:
93+
label: Code repository
94+
description: "Link to a repo with data & code for reproducing your plotnine plot."
95+
validations:
96+
required: false

0 commit comments

Comments
 (0)