Source code for georges_core.vis.gnuplot

"""
TODO
"""
from .artist import Artist as _Artist


[docs] class GnuplotArtist(_Artist): """ TODO """ pass