Skip to content

Interpolation options for spectrograms #146

@ericthewizard

Description

@ericthewizard

In IDL SPEDAS, we have interpolation options for spectrogram figures:

no_interp: if set to 0, interpolates along the x, and y axes
x_no_interp: if set to 0, interpolates along the x-axis
y_no_interp: if set to 0, interpolates along the y-axis

Is it possible to add something like this to pyTplot?

Here are some examples from IDL:

(1) Normal figure
normal

(2) y_no_interp=0
y_no_interp

(3) x_no_interp=0
x_no_interp

(4) no_interp=0
no_interp

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions