Eric,<br><br>Is there an upper limit to the number of axis the Parallel Coordinates defaults too ?<br>I was just trying for 17 , but i does not allow me anything greater than 10 .<br><br>Regards<br>Darshan<br><br><br><div class="gmail_quote">
On Thu, Mar 31, 2011 at 2:00 PM, Darshan Pai <span dir="ltr">&lt;<a href="mailto:darshanpai@gmail.com">darshanpai@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
thanks eric , works great!!<div><div></div><div class="h5"><br><br><div class="gmail_quote">On Thu, Mar 31, 2011 at 1:38 PM, Eric E. Monson <span dir="ltr">&lt;<a href="mailto:emonson@cs.duke.edu" target="_blank">emonson@cs.duke.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hey Darshan,<br>
<br>
Because there&#39;s still a slight bug in the plot class you have to set the line opacity through the plot&#39;s Pen rather than through the lookup table. You also set the line width through the Pen (this is Python, so you may have to do some casting in C++):<br>


<div><br>
chart.GetPlot(0).GetPen().SetOpacityF(0.8)<br>
</div>chart.GetPlot(0).GetPen().SetWidth(6)<br>
<br>
You set the scalar range for each axis (index i) by first calling chart.GetAxis(i).SetBehavior(1) to set it to a &quot;fixed&quot; range rather than auto-rescaling, and then you call chart.GetAxis(i).SetMaximum() and SetMinimum(). If you want/need to then specify where the ticks are and what their labels are, then you need to call chart.GetAxis(i).SetTickPositions() with a vtkDoubleArray of position values and SetTickLabels() with a vtkStringArray of labels.<br>


<br>
-Eric<br>
<div><div></div><div><br>
<br>
On Mar 30, 2011, at 4:07 PM, Darshan Pai wrote:<br>
<br>
&gt; So i updated to the current nightly build . Now I see that the category colors are correct , but the output is transparent . I changed the opacity of the plot and set it to 1 but still the output lines are very light . Is there any way to change this behaviour . Also can I change the line Size ?<br>


&gt;<br>
&gt; Regards<br>
&gt; Darshan<br>
</div></div>&gt; &lt;Updated_PC.jpg&gt;<br>
<br>
</blockquote></div><br>
</div></div></blockquote></div><br>