Skip to content

Commit e2d85f8

Browse files
committed
Moved colormap generation scripts to source package root
1 parent 9225a64 commit e2d85f8

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838

3939
from __future__ import annotations
4040

41+
import _cm
4142
from numpy import array, linspace, newaxis, uint8, zeros
4243
from qtpy import QtGui as QG
4344
from qwt import QwtInterval, toQImage
4445

45-
from plotpy.colormaps import _cm
4646
from plotpy.mathutils.colormaps import (
4747
DEFAULT_COLORMAPS,
4848
DEFAULT_COLORMAPS_PATH,

0 commit comments

Comments
 (0)