Skip to content

X / Y axes swapped in heat map #295

@jerlich

Description

@jerlich
julia> Pkg.status()
    Status `~/.julia/environments/v1.1/Project.toml`
  [e2554f3b] Clp v0.6.1
  [a93c6f00] DataFrames v0.17.1
  [c91e804a] Gadfly v1.0.1
  [7073ff75] IJulia v1.17.0
  [83e8ac13] IniFile v0.5.0
  [b6b21f68] Ipopt v0.5.3
  [4076af6c] JuMP v0.18.5
  [ee78f7c6] Makie v0.9.1
  [fdba3010] MathProgBase v0.7.7
  [39abe10b] MySQL v0.7.0
  [76087f3c] NLopt v0.5.1
  [47be7bcc] ORCA v0.2.1
  [58dd65bb] Plotly v0.2.0
  [f0f68f2c] PlotlyJS v0.12.3
  [91a5bcdd] Plots v0.23.0
  [612083be] Queryverse v0.2.0
  [ee283ea6] Rebugger v0.2.2
  [2913bbd2] StatsBase v0.27.0

using Makie
result = let
              data = rand(6,100)
              scence = heatmap(data)
              end

screen shot 2019-02-22 at 10 12 00 pm

The x axis only has 6 elements but goes 1:100, the y-axis has 100 elements but ticks go 1:6.

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