Skip to content

Extra examples#524

Open
mzaffalon wants to merge 6 commits intoJuliaPlots:masterfrom
mzaffalon:extra-examples
Open

Extra examples#524
mzaffalon wants to merge 6 commits intoJuliaPlots:masterfrom
mzaffalon:extra-examples

Conversation

@mzaffalon
Copy link
Copy Markdown
Contributor

Rebased on master

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.81%. Comparing base (40caf9c) to head (0cc3ecd).
⚠️ Report is 20 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #524       +/-   ##
===========================================
+ Coverage   28.67%   51.81%   +23.13%     
===========================================
  Files           8        8               
  Lines         265      276       +11     
===========================================
+ Hits           76      143       +67     
+ Misses        189      133       -56     
Flag Coverage Δ
unittests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jd-foster
Copy link
Copy Markdown
Collaborator

jd-foster commented Apr 29, 2026

I have been considering the approach we should take here.

The documents from https://github.com/plotly/plotlyjs.jl-docs/tree/master/julia should be included in a new documentation section called 'Tutorials'.

We can organise them into sub-categories in a later PR following the arrangement shown at https://plotly.com/julia/

Each file should have a new commented header, something like

# The original version of this work is               #src
# Copyright 2021, Trevor Lyon and contributors       #src
# provided under the CC BY 3.0 Unported license.     #src
# You can obtain at copy of the CC BY 3.0 license at #src
# https://creativecommons.org/licenses/by/3.0/       #src
# This file is an adapted version of work originally #src
# published at https://github.com/plotly/plotlyjs.jl-docs/ #src
# and is licensed under CC BY 4.0.                   #src
# To view a copy of this license, visit              #src
# https://creativecommons.org/licenses/by/4.0/       #src

Comment thread docs/make.jl
"Time Series" => "examples/time_series.md",
"Violin" => "examples/violin.md",
],
"Extra Examples" => [
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"Extra Examples" => [
"Tutorials" => [

Comment thread docs/make.jl
"Heatmaps" => "examples/heatmaps.md",
"Histograms" => "examples/histograms.md",
"Line and Scatter" => "examples/line_scatter.md",
"Line and Scatter" => "examples/line_scatter2.md",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would keep the examples mostly as they are, but I think this should be under 'Tutorials' (aka extra-examples). Can line_scatter2.md and line-and-scatter.md be combined?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants