add tick_direction to supported arguments

This commit is contained in:
Daniel Schwabeneder 2017-09-27 13:56:12 +02:00
parent b73ea55bbd
commit 350237a774
4 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,7 @@ const _glvisualize_attr = merge_with_base_supported([
:dpi,
:hover,
:framestyle,
:tick_direction,
])
const _glvisualize_seriestype = [
:path, :shape,

View File

@ -33,6 +33,7 @@ const _gr_attr = merge_with_base_supported([
:bar_width,
:arrow,
:framestyle,
:tick_direction,
])
const _gr_seriestype = [
:path, :scatter,

View File

@ -34,6 +34,7 @@ const _plotly_attr = merge_with_base_supported([
:bar_width,
:clims,
:framestyle,
:tick_direction,
])
const _plotly_seriestype = [

View File

@ -34,6 +34,7 @@ const _pyplot_attr = merge_with_base_supported([
:colorbar_title,
:stride,
:framestyle,
:tick_direction,
])
const _pyplot_seriestype = [
:path, :steppre, :steppost, :shape,