Skip to content

Commit

Permalink
minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
godardma committed Dec 2, 2024
1 parent 501f91d commit eeb8295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/00_graphics/graphic_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
fig2.draw_ellipse([1,1],[0.5,2], 0.2, [Color.blue(),Color.blue(0.3)])
fig2.draw_point([2,2], [Color.red(),Color.yellow(0.5)])
fig2.draw_box([[2.4,2.9],[2.4,2.9]],[Color("#da3907"),Color("#da390755")])
fig2.draw_box([[2.6,3.1],[2.6,3.1]],[Color(0.305555556,0.9,0.78,interpol_mode=InterpolMode.HSV),Color(0.305555556,0.9,0.78,0.2,InterpolMode.HSV)])
fig2.draw_box([[2.6,3.1],[2.6,3.1]],[Color(0.30,0.9,0.78,interpol_mode=InterpolMode.HSV),Color(0.30,0.9,0.78,0.2,InterpolMode.HSV)])

fig3 = Figure2D("ColorMap figure", GraphicOutput.VIBES | GraphicOutput.IPE)
fig3.set_axes(axis(0,[-1,21]), axis(1,[-5.5,0.5]))
Expand Down
2 changes: 1 addition & 1 deletion tests/graphics/styles/codac2_tests_Color.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Codac tests
# ----------------------------------------------------------------------------
# \date 2024
# \author Simon Rohou, Maël GODARD
# \author Simon Rohou, Maël Godard
# \copyright Copyright 2024 Codac Team
# \license GNU Lesser General Public License (LGPL)

Expand Down

0 comments on commit eeb8295

Please sign in to comment.