<div dir="ltr"><div>Hi,<br><br></div><div>Feel free to add that change into VTK 
yourself. There are developer instructions at 
<a href="https://gitlab.kitware.com/vtk/vtk/blob/master/Documentation/dev/git/develop.md">https://gitlab.kitware.com/vtk/vtk/blob/master/Documentation/dev/git/develop.md</a>
 that can help guide you through the process. <br><br></div><div>Best,<br></div>Andy</div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Aug 26, 2017 at 12:47 PM, pdhahn <span dir="ltr"><<a href="mailto:pdhahn@compintensehpc.com" target="_blank">pdhahn@compintensehpc.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Please make the following "generate" methods related to tick labels in<br>
vtkAxis virtual so they can be overridden in a subclass:<br>
<br>
GenerateSimpleLabel(), GenerateSprintfLabel(), GenerateLabelFormat(),<br>
GenerateLogSpacedLinearTicks()<br>
<br>
These methods allĀ  can call this->TickLabels-><wbr>InsertNextValue( ... ) with a<br>
label that they create.<br>
<br>
This would allow better control over tick label generation by<br>
re-implementing these in a subclass that handles additional kinds of<br>
"notation" and corresponding tick labels, as opposed to having to use the<br>
custom tick labels mechanism. In particular, date-time (timestamp) tick<br>
labels.<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Request-Make-certain-methods-related-to-tick-labels-in-vtkAxis-virtual-tp5744594.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.<wbr>com/Request-Make-certain-<wbr>methods-related-to-tick-<wbr>labels-in-vtkAxis-virtual-<wbr>tp5744594.html</a><br>
Sent from the VTK - Dev mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtk-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtk-developers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtk-<wbr>developers</a><br>
<br>
</blockquote></div><br></div>