Skip to content
Snippets Groups Projects

Draft: Merge version0.1 changes into dev

Closed Hock, Martin requested to merge version0.1 into dev
5 files
+ 15
15
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -5,9 +5,9 @@ Unittests for TagPlot_matplotlib
"""
import unittest
from tagplot_matplotlib import tagplot_matplotlib
import matplotlib.pyplot as plt
from matplotlib.figure import Figure
from tagplot_matplotlib import tagplot_matplotlib
from plotoptions import PlotOptions
Loading