Skip to content

labelling x and y axis of the wtr.heat.map - no error detected but nothing changes on my heat map #122

@heatheranneshaw-13

Description

@heatheranneshaw-13

I'm using the following code to create a heat map with rlakeanalyzer. I'm having problems when I add functions.

When I run

TalusSouthHeatMap <- wtr.heat.map(TalusSouthdf)

I get a graph with a labelled y axis (Depth m). When I add the zlim function the y axis label disappears, and when I try to add the ylab, xlab and plot title nothing happens. No error is detected but nothing on my plot view changes.

This is the code I'm using when all the functions are added.

TalusSouthHeatMap <- wtr.heat.map(TalusSouthdf, zlim=c(0,20), xlab='Date', ylab="Depth (m)", plot.title="Talus South Water Temp (C)")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions