Typically I’d need to Plot
easy features on unconventional projection, however with out specifying all of the styling myself. If one appears at InputForm
of a traditional plot, all this may look like deep magic. Though on extra complicated situations I’d need greater than an affine projection, it’s also place to begin. Sadly even that with wise grid traces and ticks labelling appears to be painful with the kludge I’ve discovered (sure, arguments are fairly arbitrary in my instance):
ParametricPlot3D[{t, TriangleWave[t/4], 0}, {t, 0, 10},
FaceGrids -> {{0, 0, 1}}, Ticks -> {Automated, Automated, None},
ViewMatrix ->
{TransformationMatrix[
RescalingTransform[{{-8, 12}, {-2, 12}, {-1, 1}}]],
{{1, -1, 0, 0}, {0, 1, 0, 0}, {0, 0, 1, 0}, {0, 0, 0, 1}}},
PlotRegion -> {{0, 1}, {0, 8/2}}]
Are there any extra wise approaches to this with out producing all the main points explicitly?