Skip to content

Commit

Permalink
Enable pretty ticks for Y axis and regenerate examples
Browse files Browse the repository at this point in the history
  • Loading branch information
beevee committed May 23, 2019
1 parent dbbdf66 commit 5923e43
Show file tree
Hide file tree
Showing 37 changed files with 1 addition and 0 deletions.
Binary file modified plotting/_examples/dark.expression.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.expression.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.falling.error.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.falling.error.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.falling.stateOk.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.falling.stateOk.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.falling.warn.error.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.falling.warn.error.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.falling.warn.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.falling.warn.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.rising.error.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.rising.error.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.rising.stateOk.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.rising.stateOk.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.rising.warn.error.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.rising.warn.error.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.rising.warn.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/dark.rising.warn.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/light.expression.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/light.expression.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/light.falling.error.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/light.falling.error.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/light.falling.stateOk.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/light.falling.stateOk.humanized.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/light.falling.warn.error.example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plotting/_examples/light.falling.warn.error.humanized.example.png
Binary file modified plotting/_examples/light.falling.warn.example.png
Binary file modified plotting/_examples/light.falling.warn.humanized.example.png
Binary file modified plotting/_examples/light.rising.error.example.png
Binary file modified plotting/_examples/light.rising.error.humanized.example.png
Binary file modified plotting/_examples/light.rising.stateOk.example.png
Binary file modified plotting/_examples/light.rising.stateOk.humanized.example.png
Binary file modified plotting/_examples/light.rising.warn.error.example.png
Binary file modified plotting/_examples/light.rising.warn.error.humanized.example.png
Binary file modified plotting/_examples/light.rising.warn.example.png
Binary file modified plotting/_examples/light.rising.warn.humanized.example.png
1 change: 1 addition & 0 deletions plotting/plot.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ func (plot *Plot) GetRenderable(trigger *moira.Trigger, metricsData []*metricSou
Max: limits.highest,
Min: limits.lowest,
},
EnablePrettyTicks: true,
},

Series: plotSeries,
Expand Down

0 comments on commit 5923e43

Please sign in to comment.