[1/2] Implement multiprocessing-based parallel plotting

This commit is contained in:
2026-02-09 15:13:18 +08:00
parent afd4006da2
commit 4777cad4ed
5 changed files with 47 additions and 7 deletions

View File

@@ -10,6 +10,8 @@
import numpy
import scipy
import matplotlib
matplotlib.use('Agg') ## use non-interactive backend for multiprocessing safety
import matplotlib.pyplot as plt
from matplotlib.colors import LogNorm
from mpl_toolkits.mplot3d import Axes3D