Rename plotting to plotParser

This commit is contained in:
Sam Nolan 2022-07-14 16:36:12 +10:00
parent 9cc000070b
commit ad1d391f49
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import {
DistributionChartSpecOptions,
} from "../lib/distributionSpecBuilder";
import { NumberShower } from "./NumberShower";
import { Plot, parsePlot } from "../lib/plotting";
import { Plot, parsePlot } from "../lib/plotParser";
import { flattenResult, all } from "../lib/utility";
export type DistributionPlottingSettings = {