Skip to content

what syntax should we support? #1

@zingale

Description

@zingale

We want to make something inspired by gnuplot to make quick exploratory plots of our AMR data, building from yt.

a sample session:

plot 'plt00000' using "temp"
set logscale
set xrange [0:10]
replot
save "figure.png"

most of these have analogs to gnuplot, except save is much simpler than setting a terminal, output, and replotting as we need to do in gnuplot.

some other bits:

  • what syntax do we use for making 1-d slices?
  • for 3-d, is it assumed that we always want to plot the three slice planes? should we have a set origin (x,y,z)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions