Skip to content

Commit a6bcc4b

Browse files
committed
Merge branch 'main' into add/plot_markers
2 parents 3809913 + 4e81a15 commit a6bcc4b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

mpldxf/backend_dxf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969

7070

7171
def rgb_to_dxf(rgb_val):
72+
"""Convert an RGB[A] colour to DXF colour index."""
7273
"""Convert an RGB[A] colour to DXF colour index."""
7374
if rgb_val is None:
7475
dxfcolor = dxf_colors.WHITE

tests/test_backend_ezdxf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def test_plot_with_data_outside_axes(self):
9898

9999
def test_plot_with_twin_axis_and_data_outside_axes(self):
100100
"""Test a simple line-plot command with data outside the axes."""
101-
# Use non-interactive backend to avoid Tkinter issues
102101

103102
fig, ax1 = plt.subplots()
104103
ax2 = ax1.twinx()

0 commit comments

Comments
 (0)